Skip to content

Commit 00c0939

Browse files
committed
chore update dependencies
1 parent ec7b1fb commit 00c0939

File tree

2 files changed

+896
-1016
lines changed

2 files changed

+896
-1016
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -67,61 +67,61 @@
6767
"@babel/node": "^7.5.5",
6868
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
6969
"@babel/preset-env": "^7.5.5",
70-
"@nuxt/babel-preset-app": "^2.8.1",
71-
"@nuxtjs/eslint-config": "^1.0.1",
70+
"@nuxt/babel-preset-app": "^2.9.2",
71+
"@nuxtjs/eslint-config": "^1.1.2",
7272
"@vue/server-test-utils": "^1.0.0-beta.29",
7373
"@vue/test-utils": "^1.0.0-beta.29",
7474
"@vuepress/plugin-google-analytics": "^1.0.3",
7575
"@vuepress/plugin-pwa": "^1.0.3",
7676
"babel-core": "^7.0.0-bridge",
77-
"babel-eslint": "^10.0.2",
78-
"babel-jest": "^24.8.0",
77+
"babel-eslint": "^10.0.3",
78+
"babel-jest": "^24.9.0",
7979
"babel-loader": "^8.0.6",
8080
"babel-plugin-dynamic-import-node": "^2.3.0",
8181
"browserstack-local": "^1.4.2",
82-
"chromedriver": "^76.0.0",
82+
"chromedriver": "^76.0.1",
8383
"codecov": "^3.5.0",
8484
"copy-webpack-plugin": "^5.0.4",
85-
"eslint": "^6.1.0",
86-
"eslint-config-standard": "^13.0.1",
85+
"eslint": "^6.2.2",
86+
"eslint-config-standard": "^14.1.0",
8787
"eslint-plugin-import": "^2.18.2",
88-
"eslint-plugin-jest": "^22.14.1",
89-
"eslint-plugin-node": "^9.1.0",
88+
"eslint-plugin-jest": "^22.16.0",
89+
"eslint-plugin-node": "^9.2.0",
9090
"eslint-plugin-promise": "^4.2.1",
91-
"eslint-plugin-standard": "^4.0.0",
91+
"eslint-plugin-standard": "^4.0.1",
9292
"eslint-plugin-vue": "^5.2.3",
9393
"esm": "^3.2.25",
9494
"fs-extra": "^8.1.0",
9595
"geckodriver": "^1.16.2",
9696
"get-port": "^5.0.0",
9797
"is-wsl": "^2.1.0",
98-
"jest": "^24.8.0",
99-
"jest-environment-jsdom": "^24.8.0",
98+
"jest": "^24.9.0",
99+
"jest-environment-jsdom": "^24.9.0",
100100
"jest-environment-jsdom-global": "^1.2.0",
101101
"jsdom": "^15.1.1",
102102
"lodash": "^4.17.15",
103103
"node-env-file": "^0.1.8",
104104
"puppeteer-core": "^1.19.0",
105-
"rimraf": "^2.6.3",
106-
"rollup": "^1.18.0",
105+
"rimraf": "^3.0.0",
106+
"rollup": "^1.20.3",
107107
"rollup-plugin-babel": "^4.3.3",
108-
"rollup-plugin-commonjs": "^10.0.2",
108+
"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",
112112
"rollup-plugin-terser": "^5.1.1",
113113
"selenium-webdriver": "^4.0.0-alpha.4",
114114
"standard-version": "^7.0.0",
115-
"tib": "^0.6.5",
116-
"typescript": "^3.5.3",
115+
"tib": "^0.7.1",
116+
"typescript": "^3.6.2",
117117
"vue": "^2.6.10",
118118
"vue-jest": "^3.0.4",
119119
"vue-loader": "^15.7.1",
120-
"vue-router": "^3.0.7",
120+
"vue-router": "^3.1.3",
121121
"vue-server-renderer": "^2.6.10",
122122
"vue-template-compiler": "^2.6.10",
123123
"vuepress": "^1.0.3",
124124
"vuepress-theme-vue": "^1.1.0",
125-
"webpack": "^4.39.1"
125+
"webpack": "^4.39.3"
126126
}
127127
}

0 commit comments

Comments
 (0)