Skip to content

Commit

Permalink
Add missing @babel/plugin-proposal-class-properties dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Aug 25, 2018
1 parent 98b3d90 commit 1bf84ee
Show file tree
Hide file tree
Showing 17 changed files with 516 additions and 489 deletions.
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/addons": "4.0.0-alpha.17",
"glob": "^7.1.2",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepare": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/node-logger": "4.0.0-alpha.17",
"jest-image-snapshot": "^2.4.3",
"puppeteer": "^1.6.2"
Expand Down
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/addons": "4.0.0-alpha.17",
"@storybook/components": "4.0.0-alpha.17",
"estraverse": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"@storybook/node-logger": "4.0.0-alpha.17",
"angular2-template-loader": "^0.6.2",
Expand Down
2 changes: 1 addition & 1 deletion app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"common-tags": "^1.8.0",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"common-tags": "^1.8.0",
"global": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/plugin-transform-react-jsx": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"common-tags": "^1.8.0",
"global": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/polyfill": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"@webcomponents/webcomponentsjs": "^1.2.0",
"common-tags": "^1.8.0",
Expand Down
6 changes: 3 additions & 3 deletions app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0-rc.2",
"@babel/preset-react": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/preset-flow": "^7.0.0-rc.3",
"@babel/preset-react": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"babel-plugin-react-docgen": "^2.0.0-babel7.0",
"common-tags": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/core": "4.0.0-alpha.17",
"common-tags": "^1.8.0",
"global": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vuex": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.2",
"@babel/core": "^7.0.0-rc.3",
"@storybook/addon-actions": "4.0.0-alpha.17",
"@storybook/addon-backgrounds": "4.0.0-alpha.17",
"@storybook/addon-centered": "4.0.0-alpha.17",
Expand Down
8 changes: 4 additions & 4 deletions lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test-latest-cra": "cd test && ./test_latest_cra.sh"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"@babel/register": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/register": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/codemod": "4.0.0-alpha.17",
"chalk": "^2.4.1",
"child-process-promise": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"jscodeshift": "^0.5.1"
}
}
9 changes: 5 additions & 4 deletions lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/plugin-transform-regenerator": "^7.0.0-rc.2",
"@babel/plugin-transform-runtime": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.3",
"@babel/plugin-transform-regenerator": "^7.0.0-rc.3",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"@storybook/addons": "4.0.0-alpha.17",
"@storybook/channel-postmessage": "4.0.0-alpha.17",
"@storybook/client-logger": "4.0.0-alpha.17",
Expand Down
2 changes: 1 addition & 1 deletion lib/node-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.3",
"npmlog": "^4.1.2"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@
"@angular/forms": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@babel/cli": "^7.0.0-rc.2",
"@babel/core": "^7.0.0-rc.2",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.2",
"@babel/plugin-proposal-export-default-from": "^7.0.0-rc.2",
"@babel/plugin-transform-runtime": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"@babel/preset-flow": "^7.0.0-rc.2",
"@babel/preset-react": "^7.0.0-rc.2",
"@babel/preset-stage-0": "^7.0.0-rc.2",
"@babel/runtime": "^7.0.0-rc.2",
"@babel/cli": "^7.0.0-rc.3",
"@babel/core": "^7.0.0-rc.3",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.3",
"@babel/plugin-proposal-export-default-from": "^7.0.0-rc.3",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-rc.3",
"@babel/preset-flow": "^7.0.0-rc.3",
"@babel/preset-react": "^7.0.0-rc.3",
"@babel/preset-stage-0": "^7.0.0-rc.3",
"@babel/runtime": "^7.0.0-rc.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
Expand Down
Loading

0 comments on commit 1bf84ee

Please sign in to comment.