Skip to content

Commit 68eddc5

Browse files
committed
chore(package.json): move babel dependencies to dev dependencies
Babel is now only currently used by jest or systems under test. These should now be considered development dependencies
1 parent ee2c288 commit 68eddc5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,6 @@
1212
"test:types": "tsc -p packages/test-utils/types && tsc -p packages/server-test-utils/types"
1313
},
1414
"dependencies": {
15-
"@babel/core": "^7.0.0",
16-
"babel-eslint": "^9.0.0",
17-
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
18-
"@vue/babel-preset-jsx": "^1.1.2",
19-
"@babel/plugin-syntax-jsx": "^7.0.0",
20-
"@babel/plugin-proposal-decorators": "^7.0.0",
21-
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
22-
"@babel/plugin-proposal-class-properties": "^7.0.0",
23-
"@babel/plugin-syntax-flow": "^7.0.0",
24-
"@babel/preset-env": "^7.0.0",
2515
"chalk": "^2.4.2",
2616
"conditional-specs": "^1.0.1",
2717
"conventional-changelog": "^3.1.12",
@@ -54,9 +44,19 @@
5444
"vuex": "^3.0.1"
5545
},
5646
"devDependencies": {
47+
"@babel/core": "^7.0.0",
48+
"@babel/plugin-proposal-class-properties": "^7.0.0",
49+
"@babel/plugin-proposal-decorators": "^7.0.0",
50+
"@babel/plugin-syntax-flow": "^7.0.0",
51+
"@babel/plugin-syntax-jsx": "^7.0.0",
52+
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
53+
"@babel/preset-env": "^7.0.0",
5754
"@commitlint/cli": "^8.2.0",
5855
"@commitlint/config-conventional": "^8.2.0",
56+
"@vue/babel-preset-jsx": "^1.1.2",
57+
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
5958
"@vue/composition-api": "^0.6.4",
59+
"babel-eslint": "^9.0.0",
6060
"babel-jest": "^26.0.1",
6161
"commitizen": "^4.0.3",
6262
"cz-conventional-changelog": "^3.0.2",

0 commit comments

Comments
 (0)