Skip to content

Commit 55da4b4

Browse files
chore(deps): update all non-major dependencies
1 parent c1c6d8a commit 55da4b4

File tree

3 files changed

+173
-90
lines changed

3 files changed

+173
-90
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"@nuxt/fonts": "^0.11.4",
1818
"@nuxt/image": "^1.11.0",
1919
"@nuxt/scripts": "workspace:*",
20-
"@nuxt/ui": "4.0.0-alpha.2",
20+
"@nuxt/ui": "4.0.0-beta.0",
2121
"@nuxthq/studio": "^2.2.1",
2222
"@nuxtjs/seo": "^3.2.2",
2323
"@vueuse/core": "^13.9.0",
2424
"@vueuse/nuxt": "^13.9.0",
25-
"better-sqlite3": "^12.3.0",
25+
"better-sqlite3": "^12.4.1",
2626
"nuxt-content-twoslash": "^0.1.2",
2727
"nuxt-llms": "^0.1.3",
2828
"ohash": "^2.0.11",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nuxt/scripts",
33
"type": "module",
44
"version": "0.11.13",
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -73,12 +73,12 @@
7373
},
7474
"peerDependencies": {
7575
"@googlemaps/markerclusterer": "^2.6.2",
76-
"@paypal/paypal-js": "^8.1.2",
77-
"@stripe/stripe-js": "^7.0.0",
76+
"@paypal/paypal-js": "^8.4.2",
77+
"@stripe/stripe-js": "^7.9.0",
7878
"@types/google.maps": "^3.58.1",
7979
"@types/vimeo__player": "^2.18.3",
80-
"@types/youtube": "^0.1.0",
81-
"@unhead/vue": "^2.0.3"
80+
"@types/youtube": "^0.1.2",
81+
"@unhead/vue": "^2.0.17"
8282
},
8383
"peerDependenciesMeta": {
8484
"@stripe/stripe-js": {
@@ -124,7 +124,7 @@
124124
"@nuxt/test-utils": "3.19.2",
125125
"@paypal/paypal-js": "^8.4.2",
126126
"@types/semver": "^7.7.1",
127-
"@typescript-eslint/typescript-estree": "^8.44.0",
127+
"@typescript-eslint/typescript-estree": "^8.44.1",
128128
"@vue/test-utils": "^2.4.6",
129129
"acorn-loose": "^8.5.2",
130130
"bumpp": "^10.2.3",
@@ -140,7 +140,7 @@
140140
"vitest": "^3.2.4",
141141
"vue": "^3.5.21",
142142
"vue-router": "^4.5.1",
143-
"vue-tsc": "^3.0.7"
143+
"vue-tsc": "^3.0.8"
144144
},
145145
"resolutions": {
146146
"@nuxt/scripts": "workspace:*"

0 commit comments

Comments
 (0)