Skip to content

Commit

Permalink
Upgrade @babel/* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 11, 2023
1 parent f9d75f3 commit 793f13a
Show file tree
Hide file tree
Showing 13 changed files with 265 additions and 63 deletions.
8 changes: 4 additions & 4 deletions code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@babel/runtime": "^7.21.0",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@storybook/addon-actions": "7.1.0-alpha.13",
"@storybook/builder-webpack5": "7.1.0-alpha.13",
"@storybook/core-common": "7.1.0-alpha.13",
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 @@ -50,7 +50,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.21.5",
"@storybook/builder-webpack5": "7.1.0-alpha.13",
"@storybook/core-common": "7.1.0-alpha.13",
"@storybook/preset-web-components-webpack": "7.1.0-alpha.13",
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 @@ -55,7 +55,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/core": "^7.21.8",
"@storybook/addons": "7.1.0-alpha.13",
"@storybook/api": "7.1.0-alpha.13",
"@storybook/channel-postmessage": "7.1.0-alpha.13",
Expand Down
4 changes: 2 additions & 2 deletions code/lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"test": "jest test/**/*.test.js"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@ndelangen/get-tarball": "^3.0.7",
"@storybook/codemod": "7.1.0-alpha.13",
"@storybook/core-common": "7.1.0-alpha.13",
Expand Down
6 changes: 3 additions & 3 deletions code/lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/core": "~7.21.0",
"@babel/preset-env": "~7.21.0",
"@babel/types": "~7.21.2",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/types": "^7.21.5",
"@storybook/csf": "^0.1.0",
"@storybook/csf-tools": "7.1.0-alpha.13",
"@storybook/node-logger": "7.1.0-alpha.13",
Expand Down
8 changes: 4 additions & 4 deletions code/lib/csf-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/generator": "~7.21.1",
"@babel/parser": "~7.21.2",
"@babel/traverse": "~7.21.2",
"@babel/types": "~7.21.2",
"@babel/generator": "^7.21.5",
"@babel/parser": "^7.21.8",
"@babel/traverse": "^7.21.5",
"@babel/types": "^7.21.5",
"@storybook/csf": "^0.1.0",
"@storybook/types": "7.1.0-alpha.13",
"fs-extra": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion code/lib/docs-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/core": "^7.21.8",
"jest-specific-snapshot": "^7.0.0",
"require-from-string": "^2.0.2",
"typescript": "~4.9.3"
Expand Down
8 changes: 4 additions & 4 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@
"serialize-javascript": "^3.1.0"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@emotion/jest": "^11.10.0",
"@jest/globals": "^29.3.1",
"@linear/sdk": "^1.21.0",
Expand Down
4 changes: 2 additions & 2 deletions code/presets/preact-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-typescript": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@storybook/core-webpack": "7.1.0-alpha.13",
"@types/node": "^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions code/presets/react-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@babel/preset-flow": "^7.18.6",
"@babel/preset-flow": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@storybook/core-webpack": "7.1.0-alpha.13",
Expand All @@ -84,7 +84,7 @@
"typescript": "~4.9.3"
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@babel/core": "^7.21.8",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion code/presets/web-components-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-env": "^7.21.5",
"@storybook/core-webpack": "7.1.0-alpha.13",
"@types/node": "^16.0.0",
"babel-loader": "^7.0.0 || ^8.0.0 || ^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion code/renderers/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"util-deprecate": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.21.8",
"@types/util-deprecate": "^1.0.0",
"expect-type": "^0.14.2",
"jest-specific-snapshot": "^7.0.0",
Expand Down

0 comments on commit 793f13a

Please sign in to comment.