Skip to content

Commit 9d56ef5

Browse files
chore(deps): update all non-major dependencies
1 parent 96d8ce4 commit 9d56ef5

File tree

2 files changed

+4480
-1486
lines changed

2 files changed

+4480
-1486
lines changed

package.json

+41-41
Original file line numberDiff line numberDiff line change
@@ -59,69 +59,69 @@
5959
"test:types": "tsc -p types/test"
6060
},
6161
"dependencies": {
62-
"deepmerge": "^4.2.2"
62+
"deepmerge": "^4.3.1"
6363
},
6464
"devDependencies": {
65-
"@babel/cli": "^7.10.1",
66-
"@babel/core": "^7.10.2",
67-
"@babel/node": "^7.10.1",
65+
"@babel/cli": "^7.25.7",
66+
"@babel/core": "^7.25.8",
67+
"@babel/node": "^7.25.7",
6868
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
69-
"@babel/preset-env": "^7.10.2",
70-
"@nuxtjs/eslint-config": "^3.0.0",
71-
"@vue/server-test-utils": "^1.0.3",
72-
"@vue/test-utils": "^1.0.3",
73-
"@vuepress/plugin-google-analytics": "^1.5.1",
74-
"@vuepress/plugin-pwa": "^1.5.1",
69+
"@babel/preset-env": "^7.25.8",
70+
"@nuxtjs/eslint-config": "^3.1.0",
71+
"@vue/server-test-utils": "^1.3.0",
72+
"@vue/test-utils": "^1.3.6",
73+
"@vuepress/plugin-google-analytics": "^1.9.10",
74+
"@vuepress/plugin-pwa": "^1.9.10",
7575
"babel-core": "^7.0.0-bridge",
7676
"babel-eslint": "^10.1.0",
77-
"babel-jest": "^26.0.1",
78-
"babel-loader": "^8.1.0",
77+
"babel-jest": "^26.6.3",
78+
"babel-loader": "^8.4.1",
7979
"babel-plugin-dynamic-import-node": "^2.3.3",
80-
"browserstack-local": "^1.4.5",
80+
"browserstack-local": "^1.5.5",
8181
"chromedriver": "^86.0.0",
82-
"codecov": "^3.7.0",
83-
"copy-webpack-plugin": "^6.0.2",
84-
"eslint": "^7.2.0",
82+
"codecov": "^3.8.3",
83+
"copy-webpack-plugin": "^6.4.1",
84+
"eslint": "^7.32.0",
8585
"eslint-config-standard": "^14.1.1",
86-
"eslint-plugin-import": "^2.21.2",
87-
"eslint-plugin-jest": "^23.13.2",
86+
"eslint-plugin-import": "^2.31.0",
87+
"eslint-plugin-jest": "^23.20.0",
8888
"eslint-plugin-node": "^11.1.0",
89-
"eslint-plugin-promise": "^4.2.1",
90-
"eslint-plugin-standard": "^4.0.1",
89+
"eslint-plugin-promise": "^4.3.1",
90+
"eslint-plugin-standard": "^4.1.0",
9191
"eslint-plugin-vue": "^6.2.2",
9292
"esm": "^3.2.25",
93-
"fs-extra": "^9.0.1",
94-
"geckodriver": "^1.19.1",
93+
"fs-extra": "^9.1.0",
94+
"geckodriver": "^1.22.3",
9595
"get-port": "^5.1.1",
9696
"hable": "3.0.0",
9797
"is-wsl": "^2.2.0",
98-
"jest": "^26.0.1",
99-
"jest-environment-jsdom": "^26.0.1",
100-
"jest-environment-jsdom-global": "^2.0.2",
101-
"jsdom": "^16.2.2",
102-
"lodash": "^4.17.15",
98+
"jest": "^26.6.3",
99+
"jest-environment-jsdom": "^26.6.2",
100+
"jest-environment-jsdom-global": "^2.0.4",
101+
"jsdom": "^16.7.0",
102+
"lodash": "^4.17.21",
103103
"node-env-file": "^0.1.8",
104104
"puppeteer-core": "^3.3.0",
105105
"rimraf": "^3.0.2",
106-
"rollup": "^2.15.0",
106+
"rollup": "^2.79.2",
107107
"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",
112112
"rollup-plugin-terser": "^6.1.0",
113-
"selenium-webdriver": "^4.0.0-alpha.7",
114-
"standard-version": "^8.0.0",
115-
"tib": "^0.7.4",
116-
"typescript": "^3.9.5",
117-
"vue": "^2.6.11",
118-
"vue-jest": "^3.0.5",
119-
"vue-loader": "^15.9.2",
120-
"vue-router": "^3.3.2",
121-
"vue-server-renderer": "^2.6.11",
122-
"vue-template-compiler": "^2.6.11",
123-
"vuepress": "^1.5.1",
124-
"vuepress-theme-vue": "^1.1.0",
125-
"webpack": "^4.43.0"
113+
"selenium-webdriver": "^4.25.0",
114+
"standard-version": "^8.0.2",
115+
"tib": "^0.7.5",
116+
"typescript": "^3.9.10",
117+
"vue": "^2.7.16",
118+
"vue-jest": "^3.0.7",
119+
"vue-loader": "^15.11.1",
120+
"vue-router": "^3.6.5",
121+
"vue-server-renderer": "^2.7.16",
122+
"vue-template-compiler": "^2.7.16",
123+
"vuepress": "^1.9.10",
124+
"vuepress-theme-vue": "^1.1.1",
125+
"webpack": "^4.47.0"
126126
}
127127
}

0 commit comments

Comments
 (0)