mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +00:00
chore(deps): update all non-major dependencies (#4497)
* chore(deps): update all non-major dependencies * pin vue to 2.5.17
This commit is contained in:
parent
ff20bbbbb5
commit
7c820d9262
@ -37,7 +37,7 @@
|
|||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"cross-spawn": "^6.0.5",
|
"cross-spawn": "^6.0.5",
|
||||||
"eslint": "^5.9.0",
|
"eslint": "^5.10.0",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
"eslint-multiplexer": "^1.0.2",
|
"eslint-multiplexer": "^1.0.2",
|
||||||
"eslint-plugin-import": "^2.14.0",
|
"eslint-plugin-import": "^2.14.0",
|
||||||
@ -56,7 +56,7 @@
|
|||||||
"jest-junit": "^5.2.0",
|
"jest-junit": "^5.2.0",
|
||||||
"jsdom": "^13.0.0",
|
"jsdom": "^13.0.0",
|
||||||
"klaw-sync": "^6.0.0",
|
"klaw-sync": "^6.0.0",
|
||||||
"lerna": "^3.5.1",
|
"lerna": "^3.6.0",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"node-fetch": "^2.3.0",
|
"node-fetch": "^2.3.0",
|
||||||
"pug": "^2.0.3",
|
"pug": "^2.0.3",
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
"main": "dist/vue-app.js",
|
"main": "dist/vue-app.js",
|
||||||
"typings": "types/index.d.ts",
|
"typings": "types/index.d.ts",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"vue": "^2.5.17",
|
"vue": "2.5.17",
|
||||||
"vue-meta": "^1.5.6",
|
"vue-meta": "^1.5.6",
|
||||||
"vue-no-ssr": "^1.1.0",
|
"vue-no-ssr": "^1.1.0",
|
||||||
"vue-router": "^3.0.2",
|
"vue-router": "^3.0.2",
|
||||||
"vue-template-compiler": "^2.5.17",
|
"vue-template-compiler": "2.5.17",
|
||||||
"vuex": "^3.0.1"
|
"vuex": "^3.0.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
"consola": "^2.3.0",
|
"consola": "^2.3.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^7.0.1",
|
||||||
"lru-cache": "^5.1.1",
|
"lru-cache": "^5.1.1",
|
||||||
"vue": "^2.5.17",
|
"vue": "2.5.17",
|
||||||
"vue-meta": "^1.5.6",
|
"vue-meta": "^1.5.6",
|
||||||
"vue-server-renderer": "^2.5.17"
|
"vue-server-renderer": "2.5.17"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
Loading…
Reference in New Issue
Block a user