Skip to content

Commit

Permalink
lock more version
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 12, 2020
1 parent 2931f92 commit 7838596
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-tools",
"version": "9.6.1-alpha.0",
"version": "9.6.1-alpha.1",
"description": "offline tools for react component",
"keywords": [
"react",
Expand Down Expand Up @@ -37,22 +37,22 @@
"**/*.js": "eslint --ext .js"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-member-expression-literals": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-property-literals": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/plugin-transform-template-literals": "^7.2.0",
"@babel/plugin-transform-typeof-symbol": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/core": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.2.1",
"@babel/plugin-proposal-export-default-from": "~7.2.0",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-object-rest-spread": "~7.2.0",
"@babel/plugin-transform-member-expression-literals": "~7.2.0",
"@babel/plugin-transform-object-assign": "~7.2.0",
"@babel/plugin-transform-property-literals": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/plugin-transform-spread": "~7.2.2",
"@babel/plugin-transform-template-literals": "~7.2.0",
"@babel/plugin-transform-typeof-symbol": "~7.2.0",
"@babel/polyfill": "~7.2.5",
"@babel/preset-env": "~7.2.0",
"@babel/preset-react": "~7.0.0",
"@babel/preset-stage-0": "~7.0.0",
"@storybook/addon-a11y": "~5.0.0",
"@storybook/addon-actions": "~5.0.0",
"@storybook/addon-console": "~1.1.0",
Expand All @@ -66,10 +66,10 @@
"@types/jest": "^23.3.10",
"@types/storybook__react": "~4.0.0",
"autoprefixer": "^9.x",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-core": "~7.0.0-bridge.0",
"babel-eslint": "~10.0.1",
"babel-jest": "~23.6.0",
"babel-loader": "~8.0.4",
"chalk": "^2.4.1",
"commander": "2.19.x",
"console-polyfill": "~0.3.0",
Expand Down

0 comments on commit 7838596

Please sign in to comment.