Skip to content

Commit

Permalink
fix(deps): update peerDep for @nuxt/scripts (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Sep 4, 2024
1 parent 4b4a4f6 commit 5380b3a
Show file tree
Hide file tree
Showing 5 changed files with 1,905 additions and 2,000 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"dist"
],
"scripts": {
"build": "pnpm dev:prepare && nuxt-module-build",
"build": "pnpm dev:prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "pnpm nuxt-module-build --stub && nuxi prepare",
"dev:prepare": "pnpm nuxt-module-build build --stub && nuxi prepare && nuxi prepare playground",
"playground:prepare": "nuxi prepare playground",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi generate docs",
Expand All @@ -53,37 +53,37 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.12.3",
"@nuxt/kit": "^3.13.1",
"defu": "^6.1.4",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.8.1",
"@nuxt/schema": "3.12.3",
"@nuxt/scripts": "0.6.6",
"@nuxt/test-utils": "3.13.1",
"@nuxt/eslint-config": "0.5.5",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.13.1",
"@nuxt/scripts": "0.8.0",
"@nuxt/test-utils": "3.14.1",
"@types/cloudflare-turnstile": "0.2.1",
"@types/node": "20.14.15",
"@vitest/coverage-v8": "2.0.3",
"bumpp": "9.4.1",
"@types/node": "20.16.4",
"@vitest/coverage-v8": "2.0.5",
"bumpp": "9.5.2",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.7.0",
"expect-type": "0.19.0",
"eslint": "9.9.1",
"expect-type": "0.20.0",
"get-port-please": "3.1.2",
"lint-staged": "15.2.10",
"nuxt": "3.12.3",
"playwright": "1.45.1",
"typescript": "5.5.3",
"vitest": "2.0.3",
"vue-tsc": "2.0.26"
"nuxt": "3.13.1",
"playwright": "1.46.1",
"typescript": "5.5.4",
"vitest": "2.0.5",
"vue-tsc": "2.1.4"
},
"peerDependencies": {
"@nuxt/scripts": "^0.6.0"
"@nuxt/scripts": "^0.6.0 || ^0.7.0 || ^0.8.0"
},
"resolutions": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.13.1",
"@nuxtjs/turnstile": "link:."
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.9.0"
}
1 change: 1 addition & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default defineNuxtConfig({
compatibilityDate: '2024-09-04',
modules: ['@nuxtjs/turnstile'],
runtimeConfig: {
turnstile: {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxtjs/turnstile": "link:..",
"nuxt": "3.12.3"
"nuxt": "3.13.1"
}
}
Loading

0 comments on commit 5380b3a

Please sign in to comment.