Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/reproduction-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
with:
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
stale-issue-label: needs reproduction # Label that flags an issue as stale.
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/noto": "^1.2.7",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.53",
"@iconify-json/simple-icons": "^1.2.54",
"@nuxt/content": "^3.7.1",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "^1.11.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui": "4.0.0",
"@nuxt/ui": "4.0.1",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "^3.2.2",
"@vueuse/core": "^13.9.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxt/scripts",
"type": "module",
"version": "0.12.1",
"packageManager": "pnpm@10.17.1",
"packageManager": "pnpm@10.18.0",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -73,12 +73,12 @@
},
"peerDependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@paypal/paypal-js": "^8.1.2",
"@stripe/stripe-js": "^7.0.0",
"@paypal/paypal-js": "^8.4.2",
"@stripe/stripe-js": "^7.9.0",
"@types/google.maps": "^3.58.1",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "^2.0.3"
"@types/youtube": "^0.1.2",
"@unhead/vue": "^2.0.17"
},
"peerDependenciesMeta": {
"@stripe/stripe-js": {
Expand Down Expand Up @@ -124,23 +124,23 @@
"@nuxt/test-utils": "3.19.2",
"@paypal/paypal-js": "^8.4.2",
"@types/semver": "^7.7.1",
"@typescript-eslint/typescript-estree": "^8.44.1",
"@typescript-eslint/typescript-estree": "^8.45.0",
"@vue/test-utils": "^2.4.6",
"acorn-loose": "^8.5.2",
"bumpp": "^10.2.3",
"changelogen": "^0.6.2",
"eslint": "^9.36.0",
"eslint": "^9.37.0",
"eslint-plugin-n": "^17.23.1",
"happy-dom": "^18.0.1",
"knitwork": "^1.2.0",
"nuxt": "^4.1.2",
"playwright-core": "^1.55.1",
"shiki": "^3.13.0",
"typescript": "5.9.2",
"typescript": "5.9.3",
"vitest": "^3.2.4",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"vue-tsc": "^3.0.8"
"vue-tsc": "^3.1.0"
},
"resolutions": {
"@nuxt/scripts": "workspace:*"
Expand Down
Loading
Loading