Skip to content

Commit

Permalink
chore(deps): update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 2019d95 commit 1eed191
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.1",
"postcss-nesting": "^11.3.0",
"react-router-dom": "^6.14.1",
"tailwindcss": "^3.3.2",
"tsconfig": "*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.3.9"
}
}
10 changes: 5 additions & 5 deletions packages/nidalee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^18.16.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/testing-library__jest-dom": "^5.14.7",
"@types/node": "^18.17.13",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-testing-library": "^5.11.0",
Expand All @@ -76,6 +76,6 @@
"postcss-preset-env": "^8.5.1",
"tsconfig": "*",
"tsup": "^6.7.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}

0 comments on commit 1eed191

Please sign in to comment.