Skip to content

Commit 54b80e5

Browse files
committed
chore: upgrade deps
1 parent 6afee26 commit 54b80e5

File tree

6 files changed

+393
-345
lines changed

6 files changed

+393
-345
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"prettier": "^3.5.3",
4545
"sort-package-json": "^3.2.1",
4646
"typescript": "^5.8.3",
47-
"vitest": "^3.1.3"
47+
"vitest": "^3.1.4"
4848
},
4949
"packageManager": "pnpm@10.10.0",
5050
"engines": {

packages/docs/app/app.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
--color-secondary-subtle: hsl(44, 73%, 60%);
1515
--color-secondary-strong: hsl(44, 73%, 40%);
1616

17+
/* Base light/dark colors */
1718
--color-light-1: hsl(210, 18%, 98%);
1819
--color-light-2: hsl(210, 18%, 95%);
1920
--color-light-3: hsl(210, 18%, 90%);
@@ -25,6 +26,7 @@
2526
--color-dark-3: hsl(210, 28%, 20%);
2627
--color-dark-4: hsl(210, 28%, 25%);
2728
--color-dark-5: hsl(210, 28%, 30%);
29+
2830
/* Background colors */
2931
--color-surface-1: light-dark(var(--color-light-1), var(--color-dark-1));
3032
--color-surface-2: light-dark(var(--color-light-2), var(--color-dark-2));

packages/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"dragswag": "workspace:*",
2020
"isbot": "^5.1.28",
2121
"lodash": "^4.17.21",
22-
"lucide-react": "^0.506.0",
22+
"lucide-react": "^0.511.0",
2323
"react": "^19.1.0",
2424
"react-dom": "^19.1.0",
2525
"react-router": "^7.6.0",
2626
"styled-components": "^6.1.18",
27-
"tailwind-merge": "^3.2.0"
27+
"tailwind-merge": "^3.3.0"
2828
},
2929
"devDependencies": {
3030
"@react-router/dev": "^7.6.0",
31-
"@tailwindcss/vite": "^4.1.6",
31+
"@tailwindcss/vite": "^4.1.7",
3232
"@types/lodash": "^4.17.16",
33-
"@types/node": "^22.15.17",
33+
"@types/node": "^22.15.19",
3434
"@types/react": "^19.1.4",
3535
"@types/react-dom": "^19.1.5",
36-
"tailwindcss": "^4.1.6",
36+
"tailwindcss": "^4.1.7",
3737
"typescript": "^5.8.3",
3838
"vite": "^6.3.5",
3939
"vite-tsconfig-paths": "^5.1.4"

packages/dragswag/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
"typecheck": "tsc --noEmit"
7373
},
7474
"devDependencies": {
75-
"@types/node": "^22.15.17",
75+
"@types/node": "^22.15.19",
7676
"@types/react": "^19.1.4",
7777
"publint": "^0.3.12",
7878
"react": "^19.1.0",
79-
"tsup": "^8.4.0"
79+
"tsup": "^8.5.0"
8080
},
8181
"peerDependencies": {
8282
"react": ">=19.0.0"

0 commit comments

Comments
 (0)