Skip to content

Commit

Permalink
fix(deps): update minor and patch upgrades (#54)
Browse files Browse the repository at this point in the history
* fix(deps): update minor and patch upgrades

* fix(lint): remove react option

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lichthagel <[email protected]>
  • Loading branch information
renovate[bot] and Lichthagel authored Oct 17, 2024
1 parent 1589715 commit bfc6736
Show file tree
Hide file tree
Showing 8 changed files with 369 additions and 1,303 deletions.
4 changes: 2 additions & 2 deletions apps/web-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"client-stores": "workspace:*",
"clsx": "^2.0.0",
"graphql": "^16.8.0",
"lucide-react": "^0.452.0",
"lucide-react": "^0.453.0",
"models": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -38,7 +38,7 @@
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "20.16.11",
"@types/node": "20.16.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
Expand Down
4 changes: 2 additions & 2 deletions apps/web-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"client-css": "workspace:*",
"client-graphql": "workspace:*",
"client-stores": "workspace:*",
"drizzle-orm": "^0.34.0",
"drizzle-orm": "^0.35.0",
"graphql": "^16.8.0",
"lucide-vue-next": "^0.452.0",
"lucide-vue-next": "^0.453.0",
"models": "workspace:*",
"server-db": "workspace:^",
"server-env": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions apps/web-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"client-css": "workspace:*",
"client-graphql": "workspace:*",
"client-stores": "workspace:*",
"drizzle-orm": "^0.34.0",
"lucide-svelte": "^0.452.0",
"drizzle-orm": "^0.35.0",
"lucide-svelte": "^0.453.0",
"models": "workspace:*",
"server-db": "workspace:^",
"server-env": "workspace:^",
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default [
...await lichthagel({
browser: true,
node: true,
react: false,
svelte: true,
}),
...vue.configs["flat/recommended"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "teruko",
"type": "module",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"engines": {
"node": ">=21.0.0",
"pnpm": ">=9.0.0"
Expand All @@ -19,7 +19,7 @@
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.27.0",
"husky": "^9.0.11",
"nx": "20.0.0",
"nx": "20.0.1",
"tsconfig": "workspace:*",
"typescript-eslint": "^8.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/server-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"dev": "tsc --watch"
},
"peerDependencies": {
"drizzle-orm": "^0.31.1 || ^0.32.0 || ^0.33.0 || ^0.34.0"
"drizzle-orm": "^0.31.1 || ^0.32.0 || ^0.33.0 || ^0.34.0 || ^0.35.0"
},
"peerDependenciesMeta": {
"drizzle-orm": {
"optional": true
}
},
"dependencies": {
"drizzle-orm": "^0.34.0",
"drizzle-orm": "^0.35.0",
"postgres": "^3.4.4",
"server-env": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@graphql-yoga/plugin-response-cache": "^3.0.0",
"@pothos/core": "^4.0.0",
"@pothos/plugin-relay": "^4.0.0",
"drizzle-orm": "^0.34.0",
"drizzle-orm": "^0.35.0",
"file-type": "^19.0.0",
"graphql": "^16.8.0",
"graphql-yoga": "^5.0.0",
Expand Down
Loading

0 comments on commit bfc6736

Please sign in to comment.