Skip to content

Commit 4d79e91

Browse files
committed
chore: bump deps
1 parent 7db149a commit 4d79e91

File tree

7 files changed

+202
-171
lines changed

7 files changed

+202
-171
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.3",
1313
"@iconify-json/noto": "^1.2.7",
1414
"@iconify-json/ph": "^1.2.2",
15-
"@iconify-json/simple-icons": "^1.2.71",
15+
"@iconify-json/simple-icons": "^1.2.72",
1616
"@nuxt/content": "^3.12.0",
1717
"@nuxt/fonts": "^0.14.0",
1818
"@nuxt/image": "^2.0.0",
@@ -26,6 +26,6 @@
2626
"nuxt-content-twoslash": "^0.2.1",
2727
"nuxt-llms": "^0.2.0",
2828
"ohash": "^2.0.11",
29-
"shiki": "^4.0.0"
29+
"shiki": "^4.0.1"
3030
}
3131
}

examples/cookie-consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "latest",
12-
"@nuxt/ui": "^4.5.0",
12+
"@nuxt/ui": "^4.5.1",
1313
"nuxt": "^4.3.1",
1414
"tailwindcss": "^4.2.1",
1515
"vue": "^3.5.29"

examples/custom-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "latest",
12-
"@nuxt/ui": "^4.5.0",
12+
"@nuxt/ui": "^4.5.1",
1313
"nuxt": "^4.3.1",
1414
"tailwindcss": "^4.2.1",
1515
"vue": "^3.5.29"

examples/granular-consent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "latest",
12-
"@nuxt/ui": "^4.5.0",
12+
"@nuxt/ui": "^4.5.1",
1313
"nuxt": "^4.3.1",
1414
"tailwindcss": "^4.2.1",
1515
"vue": "^3.5.29"

examples/performance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@nuxt/scripts": "latest",
12-
"@nuxt/ui": "^4.5.0",
12+
"@nuxt/ui": "^4.5.1",
1313
"nuxt": "^4.3.1",
1414
"tailwindcss": "^4.2.1",
1515
"vue": "^3.5.29"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"magic-string": "^0.30.21",
115115
"ofetch": "^1.5.1",
116116
"ohash": "^2.0.11",
117-
"oxc-parser": "^0.115.0",
117+
"oxc-parser": "^0.116.0",
118118
"oxc-walker": "^0.7.0",
119119
"pathe": "^2.0.3",
120120
"pkg-types": "^2.3.0",
@@ -132,20 +132,20 @@
132132
"@nuxt/scripts": "workspace:*",
133133
"@nuxt/test-utils": "^4.0.0",
134134
"@nuxtjs/partytown": "^2.0.0",
135-
"@paypal/paypal-js": "^9.3.0",
135+
"@paypal/paypal-js": "^9.4.0",
136136
"@types/semver": "^7.7.1",
137137
"@typescript-eslint/typescript-estree": "^8.56.1",
138138
"@vue/test-utils": "^2.4.6",
139139
"bumpp": "^10.4.1",
140140
"changelogen": "^0.6.2",
141141
"eslint": "^10.0.2",
142142
"eslint-plugin-n": "^17.24.0",
143-
"happy-dom": "^20.7.0",
143+
"happy-dom": "^20.8.3",
144144
"knitwork": "^1.3.0",
145145
"nuxt": "^4.3.1",
146146
"playwright-core": "^1.58.2",
147-
"posthog-js": "^1.356.1",
148-
"shiki": "^4.0.0",
147+
"posthog-js": "^1.357.1",
148+
"shiki": "^4.0.1",
149149
"typescript": "5.9.3",
150150
"vitest": "^4.0.18",
151151
"vue": "^3.5.29",

0 commit comments

Comments
 (0)