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 (#35)
  • Loading branch information
mpellegrini authored Mar 28, 2024
1 parent 6479422 commit 6a01de4
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 242 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 @@ -19,7 +19,7 @@
"@packages/example-pkg": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.1.1",
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.4",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@toolchain/eslint-config": "workspace:*",
Expand All @@ -28,8 +28,8 @@
"postcss": "8.4.38",
"svelte": "4.2.12",
"svelte-check": "3.6.8",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"vite": "5.2.3"
"vite": "5.2.6"
}
}
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.12",
"prettier-plugin-packagejson": "2.4.13",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.5.13",
"turbo": "1.13.0"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"packageManager": "pnpm@8.15.5+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589",
"engines": {
"node": "20.11.x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/drizzledb-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"dotenv": "16.4.5",
"drizzle-orm": "0.30.4",
"drizzle-orm": "0.30.5",
"pg": "8.11.3",
"znv": "0.4.0",
"zod": "3.22.4"
Expand Down
Loading

0 comments on commit 6a01de4

Please sign in to comment.