Skip to content

Commit 267913c

Browse files
committed
chore: Update dependencies
1 parent 566d9b7 commit 267913c

File tree

16 files changed

+10517
-6264
lines changed

16 files changed

+10517
-6264
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@vue/conventional-changelog": "^0.1.1",
1414
"conventional-changelog": "^2.0.3",
1515
"execa": "^1.0.0",
16-
"lerna": "^3.1.4"
16+
"lerna": "^3.5.1"
1717
}
1818
}

packages/babel-helper-vue-jsx-merge-props/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"prepublish": "yarn build"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.0.0-rc.3",
19-
"@babel/preset-env": "^7.0.0-rc.3",
18+
"@babel/core": "^7.2.0",
19+
"@babel/preset-env": "^7.2.0",
2020
"ava": "^0.25.0",
21-
"nyc": "^12.0.2",
22-
"rollup": "^0.65.0",
23-
"rollup-plugin-babel": "4.0.0-beta.8",
24-
"rollup-plugin-babel-minify": "^5.0.0",
21+
"nyc": "^13.1.0",
22+
"rollup": "^0.67.4",
23+
"rollup-plugin-babel": "4.0.3",
24+
"rollup-plugin-babel-minify": "^6.2.0",
2525
"rollup-plugin-istanbul": "^2.0.1"
2626
},
2727
"nyc": {

packages/babel-helper-vue-jsx-merge-props/yarn.lock

Lines changed: 1419 additions & 863 deletions
Large diffs are not rendered by default.

packages/babel-plugin-transform-vue-jsx/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"prepublish": "yarn build"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.0.0-rc.3",
22-
"@babel/core": "^7.0.0-rc.3",
23-
"@babel/preset-env": "^7.0.0-rc.3",
24-
"@vue/test-utils": "^1.0.0-beta.24",
21+
"@babel/cli": "^7.2.0",
22+
"@babel/core": "^7.2.0",
23+
"@babel/preset-env": "^7.2.0",
24+
"@vue/test-utils": "^1.0.0-beta.26",
2525
"ava": "^0.25.0",
26-
"jsdom": "^12.0.0",
26+
"jsdom": "^13.0.0",
2727
"jsdom-global": "^3.0.2",
2828
"nyc": "^12.0.2",
29-
"rollup": "^0.65.0",
30-
"rollup-plugin-babel": "4.0.0-beta.8",
31-
"rollup-plugin-babel-minify": "^5.0.0",
29+
"rollup": "^0.67.4",
30+
"rollup-plugin-babel": "4.0.3",
31+
"rollup-plugin-babel-minify": "^6.2.0",
3232
"rollup-plugin-istanbul": "^2.0.1",
3333
"vue": "^2.5.17",
3434
"vue-template-compiler": "^2.5.17"
3535
},
3636
"dependencies": {
37-
"@babel/helper-module-imports": "^7.0.0-rc.3",
38-
"@babel/plugin-syntax-jsx": "^7.0.0-rc.3",
37+
"@babel/helper-module-imports": "^7.0.0",
38+
"@babel/plugin-syntax-jsx": "^7.2.0",
3939
"@vue/babel-helper-vue-jsx-merge-props": "^0.1.0",
4040
"lodash.kebabcase": "^4.1.1"
4141
},

packages/babel-plugin-transform-vue-jsx/yarn.lock

Lines changed: 1517 additions & 780 deletions
Large diffs are not rendered by default.

packages/babel-preset-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@vue/babel-sugar-v-on": "^0.1.0"
2222
},
2323
"devDependencies": {
24-
"rollup": "^0.65.0",
25-
"rollup-plugin-babel-minify": "^5.0.0"
24+
"rollup": "^0.67.4",
25+
"rollup-plugin-babel-minify": "^6.2.0"
2626
},
2727
"peerDependencies": {
2828
"@vue/babel-helper-vue-jsx-merge-props": "^0.1.0"

0 commit comments

Comments
 (0)