Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jul 6, 2024
1 parent a9de1c5 commit 8d49c86
Show file tree
Hide file tree
Showing 4 changed files with 1,281 additions and 1,821 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,33 +53,33 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.3",
"defu": "^6.1.2",
"pathe": "^1.1.1"
},
"devDependencies": {
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.8.1",
"@nuxt/schema": "3.12.2",
"@nuxt/scripts": "0.5.1",
"@nuxt/schema": "3.12.3",
"@nuxt/scripts": "0.6.2",
"@nuxt/test-utils": "3.13.1",
"@types/cloudflare-turnstile": "0.1.5",
"@types/node": "20.14.9",
"@types/cloudflare-turnstile": "0.2.0",
"@types/node": "20.14.10",
"@vitest/coverage-v8": "1.6.0",
"bumpp": "9.4.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "9.5.0",
"eslint": "9.6.0",
"expect-type": "0.19.0",
"get-port-please": "3.1.2",
"lint-staged": "15.2.7",
"nuxt": "3.12.2",
"playwright": "1.45.0",
"typescript": "5.5.2",
"nuxt": "3.12.3",
"playwright": "1.45.1",
"typescript": "5.5.3",
"vitest": "1.6.0",
"vue-tsc": "2.0.24"
"vue-tsc": "2.0.26"
},
"peerDependencies": {
"@nuxt/scripts": ">=0.5.0 || <0.6.0"
"@nuxt/scripts": ">=0.6.0 || <0.7.0"
},
"resolutions": {
"@nuxt/kit": "^3.11.2",
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.2"
"nuxt": "3.12.3"
}
}
Loading

0 comments on commit 8d49c86

Please sign in to comment.