Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 7, 2023
1 parent bf6ddac commit eaed6ea
Show file tree
Hide file tree
Showing 6 changed files with 693 additions and 478 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-beta.4"
"vitepress": "1.0.0-beta.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.3",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"scripts": {
"dev": "pnpm -r --filter=./packages/* run dev",
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/*",
Expand All @@ -18,15 +18,15 @@
"test:all": "pnpm lint && pnpm typecheck && pnpm vitest run"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.39.7",
"@antfu/ni": "^0.21.4",
"@types/node": "^20.3.3",
"@types/node": "^20.4.1",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "8.44.0",
"esno": "^0.16.3",
"lint-staged": "^13.2.3",
"pnpm": "8.6.5",
"pnpm": "8.6.6",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
Expand All @@ -35,7 +35,7 @@
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"peerDependencies": {
"@auth/core": "^0.9.0",
"nuxt": "^3.6.1"
"nuxt": "^3.6.2"
},
"dependencies": {
"@nuxt/kit": "3.6.1",
"@nuxt/kit": "3.6.2",
"@panva/hkdf": "^1.1.1",
"cookie": "^0.5.0",
"cookie-es": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@hebilicious/authjs-nuxt": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.6",
"@nuxt/devtools": "^0.6.7",
"node-fetch-native": "^1.2.0",
"nuxt": "3.6.1",
"nuxt": "3.6.2",
"ufo": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
6 changes: 3 additions & 3 deletions playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"@hebilicious/authjs-nuxt": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.6",
"@nuxt/devtools": "^0.6.7",
"node-fetch-native": "^1.2.0",
"nuxt": "3.6.1",
"nuxt": "3.6.2",
"ufo": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}

0 comments on commit eaed6ea

Please sign in to comment.