Skip to content

Commit 3ecaf28

Browse files
committed
chore: update dependencies
1 parent bb45319 commit 3ecaf28

File tree

2 files changed

+1276
-552
lines changed

2 files changed

+1276
-552
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -63,65 +63,65 @@
6363
},
6464
"devDependencies": {
6565
"@babel/cli": "^7.8.4",
66-
"@babel/core": "^7.8.4",
67-
"@babel/node": "^7.8.4",
66+
"@babel/core": "^7.9.0",
67+
"@babel/node": "^7.8.7",
6868
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
69-
"@babel/preset-env": "^7.8.4",
69+
"@babel/preset-env": "^7.9.0",
7070
"@nuxtjs/eslint-config": "^2.0.2",
7171
"@vue/server-test-utils": "^1.0.0-beta.30",
7272
"@vue/test-utils": "^1.0.0-beta.30",
73-
"@vuepress/plugin-google-analytics": "^1.3.1",
74-
"@vuepress/plugin-pwa": "^1.3.1",
73+
"@vuepress/plugin-google-analytics": "^1.4.0",
74+
"@vuepress/plugin-pwa": "^1.4.0",
7575
"babel-core": "^7.0.0-bridge",
7676
"babel-eslint": "^10.1.0",
77-
"babel-jest": "^25.1.0",
78-
"babel-loader": "^8.0.6",
77+
"babel-jest": "^25.2.3",
78+
"babel-loader": "^8.1.0",
7979
"babel-plugin-dynamic-import-node": "^2.3.0",
8080
"browserstack-local": "^1.4.5",
8181
"chromedriver": "^80.0.1",
8282
"codecov": "^3.6.5",
8383
"copy-webpack-plugin": "^5.1.1",
8484
"eslint": "^6.8.0",
85-
"eslint-config-standard": "^14.1.0",
85+
"eslint-config-standard": "^14.1.1",
8686
"eslint-plugin-import": "^2.20.1",
87-
"eslint-plugin-jest": "^23.8.0",
88-
"eslint-plugin-node": "^11.0.0",
87+
"eslint-plugin-jest": "^23.8.2",
88+
"eslint-plugin-node": "^11.1.0",
8989
"eslint-plugin-promise": "^4.2.1",
9090
"eslint-plugin-standard": "^4.0.1",
91-
"eslint-plugin-vue": "^6.2.1",
91+
"eslint-plugin-vue": "^6.2.2",
9292
"esm": "^3.2.25",
93-
"fs-extra": "^8.1.0",
93+
"fs-extra": "^9.0.0",
9494
"geckodriver": "^1.19.1",
9595
"get-port": "^5.1.1",
9696
"hable": "3.0.0",
9797
"is-wsl": "^2.1.1",
98-
"jest": "^25.1.0",
99-
"jest-environment-jsdom": "^25.1.0",
98+
"jest": "^25.2.3",
99+
"jest-environment-jsdom": "^25.2.3",
100100
"jest-environment-jsdom-global": "^1.2.1",
101-
"jsdom": "^16.2.0",
101+
"jsdom": "^16.2.1",
102102
"lodash": "^4.17.15",
103103
"node-env-file": "^0.1.8",
104104
"puppeteer-core": "^2.1.1",
105105
"rimraf": "^3.0.2",
106-
"rollup": "^1.31.1",
107-
"rollup-plugin-babel": "^4.3.3",
106+
"rollup": "^2.2.0",
107+
"rollup-plugin-babel": "^4.4.0",
108108
"rollup-plugin-commonjs": "^10.1.0",
109109
"rollup-plugin-json": "^4.0.0",
110110
"rollup-plugin-node-resolve": "^5.2.0",
111111
"rollup-plugin-replace": "^2.2.0",
112-
"rollup-plugin-terser": "^5.2.0",
112+
"rollup-plugin-terser": "^5.3.0",
113113
"selenium-webdriver": "^4.0.0-alpha.5",
114114
"standard-version": "^7.1.0",
115115
"tib": "^0.7.4",
116-
"typescript": "^3.8.2",
116+
"typescript": "^3.8.3",
117117
"vue": "^2.6.11",
118118
"vue-jest": "^3.0.5",
119-
"vue-loader": "^15.9.0",
119+
"vue-loader": "^15.9.1",
120120
"vue-router": "^3.1.6",
121121
"vue-server-renderer": "^2.6.11",
122122
"vue-template-compiler": "^2.6.11",
123-
"vuepress": "^1.3.1",
123+
"vuepress": "^1.4.0",
124124
"vuepress-theme-vue": "^1.1.0",
125-
"webpack": "^4.41.6"
125+
"webpack": "^4.42.1"
126126
}
127127
}

0 commit comments

Comments
 (0)