Skip to content

Commit 3d8ec06

Browse files
committed
chore(deps): upgrade
1 parent cfc6473 commit 3d8ec06

16 files changed

Lines changed: 1882 additions & 1398 deletions

File tree

apps/astro-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"preview": "astro preview"
1515
},
1616
"dependencies": {
17-
"astro": "^6.2.1"
17+
"astro": "^6.2.2"
1818
},
1919
"devDependencies": {
2020
"autoprefixer": "^10.5.0",
21-
"postcss": "^8.5.13",
21+
"postcss": "^8.5.14",
2222
"tailwindcss": "^3.4.14",
2323
"tailwindcss-patch": "workspace:*",
2424
"unplugin-tailwindcss-mangle": "workspace:*"

apps/next-app-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react-dom": "^19.2.3",
2121
"eslint": "^10.3.0",
2222
"eslint-config-next": "16.2.4",
23-
"postcss": "^8.5.13",
23+
"postcss": "^8.5.14",
2424
"tailwindcss": "^3.4.1",
2525
"tailwindcss-patch": "workspace:*",
2626
"typescript": "^6.0.3",

apps/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"eslint": "10.3.0",
1919
"eslint-config-next": "16.2.4",
2020
"next": "16.2.4",
21-
"postcss": "8.5.13",
21+
"postcss": "8.5.14",
2222
"react": "19.2.5",
2323
"react-dom": "19.2.5",
2424
"tailwindcss": "3.4.14",

apps/nuxt-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^25.6.0",
1616
"autoprefixer": "^10.5.0",
1717
"nuxt": "^4.4.4",
18-
"postcss": "^8.5.13",
18+
"postcss": "^8.5.14",
1919
"tailwindcss": "^3.4.14",
2020
"tailwindcss-patch": "workspace:*",
2121
"unplugin-tailwindcss-mangle": "workspace:*"

apps/solid-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"autoprefixer": "^10.5.0",
21-
"postcss": "^8.5.13",
21+
"postcss": "^8.5.14",
2222
"tailwindcss": "^3.4.14",
2323
"tailwindcss-patch": "workspace:*",
2424
"typescript": "^6.0.3",

apps/vite-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"autoprefixer": "^10.5.0",
28-
"postcss": "^8.5.13",
28+
"postcss": "^8.5.14",
2929
"tailwindcss": "^3.4.14",
3030
"tailwindcss-patch": "workspace:*",
3131
"typescript": "^6.0.3",

apps/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react-dom": "^19.2.3",
2626
"@vitejs/plugin-react": "^6.0.1",
2727
"autoprefixer": "^10.5.0",
28-
"postcss": "^8.5.13",
28+
"postcss": "^8.5.14",
2929
"tailwindcss": "^3.4.14",
3030
"tailwindcss-patch": "workspace:*",
3131
"typescript": "^6.0.3",

apps/vite-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@sveltejs/vite-plugin-svelte": "^7.0.0",
1616
"@tsconfig/svelte": "^5.0.8",
1717
"autoprefixer": "^10.5.0",
18-
"postcss": "^8.5.13",
18+
"postcss": "^8.5.14",
1919
"svelte": "^5.55.5",
2020
"svelte-check": "^4.4.7",
2121
"tailwindcss": "^3.4.14",

apps/vite-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"autoprefixer": "^10.5.0",
15-
"postcss": "^8.5.13",
15+
"postcss": "^8.5.14",
1616
"tailwindcss": "^3.4.14",
1717
"tailwindcss-patch": "workspace:*",
1818
"typescript": "^6.0.3",

apps/vite-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"devDependencies": {
1717
"@vitejs/plugin-vue": "^6.0.6",
1818
"autoprefixer": "^10.5.0",
19-
"postcss": "^8.5.13",
19+
"postcss": "^8.5.14",
2020
"sass": "^1.99.0",
2121
"tailwindcss": "^3.4.14",
2222
"tailwindcss-patch": "workspace:*",
2323
"typescript": "^6.0.3",
2424
"unplugin-tailwindcss-mangle": "workspace:*",
2525
"vite": "^8.0.10",
26-
"vue-tsc": "^3.2.7"
26+
"vue-tsc": "^3.2.8"
2727
}
2828
}

0 commit comments

Comments
 (0)