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
  • Loading branch information
mpellegrini authored Apr 17, 2024
1 parent 6a531d6 commit 47a821c
Show file tree
Hide file tree
Showing 5 changed files with 5,093 additions and 4,124 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
engine-strict=true
engine-strict=false

save-workspace-protocol=rolling
save-prefix=''
Expand Down
8 changes: 4 additions & 4 deletions apps/sveltekit-example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.5",
"@sveltejs/kit": "2.5.6",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@tailwindcss/forms": "0.5.7",
"@toolchain/eslint-config": "workspace:*",
"@toolchain/vitest-config": "workspace:*",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"svelte": "4.2.13",
"svelte": "4.2.15",
"svelte-check": "3.6.9",
"sveltekit-superforms": "2.12.4",
"sveltekit-superforms": "2.12.5",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"vite": "5.2.8",
"vite": "5.2.9",
"zod": "3.22.4"
}
}
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.2.1",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"del-cli": "5.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"prettier-plugin-packagejson": "2.4.14",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.13",
"prettier-plugin-packagejson": "2.5.0",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"turbo": "1.13.2"
},
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f",
"packageManager": "pnpm@9.0.1+sha256.46d50ee2afecb42b185ebbd662dc7bdd52ef5be56bf035bb615cab81a75345df",
"engines": {
"node": "20.11.x"
}
Expand Down
Loading

0 comments on commit 47a821c

Please sign in to comment.