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 (#28)
  • Loading branch information
mpellegrini authored Mar 23, 2024
1 parent 8a140f5 commit a15c09b
Show file tree
Hide file tree
Showing 6 changed files with 351 additions and 285 deletions.
8 changes: 4 additions & 4 deletions apps/sveltekit-example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@toolchain/eslint-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"autoprefixer": "10.4.18",
"postcss": "8.4.35",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"svelte": "4.2.12",
"svelte-check": "3.6.7",
"svelte-check": "3.6.8",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"vite": "5.1.6"
"vite": "5.2.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "19.2.0",
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"del-cli": "5.1.0",
"husky": "9.0.11",
Expand All @@ -20,7 +20,7 @@
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12",
"turbo": "1.12.5"
"turbo": "1.13.0"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"engines": {
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.28"
"@types/node": "20.11.30"
}
}
Loading

0 comments on commit a15c09b

Please sign in to comment.