Skip to content

Commit 1199a74

Browse files
committed
chore: update dependencies
1 parent d947540 commit 1199a74

File tree

2 files changed

+809
-369
lines changed

2 files changed

+809
-369
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
"deepmerge": "^4.2.2"
6363
},
6464
"devDependencies": {
65-
"@babel/cli": "^7.8.4",
66-
"@babel/core": "^7.9.6",
67-
"@babel/node": "^7.8.7",
65+
"@babel/cli": "^7.10.1",
66+
"@babel/core": "^7.10.2",
67+
"@babel/node": "^7.10.1",
6868
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
69-
"@babel/preset-env": "^7.9.6",
69+
"@babel/preset-env": "^7.10.2",
7070
"@nuxtjs/eslint-config": "^3.0.0",
7171
"@vue/server-test-utils": "^1.0.3",
7272
"@vue/test-utils": "^1.0.3",
@@ -80,17 +80,17 @@
8080
"browserstack-local": "^1.4.5",
8181
"chromedriver": "^83.0.0",
8282
"codecov": "^3.7.0",
83-
"copy-webpack-plugin": "^6.0.1",
84-
"eslint": "^7.1.0",
83+
"copy-webpack-plugin": "^6.0.2",
84+
"eslint": "^7.2.0",
8585
"eslint-config-standard": "^14.1.1",
8686
"eslint-plugin-import": "^2.20.2",
87-
"eslint-plugin-jest": "^23.13.1",
87+
"eslint-plugin-jest": "^23.13.2",
8888
"eslint-plugin-node": "^11.1.0",
8989
"eslint-plugin-promise": "^4.2.1",
9090
"eslint-plugin-standard": "^4.0.1",
9191
"eslint-plugin-vue": "^6.2.2",
9292
"esm": "^3.2.25",
93-
"fs-extra": "^9.0.0",
93+
"fs-extra": "^9.0.1",
9494
"geckodriver": "^1.19.1",
9595
"get-port": "^5.1.1",
9696
"hable": "3.0.0",
@@ -101,9 +101,9 @@
101101
"jsdom": "^16.2.2",
102102
"lodash": "^4.17.15",
103103
"node-env-file": "^0.1.8",
104-
"puppeteer-core": "^3.1.0",
104+
"puppeteer-core": "^3.3.0",
105105
"rimraf": "^3.0.2",
106-
"rollup": "^2.10.9",
106+
"rollup": "^2.14.0",
107107
"rollup-plugin-babel": "^4.4.0",
108108
"rollup-plugin-commonjs": "^10.1.0",
109109
"rollup-plugin-json": "^4.0.0",
@@ -113,11 +113,11 @@
113113
"selenium-webdriver": "^4.0.0-alpha.5",
114114
"standard-version": "^8.0.0",
115115
"tib": "^0.7.4",
116-
"typescript": "^3.9.3",
116+
"typescript": "^3.9.5",
117117
"vue": "^2.6.11",
118118
"vue-jest": "^3.0.5",
119119
"vue-loader": "^15.9.2",
120-
"vue-router": "^3.2.0",
120+
"vue-router": "^3.3.2",
121121
"vue-server-renderer": "^2.6.11",
122122
"vue-template-compiler": "^2.6.11",
123123
"vuepress": "^1.5.0",

0 commit comments

Comments
 (0)