Skip to content

Commit dc4e84a

Browse files
committed
chore: drop nuxt peer dependency
1 parent 5f1ec67 commit dc4e84a

File tree

4 files changed

+2765
-1322
lines changed

4 files changed

+2765
-1322
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@iconify-json/heroicons": "^1.2.2",
1313
"@iconify-json/noto": "^1.2.3",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.41",
15+
"@iconify-json/simple-icons": "^1.2.43",
1616
"@nuxt/content": "^3.6.3",
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.10.0",
@@ -25,6 +25,6 @@
2525
"nuxt-content-twoslash": "^0.1.2",
2626
"nuxt-llms": "^0.1.3",
2727
"ohash": "^2.0.11",
28-
"shiki": "^3.7.0"
28+
"shiki": "^3.8.0"
2929
}
3030
}

package.json

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.9",
5-
"packageManager": "pnpm@10.12.4",
5+
"packageManager": "pnpm@10.13.1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -76,8 +76,7 @@
7676
"@types/google.maps": "^3.58.1",
7777
"@types/vimeo__player": "^2.18.3",
7878
"@types/youtube": "^0.1.0",
79-
"@unhead/vue": "^2.0.3",
80-
"nuxt": "^3.16.2"
79+
"@unhead/vue": "^2.0.3"
8180
},
8281
"peerDependenciesMeta": {
8382
"@stripe/stripe-js": {
@@ -108,7 +107,7 @@
108107
"std-env": "^3.9.0",
109108
"ufo": "^1.6.1",
110109
"unplugin": "^2.3.5",
111-
"unstorage": "^1.16.0",
110+
"unstorage": "^1.16.1",
112111
"valibot": "^1.1.0"
113112
},
114113
"devDependencies": {
@@ -119,33 +118,25 @@
119118
"@nuxt/scripts": "workspace:*",
120119
"@nuxt/test-utils": "3.19.2",
121120
"@types/semver": "^7.7.0",
122-
"@typescript-eslint/typescript-estree": "^8.35.1",
121+
"@typescript-eslint/typescript-estree": "^8.37.0",
123122
"acorn-loose": "^8.5.2",
124123
"bumpp": "^10.2.0",
125-
"changelogen": "^0.6.1",
126-
"eslint": "9.30.1",
124+
"changelogen": "^0.6.2",
125+
"eslint": "9.31.0",
127126
"eslint-plugin-n": "^17.21.0",
128127
"happy-dom": "^18.0.1",
129128
"knitwork": "^1.2.0",
130129
"nuxt": "catalog:",
131-
"playwright-core": "^1.53.2",
132-
"shiki": "3.7.0",
133-
"typescript": "5.8.2",
130+
"playwright-core": "^1.54.1",
131+
"shiki": "3.8.0",
132+
"typescript": "5.8.3",
134133
"vitest": "^3.2.4",
135134
"vue": "^3.5.17",
136135
"vue-router": "^4.5.1",
137136
"vue-tsc": "^3.0.1"
138137
},
139138
"resolutions": {
140-
"@nuxt/scripts": "workspace:*",
141-
"@unhead/vue": "^2.0.11",
142-
"@nuxt/kit": "npm:@nuxt/[email protected]",
143-
"nuxt": "npm:[email protected]",
144-
"@nuxt/schema": "npm:@nuxt/[email protected]",
145-
"typescript": "^5.8.3",
146-
"unhead": "^2.0.11",
147-
"vue": "^3.5.17",
148-
"vue-router": "^4.5.1"
139+
"@nuxt/scripts": "workspace:*"
149140
},
150141
"pnpm": {
151142
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)