Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 16, 2024
1 parent 43d50de commit 6987ccd
Show file tree
Hide file tree
Showing 3 changed files with 772 additions and 1,613 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,31 +31,31 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@kinde-oss/kinde-typescript-sdk": "^2.8.0",
"@nuxt/kit": "^3.11.2",
"cookie-es": "^1.1.0",
"@kinde-oss/kinde-typescript-sdk": "^2.9.1",
"@nuxt/kit": "^3.12.1",
"cookie-es": "^1.2.2",
"defu": "^6.1.4",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/devtools": "1.3.9",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/module-builder": "0.7.1",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/module-builder": "0.8.3",
"@nuxt/schema": "3.12.1",
"@nuxt/test-utils": "3.13.1",
"@types/node": "20.14.14",
"@nuxt/test-utils": "3.14.1",
"@types/node": "22.3.0",
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.5",
"eslint": "9.4.0",
"eslint": "9.9.0",
"happy-dom": "14.12.3",
"nuxt": "3.12.4",
"typescript": "5.4.5",
"nuxt": "3.12.1",
"typescript": "5.5.4",
"vitest": "2.0.5",
"vue-tsc": "2.0.29"
},
"resolutions": {
"@nuxt/schema": "3.12.1",
"@nuxtjs/kinde": "link:."
},
"packageManager": "pnpm@9.3.0"
"packageManager": "pnpm@9.7.1"
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@nuxt/devtools": "1.3.9",
"@nuxtjs/kinde": "latest",
"nuxt": "3.12.4",
"vue": "3.4.27",
"vue-router": "4.3.2"
"nuxt": "3.12.1",
"vue": "3.4.38",
"vue-router": "4.4.3"
}
}
Loading

0 comments on commit 6987ccd

Please sign in to comment.