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 22, 2023
1 parent b1a1679 commit b769f0c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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.15"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.7.3",
"@types/node": "^20.6.1",
"@types/node": "^20.6.3",
"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-plugin-import": "^2.28.1",
"lint-staged": "^14.0.1",
"pnpm": "8.7.5",
"pnpm": "8.7.6",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
"vitest": "^0.34.5"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@auth/core": "^0.14.0",
"@auth/core": "^0.15.1",
"nuxt": "^3.7.3"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 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.15.1",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"@nuxt/devtools": "^0.8.4",
"nuxt": "3.7.3"
}
}
4 changes: 2 additions & 2 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.15.1",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"@nuxt/devtools": "^0.8.4",
"nuxt": "3.7.3"
}
}
4 changes: 2 additions & 2 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.15.1",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"@nuxt/devtools": "^0.8.4",
"nuxt": "3.7.3"
}
}

0 comments on commit b769f0c

Please sign in to comment.