Skip to content

Commit

Permalink
Unify typescript to ~4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Nov 30, 2022
1 parent 3b3dbdf commit 0a1105b
Show file tree
Hide file tree
Showing 80 changed files with 158 additions and 178 deletions.
2 changes: 1 addition & 1 deletion code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@testing-library/react": "^11.2.2",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.167",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.2",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"devDependencies": {
"@babel/core": "^7.20.2",
"@storybook/vue": "7.0.0-alpha.54",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "^7.9.6"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@types/webpack-env": "^1.16.0",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@storybook/testing-library": "0.0.14-next.0",
"@types/node": "^16.0.0",
"formik": "^2.2.9",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"upath": "^1.2.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"global": "^4.4.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/outline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@types/react": "^16.14.34",
"@types/react-syntax-highlighter": "11.0.5",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/toolbars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@storybook/theming": "7.0.0-alpha.54"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest-specific-snapshot": "^7.0.0",
"rimraf": "^3.0.2",
"tmp": "^0.2.1",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"webpack": "5",
"zone.js": "^0.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"ember-source": "~3.28.1",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/html-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"react-dom": "16.14.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@storybook/addon-actions": "7.0.0-alpha.54",
"next": "^12.2.4",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"webpack": "^5.65.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/preact-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"preact": "^10.5.13",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vite": "^3.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/react-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"jest-specific-snapshot": "^7.0.0",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "^7.11.5",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/server-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-dom": "16.14.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"engines": {
"node": ">=10.13.0"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/svelte-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vite": "^3.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/svelte-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"svelte": "^3.48.0",
"svelte-loader": "^3.1.2",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "*",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue-docgen-api": "^4.40.0"
},
"devDependencies": {
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vue": "^2.7.10"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-dom": "16.14.0"
},
"devDependencies": {
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vue": "^2.6.12",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.14"
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue3-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vite": "^3.1.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/vue3-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@vue/compiler-sfc": "3.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vue": "3.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/web-components-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vite": "^3.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/web-components-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"lit-html": "2.0.2",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"lit-html": "^1.4.1 || ^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"util": "^0.12.4"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^16.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"vite": "^3.1.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/lib/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0.1.1",
"pretty-hrtime": "^1.0.3",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"telejson": "^7.0.3"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"telejson": "^7.0.3"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli-sb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@storybook/cli": "7.0.0-alpha.54"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@storybook/cli": "7.0.0-alpha.54"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"@types/update-notifier": "^6.0.1",
"@types/util-deprecate": "^1.0.0",
"strip-json-comments": "^3.1.1",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"update-notifier": "^6.0.2"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion code/lib/client-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"global": "^4.4.0"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"jest": "^29.3.1",
"jest-specific-snapshot": "^7.0.0",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/picomatch": "^2.3.0",
"mock-fs": "^5.2.0",
"type-fest": "^2.19.0",
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"devDependencies": {
"typescript": "^4.9.3"
"typescript": "~4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion code/lib/core-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/ws": "^8",
"jest-os-detection": "^1.3.1",
"jest-specific-snapshot": "^7.0.0",
"typescript": "^4.9.3",
"typescript": "~4.9.3",
"webpack": "5"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0a1105b

Please sign in to comment.