Skip to content

Commit 45d9cf0

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 8538368 commit 45d9cf0

File tree

7 files changed

+529
-398
lines changed

7 files changed

+529
-398
lines changed

distributions/nuxt-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"vue-meta": "^2.3.3",
6464
"vue-no-ssr": "^1.1.1",
6565
"vue-router": "^3.1.6",
66-
"vuex": "^3.2.0"
66+
"vuex": "^3.3.0"
6767
},
6868
"engines": {
6969
"node": ">=8.9.0",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"@ls-lint/ls-lint": "^1.8.1",
36-
"@babel/core": "^7.9.0",
37-
"@babel/preset-env": "^7.9.5",
36+
"@babel/core": "^7.9.6",
37+
"@babel/preset-env": "^7.9.6",
3838
"@nuxtjs/eslint-config": "^2.0.2",
3939
"@rollup/plugin-alias": "^3.1.0",
4040
"@rollup/plugin-commonjs": "^11.0.2",
@@ -44,7 +44,7 @@
4444
"@vue/server-test-utils": "^1.0.0-beta.33",
4545
"@vue/test-utils": "^1.0.0-beta.33",
4646
"babel-eslint": "^10.1.0",
47-
"babel-jest": "^25.4.0",
47+
"babel-jest": "^25.5.1",
4848
"consola": "^2.11.3",
4949
"cross-spawn": "^7.0.2",
5050
"eslint": "6.8.0",
@@ -56,20 +56,20 @@
5656
"fs-extra": "^8.1.0",
5757
"get-port": "^5.1.1",
5858
"glob": "^7.1.6",
59-
"got": "^11.0.2",
59+
"got": "^11.0.3",
6060
"improved-yarn-audit": "^2.0.0",
6161
"is-wsl": "^2.1.1",
62-
"jest": "^25.4.0",
62+
"jest": "^25.5.3",
6363
"jsdom": "^16.2.2",
6464
"klaw-sync": "^6.0.0",
6565
"lerna": "^3.20.2",
6666
"lodash": "^4.17.15",
6767
"node-fetch": "^2.6.0",
6868
"node-sass": "^4.14.0",
69-
"puppeteer-core": "^3.0.1",
69+
"puppeteer-core": "^3.0.2",
7070
"request": "^2.88.2",
7171
"rimraf": "^3.0.2",
72-
"rollup": "^2.7.2",
72+
"rollup": "^2.7.6",
7373
"rollup-plugin-license": "^2.0.0",
7474
"sass-loader": "^8.0.2",
7575
"sort-package-json": "^1.42.1",

packages/babel-preset-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
],
1111
"main": "src/index.js",
1212
"dependencies": {
13-
"@babel/core": "^7.9.0",
14-
"@babel/helper-compilation-targets": "^7.8.7",
13+
"@babel/core": "^7.9.6",
14+
"@babel/helper-compilation-targets": "^7.9.6",
1515
"@babel/plugin-proposal-class-properties": "^7.8.3",
1616
"@babel/plugin-proposal-decorators": "^7.8.3",
17-
"@babel/plugin-transform-runtime": "^7.9.0",
18-
"@babel/preset-env": "^7.9.5",
19-
"@babel/runtime": "^7.9.2",
17+
"@babel/plugin-transform-runtime": "^7.9.6",
18+
"@babel/preset-env": "^7.9.6",
19+
"@babel/runtime": "^7.9.6",
2020
"@vue/babel-preset-jsx": "^1.1.2",
2121
"core-js": "^2.6.5"
2222
},

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@nuxt/vue-app": "2.12.1",
1414
"@nuxt/webpack": "2.12.1",
1515
"chalk": "^3.0.0",
16-
"chokidar": "^3.3.1",
16+
"chokidar": "^3.4.0",
1717
"consola": "^2.11.3",
1818
"fs-extra": "^8.1.0",
1919
"glob": "^7.1.6",

packages/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"vue-no-ssr": "^1.1.1",
2121
"vue-router": "^3.1.6",
2222
"vue-template-compiler": "^2.6.11",
23-
"vuex": "^3.2.0"
23+
"vuex": "^3.3.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"dist"
99
],
1010
"dependencies": {
11-
"@babel/core": "^7.9.0",
11+
"@babel/core": "^7.9.6",
1212
"@nuxt/babel-preset-app": "2.12.1",
1313
"@nuxt/friendly-errors-webpack-plugin": "^2.5.0",
1414
"@nuxt/utils": "2.12.1",
1515
"babel-loader": "^8.1.0",
1616
"cache-loader": "^4.1.0",
17-
"caniuse-lite": "^1.0.30001046",
17+
"caniuse-lite": "^1.0.30001048",
1818
"chalk": "^3.0.0",
1919
"consola": "^2.11.3",
20-
"css-loader": "^3.5.2",
20+
"css-loader": "^3.5.3",
2121
"cssnano": "^4.1.10",
2222
"eventsource-polyfill": "^0.9.6",
2323
"extract-css-chunks-webpack-plugin": "^4.7.4",
@@ -38,7 +38,7 @@
3838
"semver": "^7.3.2",
3939
"std-env": "^2.2.1",
4040
"style-resources-loader": "^1.3.3",
41-
"terser-webpack-plugin": "^2.3.5",
41+
"terser-webpack-plugin": "^2.3.6",
4242
"thread-loader": "^2.1.3",
4343
"time-fix-plugin": "^2.0.6",
4444
"url-loader": "^2.3.0",

0 commit comments

Comments
 (0)