Skip to content

Commit

Permalink
Updated all typescript versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 8, 2023
1 parent 14148af commit 6b2670d
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "^2.6.2",
"tailwindcss": "^3.0.7",
"tailwindcss-safe-area": "^0.4.1",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"prettier": "./prettier/index.js"
}
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": "^8.23.1",
"react": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"react": "^17 || ^18"
Expand Down
2 changes: 1 addition & 1 deletion packages/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/lodash.uniq": "^4.5.7",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"prettier": "@dao-dao/config/prettier"
}
2 changes: 1 addition & 1 deletion packages/stateful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"next": "^13.3.0",
"next-i18next": "^11.0.0",
"react": "^18.2.0",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"@dao-dao/storybook": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/stateless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-i18next": "^11.0.0",
"recoil": "^0.7.2",
"remove-markdown": "^0.5.0",
"typescript": "^4.8.3",
"typescript": "5.1.6",
"unified": "^10.0.0",
"unist-util-visit-parents": "^5.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ts-morph": "^15.1.0",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"@dao-dao/state": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-hook-form": "7.20.4",
"react-i18next": "^11.0.0",
"recoil": "^0.7.2",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"next": "^12 || ^13",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"nft.storage": "^7.0.0",
"react": "^18.2.0",
"recoil": "^0.7.2",
"typescript": "^4.8.3"
"typescript": "5.1.6"
},
"peerDependencies": {
"next": "^12 || ^13",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27361,11 +27361,6 @@ [email protected]:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==

typescript@^4.8.3:
version "4.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==

ua-parser-js@^1.0.35:
version "1.0.37"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.37.tgz#b5dc7b163a5c1f0c510b08446aed4da92c46373f"
Expand Down

0 comments on commit 6b2670d

Please sign in to comment.