Skip to content

Commit

Permalink
Update template dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dodge committed Aug 28, 2020
1 parent 0d6e6ea commit e274f9e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions templates/library/library-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
},

"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
<% if (ts) { -%>
"@babel/preset-typescript": "^7.9.0",
"@babel/preset-typescript": "^7.10.4",
<% } -%>
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-babel": "^4.5.4",
<% if (ts) { -%>
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.5.4",
<% } -%>
"@vue/cli-service": "^4.5.3",
"@vue/cli-service": "^4.5.4",
<% if (version === 3) { -%>
"@vue/compiler-sfc": "^3.0.0-rc.5",
"@vue/compiler-sfc": "^3.0.0-rc.9",
<% } -%>
"cross-env": "^7.0.2",
"minimist": "^1.2.5",
"rollup": "^2.25.0",
"rollup": "^2.26.5",
<% if (version === 3) { -%>
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-postcss": "^3.1.6",
<% } -%>
"rollup-plugin-terser": "^7.0.0",
<% if (version === 3) { -%>
Expand All @@ -65,17 +65,17 @@
"typescript": "^3.8.3",
<% } -%>
<% if (version === 3) { -%>
"vue": "^3.0.0-rc.5"
"vue": "^3.0.0-rc.9"
<% } else { -%>
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
<% } -%>
},
"peerDependencies": {
<% if (version === 3) { -%>
"vue": "^3.0.0-rc.5"
"vue": "^3.0.0-rc.9"
<% } else { -%>
"vue": "^2.6.11"
"vue": "^2.6.12"
<% } -%>
},
"engines": {
Expand Down
26 changes: 13 additions & 13 deletions templates/single/single-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,29 @@
},

"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
<% if (ts) { -%>
"@babel/preset-typescript": "^7.9.0",
"@babel/preset-typescript": "^7.10.4",
<% } -%>
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-plugin-babel": "^4.5.4",
<% if (ts) { -%>
"@vue/cli-plugin-typescript": "^4.3.1",
"@vue/cli-plugin-typescript": "^4.5.4",
<% } -%>
"@vue/cli-service": "^4.5.3",
"@vue/cli-service": "^4.5.4",
<% if (version === 3) { -%>
"@vue/compiler-sfc": "^3.0.0-rc.5",
"@vue/compiler-sfc": "^3.0.0-rc.9",
<% } -%>
"cross-env": "^7.0.2",
"minimist": "^1.2.5",
"rollup": "^2.25.0",
"rollup": "^2.26.5",
<% if (version === 3) { -%>
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-postcss": "^3.1.6",
<% } -%>
"rollup-plugin-terser": "^7.0.0",
<% if (version === 3) { -%>
Expand All @@ -65,17 +65,17 @@
"typescript": "^3.8.3",
<% } -%>
<% if (version === 3) { -%>
"vue": "^3.0.0-rc.5"
"vue": "^3.0.0-rc.9"
<% } else { -%>
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
<% } -%>
},
"peerDependencies": {
<% if (version === 3) { -%>
"vue": "^3.0.0-rc.5"
"vue": "^3.0.0-rc.9"
<% } else { -%>
"vue": "^2.6.11"
"vue": "^2.6.12"
<% } -%>
},
"engines": {
Expand Down

0 comments on commit e274f9e

Please sign in to comment.