-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
0ba773b
commit 6a580f0
Showing
7 changed files
with
1,557 additions
and
1,565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@nuxt/scripts", | ||
"type": "module", | ||
"version": "0.9.5", | ||
"packageManager": "[email protected].2", | ||
"packageManager": "[email protected].4", | ||
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", | ||
"author": { | ||
"website": "https://harlanzw.com", | ||
|
@@ -69,51 +69,51 @@ | |
"@nuxt/devtools-kit": "^1.7.0", | ||
"@nuxt/devtools-ui-kit": "^1.7.0", | ||
"@nuxt/kit": "^3.15.0", | ||
"@stripe/stripe-js": "^5.4.0", | ||
"@stripe/stripe-js": "^5.6.0", | ||
"@types/google.maps": "^3.58.1", | ||
"@types/vimeo__player": "^2.18.3", | ||
"@types/youtube": "^0.1.0", | ||
"@unhead/vue": "1.11.14", | ||
"@vueuse/core": "^12.2.0", | ||
"consola": "^3.3.3", | ||
"@unhead/vue": "1.11.18", | ||
"@vueuse/core": "^12.5.0", | ||
"consola": "^3.4.0", | ||
"defu": "^6.1.4", | ||
"h3": "^1.13.0", | ||
"h3": "^1.14.0", | ||
"magic-string": "^0.30.17", | ||
"mlly": "^1.7.3", | ||
"mlly": "^1.7.4", | ||
"ofetch": "^1.4.1", | ||
"ohash": "^1.1.4", | ||
"pathe": "^1.1.2", | ||
"pkg-types": "^1.3.0", | ||
"semver": "^7.6.3", | ||
"shiki": "1.24.4", | ||
"pkg-types": "^1.3.1", | ||
"semver": "^7.7.0", | ||
"shiki": "1.29.2", | ||
"sirv": "^3.0.0", | ||
"std-env": "^3.8.0", | ||
"third-party-capital": "2.3.0", | ||
"ufo": "^1.5.4", | ||
"unimport": "^3.14.5", | ||
"unimport": "^3.14.6", | ||
"unplugin": "^2.1.2", | ||
"unstorage": "^1.14.4", | ||
"valibot": "1.0.0-beta.9" | ||
"valibot": "1.0.0-beta.14" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/devtools-ui-kit": "^1.7.0", | ||
"@nuxt/eslint-config": "^0.7.4", | ||
"@nuxt/eslint-config": "^0.7.6", | ||
"@nuxt/module-builder": "^0.8.4", | ||
"@nuxt/test-utils": "3.15.1", | ||
"@nuxt/test-utils": "3.15.4", | ||
"@types/semver": "^7.5.8", | ||
"@typescript-eslint/typescript-estree": "^8.19.0", | ||
"@unhead/schema": "1.11.14", | ||
"@typescript-eslint/typescript-estree": "^8.22.0", | ||
"@unhead/schema": "1.11.18", | ||
"acorn-loose": "^8.4.0", | ||
"bumpp": "^9.9.2", | ||
"bumpp": "^9.11.1", | ||
"changelogen": "^0.5.7", | ||
"eslint": "9.17.0", | ||
"eslint": "9.19.0", | ||
"eslint-plugin-n": "^17.15.1", | ||
"happy-dom": "^16.3.0", | ||
"happy-dom": "^16.7.3", | ||
"knitwork": "^1.2.0", | ||
"nuxt": "^3.15.0", | ||
"nuxt-scripts-devtools": "workspace:*", | ||
"playwright-core": "^1.49.1", | ||
"typescript": "5.7.2", | ||
"playwright-core": "^1.50.0", | ||
"typescript": "5.7.3", | ||
"vitest": "^2.1.8", | ||
"vue": "^3.5.13", | ||
"vue-router": "^4.5.0", | ||
|
@@ -122,17 +122,17 @@ | |
"resolutions": { | ||
"@nuxt/schema": "3.15.0", | ||
"@nuxt/scripts": "workspace:*", | ||
"@unhead/dom": "1.11.11", | ||
"@unhead/schema": "1.11.11", | ||
"@unhead/shared": "1.11.11", | ||
"@unhead/ssr": "1.11.11", | ||
"@unhead/vue": "1.11.11", | ||
"@unhead/dom": "1.11.18", | ||
"@unhead/schema": "1.11.18", | ||
"@unhead/shared": "1.11.18", | ||
"@unhead/ssr": "1.11.18", | ||
"@unhead/vue": "1.11.18", | ||
"nuxt": "^3.15.0", | ||
"nuxt-scripts-devtools": "workspace:*", | ||
"typescript": "5.6.3", | ||
"unhead": "1.11.11", | ||
"typescript": "5.7.3", | ||
"unhead": "1.11.18", | ||
"vue": "^3.5.13", | ||
"vue-router": "^4.5.0", | ||
"consola": "^3.3.3" | ||
"consola": "^3.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.