Skip to content

Commit

Permalink
chore(monorepo): update monorepo and workspace dependencies to lates…
Browse files Browse the repository at this point in the history
…t versions (#24)
  • Loading branch information
mpellegrini authored Mar 16, 2024
1 parent b5163b0 commit 3c6e584
Show file tree
Hide file tree
Showing 7 changed files with 410 additions and 356 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.1.1",
"@sveltejs/kit": "2.5.2",
"@sveltejs/kit": "2.5.4",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@toolchain/eslint-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"autoprefixer": "10.4.18",
"postcss": "8.4.35",
"svelte": "4.2.12",
"svelte-check": "3.6.5",
"svelte-check": "3.6.7",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"vite": "5.1.4"
"vite": "5.1.6"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "19.0.1",
"@commitlint/config-conventional": "19.0.0",
"@commitlint/cli": "19.2.0",
"@commitlint/config-conventional": "19.1.0",
"del-cli": "5.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.12",
"prettier-plugin-svelte": "3.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"turbo": "1.12.4"
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12",
"turbo": "1.12.5"
},
"packageManager": "pnpm@8.15.3",
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"engines": {
"node": "20.11.x"
}
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.20"
"@types/node": "20.11.28"
}
}
Loading

0 comments on commit 3c6e584

Please sign in to comment.