Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 81c2a5c

Browse files
chore(deps): update all non-major dependencies (#755)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent abeafb1 commit 81c2a5c

File tree

3 files changed

+2449
-880
lines changed

3 files changed

+2449
-880
lines changed

example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"vue-content-placeholders": "^0.2.1"
77
},
88
"devDependencies": {
9-
"@nuxt/types": "^2.16.3",
10-
"@types/node-fetch": "^2.6.3",
11-
"nuxt": "^2.16.3"
9+
"@nuxt/types": "^2.17.0",
10+
"@types/node-fetch": "^2.6.4",
11+
"nuxt": "^2.17.0"
1212
},
1313
"scripts": {
1414
"dev": "nuxt",

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -62,52 +62,52 @@
6262
"defu": "^6.1.2",
6363
"estree-walker": "^2.0.2",
6464
"fs-extra": "^9.1.0",
65-
"magic-string": "^0.30.0",
66-
"pathe": "^1.1.0",
67-
"ufo": "^1.1.1"
65+
"magic-string": "^0.30.1",
66+
"pathe": "^1.1.1",
67+
"ufo": "^1.1.2"
6868
},
6969
"devDependencies": {
70-
"@babel/traverse": "^7.21.4",
71-
"@babel/types": "^7.21.4",
70+
"@babel/traverse": "^7.22.8",
71+
"@babel/types": "^7.22.5",
7272
"@nuxt/test-utils": "^0.2.2",
73-
"@nuxt/types": "^2.16.3",
73+
"@nuxt/types": "^2.17.0",
7474
"@nuxt/typescript-build": "^3.0.1",
7575
"@nuxtjs/module-test-utils": "^1.6.3",
7676
"@nuxtjs/pwa": "^3.3.5",
7777
"@release-it/conventional-changelog": "^5.1.1",
7878
"@types/fs-extra": "^9.0.13",
79-
"@types/node": "^16.18.23",
79+
"@types/node": "^16.18.38",
8080
"@types/normalize-path": "^3.0.0",
81-
"@typescript-eslint/eslint-plugin": "^5.57.0",
82-
"@typescript-eslint/parser": "^5.57.0",
83-
"c8": "^7.13.0",
81+
"@typescript-eslint/eslint-plugin": "^5.62.0",
82+
"@typescript-eslint/parser": "^5.62.0",
83+
"c8": "^7.14.0",
8484
"codecov": "^3.8.3",
85-
"core-js": "3.29.1",
85+
"core-js": "3.31.1",
8686
"cross-env": "^7.0.3",
87-
"eslint": "^8.37.0",
87+
"eslint": "^8.44.0",
8888
"eslint-config-prettier": "^8.8.0",
8989
"eslint-plugin-prettier": "^4.2.1",
9090
"eslint-plugin-promise": "^6.1.1",
91-
"happy-dom": "^10.0.6",
91+
"happy-dom": "^10.1.1",
9292
"http-server": "^14.1.1",
93-
"lint-staged": "^13.2.0",
93+
"lint-staged": "^13.2.3",
9494
"npm-run-all": "^4.1.5",
95-
"nuxt": "^2.16.3",
96-
"prettier": "^2.8.7",
97-
"release-it": "15.10.0",
98-
"rimraf": "^5.0.0",
95+
"nuxt": "^2.17.0",
96+
"prettier": "^2.8.8",
97+
"release-it": "15.11.0",
98+
"rimraf": "^5.0.1",
9999
"siroc": "0.16.0",
100100
"start-server-and-test": "^2.0.0",
101101
"testcafe": "2.4.0",
102102
"ts-loader": "^8.4.0",
103103
"tsd": "^0.28.1",
104-
"typescript": "5.0.3",
105-
"vite": "^4.2.1",
106-
"vitest": "^0.29.8",
104+
"typescript": "5.1.6",
105+
"vite": "^4.4.2",
106+
"vitest": "^0.33.0",
107107
"yorkie": "^2.0.0"
108108
},
109109
"peerDependencies": {
110-
"nuxt": "^2.16.3",
110+
"nuxt": "^2.17.0",
111111
"vue": "^2.7.14"
112112
},
113113
"engines": {

0 commit comments

Comments
 (0)