mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore(deps): update all non-major dependencies (#8267)
This commit is contained in:
parent
eb88589550
commit
8a25a91b60
12
package.json
12
package.json
@ -42,10 +42,10 @@
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^10.0.0",
|
||||
"@rollup/plugin-replace": "^2.3.4",
|
||||
"@vue/server-test-utils": "^1.1.0",
|
||||
"@vue/test-utils": "^1.1.0",
|
||||
"@vue/server-test-utils": "^1.1.1",
|
||||
"@vue/test-utils": "^1.1.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.6.1",
|
||||
"babel-jest": "^26.6.3",
|
||||
"consola": "^2.15.0",
|
||||
"create-require": "^1.0.2",
|
||||
"cross-spawn": "^7.0.3",
|
||||
@ -61,8 +61,8 @@
|
||||
"got": "^11.8.0",
|
||||
"improved-yarn-audit": "^2.3.1",
|
||||
"is-wsl": "^2.2.0",
|
||||
"jest": "^26.6.1",
|
||||
"jiti": "^0.1.11",
|
||||
"jest": "^26.6.3",
|
||||
"jiti": "^0.1.12",
|
||||
"jsdom": "^16.4.0",
|
||||
"klaw-sync": "^6.0.0",
|
||||
"lerna": "^3.22.1",
|
||||
@ -72,7 +72,7 @@
|
||||
"puppeteer-core": "^5.4.1",
|
||||
"request": "^2.88.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "2.32.1",
|
||||
"rollup": "2.33.1",
|
||||
"rollup-plugin-license": "^2.2.0",
|
||||
"sass-loader": "^8.0.2",
|
||||
"sort-package-json": "^1.46.1",
|
||||
|
@ -11,14 +11,14 @@
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.12.3",
|
||||
"@babel/helper-compilation-targets": "^7.12.1",
|
||||
"@babel/helper-compilation-targets": "^7.12.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
||||
"@babel/plugin-proposal-decorators": "^7.12.1",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
|
||||
"@babel/plugin-transform-runtime": "^7.12.1",
|
||||
"@babel/preset-env": "^7.12.1",
|
||||
"@babel/runtime": "^7.12.1",
|
||||
"@babel/runtime": "^7.12.5",
|
||||
"@vue/babel-preset-jsx": "^1.2.4",
|
||||
"core-js": "^2.6.5"
|
||||
},
|
||||
|
@ -17,7 +17,7 @@
|
||||
"destr": "^1.0.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"esm": "^3.2.25",
|
||||
"jiti": "^0.1.11",
|
||||
"jiti": "^0.1.12",
|
||||
"rc9": "^1.0.0",
|
||||
"std-env": "^2.2.1"
|
||||
},
|
||||
|
@ -13,7 +13,7 @@
|
||||
"consola": "^2.15.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"node-html-parser": "^1.4.3"
|
||||
"node-html-parser": "^1.4.6"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
@ -10,7 +10,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@types/autoprefixer": "^9.7.2",
|
||||
"@types/babel__core": "^7.1.10",
|
||||
"@types/babel__core": "^7.1.12",
|
||||
"@types/compression": "^1.7.0",
|
||||
"@types/connect": "^3.4.33",
|
||||
"@types/etag": "^1.8.0",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"css-loader": "^3.6.0",
|
||||
"cssnano": "^4.1.10",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
"extract-css-chunks-webpack-plugin": "^4.7.5",
|
||||
"extract-css-chunks-webpack-plugin": "^4.8.0",
|
||||
"file-loader": "^4.3.0",
|
||||
"glob": "^7.1.6",
|
||||
"hard-source-webpack-plugin": "^0.13.1",
|
||||
@ -43,7 +43,7 @@
|
||||
"thread-loader": "^2.1.3",
|
||||
"time-fix-plugin": "^2.0.7",
|
||||
"url-loader": "^2.3.0",
|
||||
"vue-loader": "^15.9.4",
|
||||
"vue-loader": "^15.9.5",
|
||||
"webpack": "^4.44.2",
|
||||
"webpack-bundle-analyzer": "^3.9.0",
|
||||
"webpack-dev-middleware": "^3.7.2",
|
||||
|
Loading…
Reference in New Issue
Block a user