mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update all non-major dependencies (#5447)
This commit is contained in:
parent
02f0a7bfaf
commit
913069ff59
@ -61,7 +61,7 @@
|
|||||||
"@nuxt/core": "2.5.1",
|
"@nuxt/core": "2.5.1",
|
||||||
"@nuxt/generator": "2.5.1",
|
"@nuxt/generator": "2.5.1",
|
||||||
"@nuxt/loading-screen": "^0.2.0",
|
"@nuxt/loading-screen": "^0.2.0",
|
||||||
"@nuxt/opencollective": "^0.2.1",
|
"@nuxt/opencollective": "^0.2.2",
|
||||||
"@nuxt/typescript": "2.5.1",
|
"@nuxt/typescript": "2.5.1",
|
||||||
"@nuxt/webpack": "2.5.1"
|
"@nuxt/webpack": "2.5.1"
|
||||||
},
|
},
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"@nuxt/core": "2.5.1",
|
"@nuxt/core": "2.5.1",
|
||||||
"@nuxt/generator": "2.5.1",
|
"@nuxt/generator": "2.5.1",
|
||||||
"@nuxt/loading-screen": "^0.2.0",
|
"@nuxt/loading-screen": "^0.2.0",
|
||||||
"@nuxt/opencollective": "^0.2.1",
|
"@nuxt/opencollective": "^0.2.2",
|
||||||
"@nuxt/webpack": "2.5.1"
|
"@nuxt/webpack": "2.5.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
10
package.json
10
package.json
@ -31,13 +31,13 @@
|
|||||||
"test:unit": "jest test/unit packages --forceExit"
|
"test:unit": "jest test/unit packages --forceExit"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.4.0",
|
"@babel/core": "^7.4.3",
|
||||||
"@babel/preset-env": "^7.4.2",
|
"@babel/preset-env": "^7.4.3",
|
||||||
"@nuxtjs/eslint-config": "^0.0.1",
|
"@nuxtjs/eslint-config": "^0.0.1",
|
||||||
"@vue/server-test-utils": "^1.0.0-beta.29",
|
"@vue/server-test-utils": "^1.0.0-beta.29",
|
||||||
"@vue/test-utils": "^1.0.0-beta.29",
|
"@vue/test-utils": "^1.0.0-beta.29",
|
||||||
"babel-eslint": "^10.0.1",
|
"babel-eslint": "^10.0.1",
|
||||||
"babel-jest": "^24.6.0",
|
"babel-jest": "^24.7.0",
|
||||||
"babel-plugin-dynamic-import-node": "^2.2.0",
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
||||||
"cheerio": "^1.0.0-rc.2",
|
"cheerio": "^1.0.0-rc.2",
|
||||||
"codecov": "^3.2.0",
|
"codecov": "^3.2.0",
|
||||||
@ -61,7 +61,7 @@
|
|||||||
"get-port": "^4.2.0",
|
"get-port": "^4.2.0",
|
||||||
"glob": "^7.1.3",
|
"glob": "^7.1.3",
|
||||||
"is-wsl": "^1.1.0",
|
"is-wsl": "^1.1.0",
|
||||||
"jest": "^24.6.0",
|
"jest": "^24.7.0",
|
||||||
"jsdom": "^14.0.0",
|
"jsdom": "^14.0.0",
|
||||||
"klaw-sync": "^6.0.0",
|
"klaw-sync": "^6.0.0",
|
||||||
"lerna": "^3.13.1",
|
"lerna": "^3.13.1",
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"rollup": "^1.8.0",
|
"rollup": "^1.8.0",
|
||||||
"rollup-plugin-alias": "^1.5.1",
|
"rollup-plugin-alias": "^1.5.1",
|
||||||
"rollup-plugin-babel": "^4.3.2",
|
"rollup-plugin-babel": "^4.3.2",
|
||||||
"rollup-plugin-commonjs": "^9.2.3",
|
"rollup-plugin-commonjs": "^9.3.0",
|
||||||
"rollup-plugin-json": "^4.0.0",
|
"rollup-plugin-json": "^4.0.0",
|
||||||
"rollup-plugin-license": "^0.8.1",
|
"rollup-plugin-license": "^0.8.1",
|
||||||
"rollup-plugin-node-resolve": "^4.0.1",
|
"rollup-plugin-node-resolve": "^4.0.1",
|
||||||
|
@ -10,13 +10,13 @@
|
|||||||
],
|
],
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.4.0",
|
"@babel/core": "^7.4.3",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
||||||
"@babel/plugin-proposal-decorators": "^7.4.0",
|
"@babel/plugin-proposal-decorators": "^7.4.0",
|
||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||||
"@babel/plugin-transform-runtime": "^7.4.0",
|
"@babel/plugin-transform-runtime": "^7.4.3",
|
||||||
"@babel/preset-env": "^7.4.2",
|
"@babel/preset-env": "^7.4.3",
|
||||||
"@babel/runtime": "^7.4.2",
|
"@babel/runtime": "^7.4.3",
|
||||||
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
|
"@vue/babel-preset-jsx": "^1.0.0-beta.3",
|
||||||
"core-js": "^2.6.5"
|
"core-js": "^2.6.5"
|
||||||
},
|
},
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
"opener": "1.5.1",
|
"opener": "1.5.1",
|
||||||
"pretty-bytes": "^5.1.0",
|
"pretty-bytes": "^5.1.0",
|
||||||
"std-env": "^2.2.1",
|
"std-env": "^2.2.1",
|
||||||
"wrap-ansi": "^5.0.0"
|
"wrap-ansi": "^5.1.0"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
@ -8,13 +8,13 @@
|
|||||||
],
|
],
|
||||||
"main": "dist/webpack.js",
|
"main": "dist/webpack.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.4.0",
|
"@babel/core": "^7.4.3",
|
||||||
"@nuxt/babel-preset-app": "2.5.1",
|
"@nuxt/babel-preset-app": "2.5.1",
|
||||||
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
|
"@nuxt/friendly-errors-webpack-plugin": "^2.4.0",
|
||||||
"@nuxt/utils": "2.5.1",
|
"@nuxt/utils": "2.5.1",
|
||||||
"babel-loader": "^8.0.5",
|
"babel-loader": "^8.0.5",
|
||||||
"cache-loader": "^2.0.1",
|
"cache-loader": "^2.0.1",
|
||||||
"caniuse-lite": "^1.0.30000955",
|
"caniuse-lite": "^1.0.30000957",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"consola": "^2.5.8",
|
"consola": "^2.5.8",
|
||||||
"css-loader": "^2.1.1",
|
"css-loader": "^2.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user