Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Apr 10, 2024
1 parent c447c9e commit c522546
Show file tree
Hide file tree
Showing 3 changed files with 2,044 additions and 1,008 deletions.
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -28,30 +28,30 @@
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
},
"dependencies": {
"@kinde-oss/kinde-typescript-sdk": "^2.7.1",
"@nuxt/kit": "^3.10.3",
"cookie-es": "^1.0.0",
"@kinde-oss/kinde-typescript-sdk": "^2.8.0",
"@nuxt/kit": "^3.11.2",
"cookie-es": "^1.1.0",
"defu": "^6.1.4",
"pathe": "^1.1.2"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "0.3.5",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.3.6",
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.10.3",
"@nuxt/test-utils": "3.11.0",
"@types/node": "20.11.30",
"@nuxt/schema": "3.11.2",
"@nuxt/test-utils": "3.12.0",
"@types/node": "20.12.7",
"@vue/test-utils": "2.4.5",
"changelogen": "0.5.5",
"eslint": "9.0.0",
"happy-dom": "14.2.0",
"nuxt": "3.10.3",
"typescript": "5.3.3",
"vitest": "1.3.1",
"vue-tsc": "2.0.7"
"happy-dom": "14.7.1",
"nuxt": "3.11.2",
"typescript": "5.4.5",
"vitest": "1.4.0",
"vue-tsc": "2.0.12"
},
"resolutions": {
"@nuxt/schema": "3.10.3",
"@nuxt/schema": "3.11.2",
"@nuxtjs/kinde": "link:."
}
}
}
8 changes: 4 additions & 4 deletions playground/package.json
Expand Up @@ -8,10 +8,10 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/devtools": "^1.0.8",
"@nuxtjs/kinde": "latest",
"nuxt": "3.10.3",
"vue": "latest",
"vue-router": "latest"
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
}
}

0 comments on commit c522546

Please sign in to comment.