Skip to content

Commit

Permalink
chore(monorepo): update monorepo and workspace dependencies to latest…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
mpellegrini committed Apr 4, 2024
1 parent 0fbb578 commit f8470cc
Show file tree
Hide file tree
Showing 7 changed files with 249 additions and 259 deletions.
6 changes: 3 additions & 3 deletions apps/sveltekit-example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.4",
"@sveltejs/kit": "2.5.5",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@toolchain/eslint-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"svelte": "4.2.12",
"svelte-check": "3.6.8",
"svelte-check": "3.6.9",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"vite": "5.2.6"
"vite": "5.2.8"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.13",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
"turbo": "1.13.0"
"turbo": "1.13.2"
},
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f",
"engines": {
"node": "20.11.x"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/drizzledb-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
},
"dependencies": {
"dotenv": "16.4.5",
"drizzle-orm": "0.30.5",
"pg": "8.11.3",
"drizzle-orm": "0.30.7",
"pg": "8.11.5",
"znv": "0.4.0",
"zod": "3.22.4"
},
"devDependencies": {
"@toolchain/eslint-config": "workspace:*",
"@toolchain/typescript-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"@types/node": "20.11.30",
"@types/node": "20.12.4",
"@types/pg": "8.11.4",
"drizzle-kit": "0.20.14",
"tsx": "4.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/example-pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@toolchain/eslint-config": "workspace:*",
"@toolchain/typescript-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"@types/node": "20.11.30"
"@types/node": "20.12.4"
}
}
2 changes: 1 addition & 1 deletion packages/lucia-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@lucia-auth/adapter-drizzle": "1.0.7",
"@packages/drizzledb-pg": "workspace:*",
"lucia": "3.1.1",
"oslo": "1.1.3"
"oslo": "1.2.0"
},
"devDependencies": {
"@toolchain/eslint-config": "workspace:*",
Expand Down
Loading

0 comments on commit f8470cc

Please sign in to comment.