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

Commit 1c7d92c

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

File tree

3 files changed

+2452
-1186
lines changed

3 files changed

+2452
-1186
lines changed

example/package.json

Lines changed: 2 additions & 2 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.17.3",
9+
"@nuxt/types": "^2.18.1",
1010
"@types/node-fetch": "^2.6.11",
11-
"nuxt": "^2.17.3"
11+
"nuxt": "^2.18.1"
1212
},
1313
"scripts": {
1414
"dev": "nuxt",

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,48 +60,48 @@
6060
"defu": "^6.1.4",
6161
"estree-walker": "^2.0.2",
6262
"fs-extra": "^11.2.0",
63-
"magic-string": "^0.30.10",
63+
"magic-string": "^0.30.11",
6464
"pathe": "^1.1.2",
65-
"ufo": "^1.5.3"
65+
"ufo": "^1.5.4"
6666
},
6767
"devDependencies": {
68-
"@babel/traverse": "^7.24.1",
69-
"@babel/types": "^7.24.0",
68+
"@babel/traverse": "^7.25.6",
69+
"@babel/types": "^7.25.6",
7070
"@nuxt/test-utils": "^0.2.2",
71-
"@nuxt/types": "^2.17.3",
71+
"@nuxt/types": "^2.18.1",
7272
"@nuxt/typescript-build": "^3.0.2",
7373
"@nuxtjs/module-test-utils": "^1.6.3",
7474
"@nuxtjs/pwa": "^3.3.5",
75-
"@release-it/conventional-changelog": "^8.0.1",
75+
"@release-it/conventional-changelog": "^8.0.2",
7676
"@types/fs-extra": "^11.0.4",
77-
"@types/node": "^20.12.7",
77+
"@types/node": "^20.16.10",
7878
"@types/normalize-path": "^3.0.2",
79-
"@typescript-eslint/eslint-plugin": "^7.7.1",
80-
"@typescript-eslint/parser": "^7.7.1",
79+
"@typescript-eslint/eslint-plugin": "^7.18.0",
80+
"@typescript-eslint/parser": "^7.18.0",
8181
"codecov": "^3.8.3",
82-
"core-js": "3.37.0",
82+
"core-js": "3.38.1",
8383
"cross-env": "^7.0.3",
84-
"eslint": "^8.57.0",
85-
"eslint-plugin-promise": "^6.1.1",
86-
"happy-dom": "^14.7.1",
84+
"eslint": "^8.57.1",
85+
"eslint-plugin-promise": "^6.6.0",
86+
"happy-dom": "^14.12.3",
8787
"http-server": "^14.1.1",
88-
"lint-staged": "^15.2.2",
89-
"npm-run-all2": "^6.1.2",
90-
"nuxt": "^2.17.3",
91-
"release-it": "17.2.1",
92-
"rimraf": "^5.0.5",
88+
"lint-staged": "^15.2.10",
89+
"npm-run-all2": "^6.2.3",
90+
"nuxt": "^2.18.1",
91+
"release-it": "17.6.0",
92+
"rimraf": "^5.0.10",
9393
"siroc": "0.16.0",
94-
"start-server-and-test": "^2.0.3",
94+
"start-server-and-test": "^2.0.8",
9595
"testcafe": "3.5.0",
9696
"ts-loader": "^8.4.0",
97-
"tsd": "^0.31.0",
98-
"typescript": "5.4.5",
99-
"vite": "^5.2.10",
100-
"vitest": "^1.5.2",
97+
"tsd": "^0.31.2",
98+
"typescript": "5.6.2",
99+
"vite": "^5.4.8",
100+
"vitest": "^1.6.0",
101101
"yorkie": "^2.0.0"
102102
},
103103
"peerDependencies": {
104-
"nuxt": "^2.17.3",
104+
"nuxt": "^2.18.1",
105105
"vue": "^2.7.16"
106106
},
107107
"engines": {

0 commit comments

Comments
 (0)