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] authored Sep 30, 2023
1 parent c551704 commit ef1c748
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-rc.13"
"vitepress": "1.0.0-rc.20"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@
},
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^20.6.1",
"@nuxt/test-utils": "^3.7.4",
"@types/node": "^20.8.0",
"bumpp": "^9.2.0",
"bun-types": "^1.0.2",
"bun-types": "^1.0.3",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"eslint-plugin-import": "^2.28.1",
"lint-staged": "^14.0.1",
"pnpm": "8.7.5",
"pnpm": "8.8.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"taze": "^0.11.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
8 changes: 4 additions & 4 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@auth/core": "^0.14.0",
"nuxt": "^3.7.3"
"@auth/core": "^0.16.0",
"nuxt": "^3.7.4"
},
"dependencies": {
"@nuxt/kit": "^3.7.3",
"@nuxt/kit": "^3.7.4",
"@panva/hkdf": "^1.1.1",
"cookie": "^0.5.0",
"cookie-es": "^1.0.0",
Expand All @@ -54,6 +54,6 @@
"unctx": "^2.3.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.1"
"@nuxt/module-builder": "^0.5.2"
}
}
6 changes: 3 additions & 3 deletions playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.14.0",
"@auth/core": "^0.16.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"nuxt": "3.7.3"
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
}
}
6 changes: 3 additions & 3 deletions playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.14.0",
"@auth/core": "^0.16.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"nuxt": "3.7.3"
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
}
}
6 changes: 3 additions & 3 deletions playgrounds/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.14.0",
"@auth/core": "^0.16.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"nuxt": "3.7.3"
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
}
}

0 comments on commit ef1c748

Please sign in to comment.