Skip to content

Commit 905000b

Browse files
committed
chore(deps): bump workspace dependencies
1 parent 8d63158 commit 905000b

17 files changed

Lines changed: 2233 additions & 2123 deletions

File tree

.changeset/quiet-snakes-smoke.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@tailwindcss-mangle/core': patch
3+
'tailwindcss-patch': patch
4+
---
5+
6+
Refresh parser, Tailwind, and related toolchain dependencies across the workspace, including newer runtime dependencies used by `@tailwindcss-mangle/core` and `tailwindcss-patch`.

apps/astro-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preview": "astro preview"
1515
},
1616
"dependencies": {
17-
"astro": "^6.0.4"
17+
"astro": "^6.0.8"
1818
},
1919
"devDependencies": {
2020
"autoprefixer": "^10.4.27",

apps/next-app-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"tw-extract": "tw-patch extract"
1111
},
1212
"dependencies": {
13-
"next": "16.1.6",
13+
"next": "16.2.1",
1414
"react": "^19.2.4",
1515
"react-dom": "^19.2.4"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^25.5.0",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
21-
"eslint": "^10.0.3",
22-
"eslint-config-next": "16.1.6",
21+
"eslint": "^10.1.0",
22+
"eslint-config-next": "16.2.1",
2323
"postcss": "^8.5.8",
2424
"tailwindcss": "^3.4.1",
2525
"tailwindcss-patch": "workspace:*",

apps/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@types/react": "19.2.14",
1616
"@types/react-dom": "19.2.3",
1717
"autoprefixer": "10.4.27",
18-
"eslint": "10.0.3",
19-
"eslint-config-next": "16.1.6",
20-
"next": "16.1.6",
18+
"eslint": "10.1.0",
19+
"eslint-config-next": "16.2.1",
20+
"next": "16.2.1",
2121
"postcss": "8.5.8",
2222
"react": "19.2.4",
2323
"react-dom": "19.2.4",

apps/remix-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@remix-run/eslint-config": "^2.13.1",
2828
"@types/react": "^19.2.14",
2929
"@types/react-dom": "^19.2.3",
30-
"eslint": "^10.0.3",
30+
"eslint": "^10.1.0",
3131
"tailwindcss": "^3.4.14",
3232
"tailwindcss-patch": "workspace:*",
3333
"typescript": "^5.9.3"

apps/solid-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"tailwindcss-patch": "workspace:*",
2424
"typescript": "^5.9.3",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^8.0.0",
26+
"vite": "^8.0.1",
2727
"vite-plugin-solid": "^2.11.11"
2828
}
2929
}

apps/vite-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"tailwindcss-patch": "workspace:*",
2929
"typescript": "^5.9.3",
3030
"unplugin-tailwindcss-mangle": "workspace:*",
31-
"vite": "^8.0.0"
31+
"vite": "^8.0.1"
3232
}
3333
}

apps/vite-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@nextui-org/react": "^2.4.8",
1616
"@nextui-org/system": "^2.2.6",
1717
"@nextui-org/theme": "^2.2.11",
18-
"framer-motion": "^12.36.0",
18+
"framer-motion": "^12.38.0",
1919
"react": "^19.2.4",
2020
"react-dom": "^19.2.4",
2121
"react-router-dom": "^7.13.1"
@@ -30,6 +30,6 @@
3030
"tailwindcss-patch": "workspace:*",
3131
"typescript": "^5.9.3",
3232
"unplugin-tailwindcss-mangle": "workspace:*",
33-
"vite": "^8.0.0"
33+
"vite": "^8.0.1"
3434
}
3535
}

apps/vite-svelte/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"@tsconfig/svelte": "^5.0.8",
1717
"autoprefixer": "^10.4.27",
1818
"postcss": "^8.5.8",
19-
"svelte": "^5.53.12",
19+
"svelte": "^5.54.1",
2020
"svelte-check": "^4.4.5",
2121
"tailwindcss": "^3.4.14",
2222
"tailwindcss-patch": "workspace:*",
2323
"tslib": "^2.8.0",
2424
"typescript": "^5.9.3",
2525
"unplugin-tailwindcss-mangle": "workspace:*",
26-
"vite": "^8.0.0"
26+
"vite": "^8.0.1"
2727
}
2828
}

apps/vite-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"tailwindcss-patch": "workspace:*",
1818
"typescript": "^5.9.3",
1919
"unplugin-tailwindcss-mangle": "workspace:*",
20-
"vite": "^8.0.0"
20+
"vite": "^8.0.1"
2121
}
2222
}

0 commit comments

Comments
 (0)