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 26, 2023
1 parent 1acf7a0 commit 4618c3d
Show file tree
Hide file tree
Showing 6 changed files with 877 additions and 970 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.6"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.0-beta.4",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.10",
"scripts": {
"dev": "pnpm -r --filter=./packages/* run dev",
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/*",
Expand All @@ -18,24 +18,24 @@
"test:all": "pnpm lint && pnpm typecheck && pnpm vitest run"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/ni": "^0.21.4",
"@types/node": "^20.3.3",
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.5",
"@types/node": "^20.4.5",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "8.44.0",
"esno": "^0.16.3",
"eslint": "8.45.0",
"esno": "^0.17.0",
"lint-staged": "^13.2.3",
"pnpm": "8.6.5",
"pnpm": "8.6.10",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.12",
"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
6 changes: 3 additions & 3 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@auth/core": "^0.9.0",
"nuxt": "^3.6.1"
"@auth/core": "^0.10.0",
"nuxt": "^3.6.5"
},
"dependencies": {
"@nuxt/kit": "3.6.1",
"@nuxt/kit": "3.6.5",
"@panva/hkdf": "^1.1.1",
"cookie": "^0.5.0",
"cookie-es": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.9.0",
"@auth/core": "^0.10.0",
"@hebilicious/authjs-nuxt": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.6",
"@nuxt/devtools": "^0.7.1",
"node-fetch-native": "^1.2.0",
"nuxt": "3.6.1",
"nuxt": "3.6.5",
"ufo": "^1.1.2",
"unctx": "^2.3.1",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
"vue-router": "^4.2.4"
}
}
8 changes: 4 additions & 4 deletions playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.9.0",
"@auth/core": "^0.10.0",
"@hebilicious/authjs-nuxt": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.6",
"@nuxt/devtools": "^0.7.1",
"node-fetch-native": "^1.2.0",
"nuxt": "3.6.1",
"nuxt": "3.6.5",
"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 4618c3d

Please sign in to comment.