Skip to content

Commit 2486e22

Browse files
committed
chore(deps): bump
1 parent 84a9459 commit 2486e22

File tree

7 files changed

+290
-360
lines changed

7 files changed

+290
-360
lines changed

apps/gpa-calculator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@psdtools/tsconfig": "workspace:^",
41-
"@tailwindcss/vite": "4.0.0",
41+
"@tailwindcss/vite": "4.0.2",
4242
"@total-typescript/ts-reset": "^0.6.1",
4343
"@vite-pwa/assets-generator": "^0.2.6",
4444
"browserslist": "^4.24.4",
@@ -48,7 +48,7 @@
4848
"fontaine": "^0.5.0",
4949
"jiti": "^2.4.2",
5050
"lightningcss": "^1.29.1",
51-
"tailwindcss": "4.0.0",
51+
"tailwindcss": "4.0.2",
5252
"typescript": "~5.7.3",
5353
"vite": "^6.0.11",
5454
"vite-plugin-html-minifier": "^1.0.5",

apps/petal-notes/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@chromatic-com/storybook": "^3.2.4",
2929
"@psdtools/tsconfig": "workspace:^",
3030
"@storybook/addon-a11y": "^8.5.2",
31-
"@storybook/addon-designs": "^8.0.4",
31+
"@storybook/addon-designs": "^8.1.0",
3232
"@storybook/addon-essentials": "^8.5.2",
3333
"@storybook/addon-svelte-csf": "=5.0.0-next.23",
3434
"@storybook/blocks": "^8.5.2",
@@ -41,23 +41,23 @@
4141
"@sveltejs/vite-plugin-svelte": "^5.0.3",
4242
"@tailwindcss/forms": "^0.5.10",
4343
"@tailwindcss/typography": "^0.5.16",
44-
"@tailwindcss/vite": "4.0.0",
44+
"@tailwindcss/vite": "4.0.2",
4545
"@total-typescript/ts-reset": "^0.6.1",
4646
"@types/codemirror": "~5.60.15",
4747
"@vitest/browser": "^3.0.4",
4848
"@vitest/coverage-v8": "^3.0.4",
4949
"browserslist": "^4.24.4",
5050
"browserslist-to-esbuild": "^2.1.1",
51-
"chromatic": "^11.25.1",
51+
"chromatic": "^11.25.2",
5252
"deputy": "workspace:^",
5353
"eslint": "^9.19.0",
5454
"jiti": "^2.4.2",
5555
"lightningcss": "^1.29.1",
5656
"playwright": "^1.50.1",
5757
"storybook": "^8.5.2",
58-
"svelte": "^5.19.3",
58+
"svelte": "^5.19.6",
5959
"svelte-check": "^4.1.4",
60-
"tailwindcss": "4.0.0",
60+
"tailwindcss": "4.0.2",
6161
"typescript": "~5.7.3",
6262
"vite": "^6.0.11",
6363
"vitest": "^3.0.4",

apps/petal-notes/turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "../../node_modules/turbo/schema.json",
33
"extends": ["//"],
44
"tasks": {
55
"build": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"@commitlint/config-conventional": "^19.6.0",
2323
"@manypkg/cli": "^0.23.0",
2424
"husky": "^9.1.7",
25-
"knip": "^5.43.5",
25+
"knip": "^5.43.6",
2626
"prettier": "3.4.2",
2727
"prettier-plugin-svelte": "^3.3.3",
2828
"prettier-plugin-tailwindcss": "^0.6.11",
29-
"turbo": "^2.3.4",
29+
"turbo": "^2.4.0",
3030
"typesync": "^0.14.0"
3131
},
3232
"devEngines": {

packages/deputy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
".": "./src/index.ts"
2323
},
2424
"dependencies": {
25-
"@cspell/eslint-plugin": "^8.17.2",
25+
"@cspell/eslint-plugin": "^8.17.3",
2626
"eslint-config-sheriff": "^25.7.0",
2727
"eslint-plugin-perfectionist": "^4.7.0",
2828
"eslint-plugin-svelte": "3.0.0-next.16",
@@ -45,7 +45,7 @@
4545
"@sveltejs/kit": "^2.16.1",
4646
"eslint": "^9.19.0",
4747
"jiti": "^2.4.2",
48-
"svelte": "^5.19.3",
48+
"svelte": "^5.19.6",
4949
"typescript": "~5.7.3"
5050
}
5151
}

pnpm-lock.yaml

Lines changed: 277 additions & 347 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://turbo.build/schema.json",
2+
"$schema": "./node_modules/turbo/schema.json",
33
"tasks": {
44
"topo": {
55
"dependsOn": ["^topo"]

0 commit comments

Comments
 (0)