Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4497)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* pin vue to 2.5.17
  • Loading branch information
renovate[bot] authored and pi0 committed Dec 9, 2018
1 parent ff20bbb commit 7c820d9
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 356 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"consola": "^2.3.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"eslint": "^5.9.0",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-multiplexer": "^1.0.2",
"eslint-plugin-import": "^2.14.0",
Expand All @@ -56,7 +56,7 @@
"jest-junit": "^5.2.0",
"jsdom": "^13.0.0",
"klaw-sync": "^6.0.0",
"lerna": "^3.5.1",
"lerna": "^3.6.0",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
"pug": "^2.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-app/package.json
Expand Up @@ -11,11 +11,11 @@
"main": "dist/vue-app.js",
"typings": "types/index.d.ts",
"dependencies": {
"vue": "^2.5.17",
"vue": "2.5.17",
"vue-meta": "^1.5.6",
"vue-no-ssr": "^1.1.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.17",
"vue-template-compiler": "2.5.17",
"vuex": "^3.0.1"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Expand Up @@ -13,9 +13,9 @@
"consola": "^2.3.0",
"fs-extra": "^7.0.1",
"lru-cache": "^5.1.1",
"vue": "^2.5.17",
"vue": "2.5.17",
"vue-meta": "^1.5.6",
"vue-server-renderer": "^2.5.17"
"vue-server-renderer": "2.5.17"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 7c820d9

Please sign in to comment.