Skip to content

Commit 6ee502f

Browse files
Merge branch 'main' of github.com:laststance/create-react-app-vite
2 parents 90dcc3c + 29e489a commit 6ee502f

File tree

2 files changed

+324
-309
lines changed

2 files changed

+324
-309
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
"react-router": "^7.6.2"
3535
},
3636
"devDependencies": {
37+
"@eslint/compat": "^1.3.0",
38+
"@eslint/eslintrc": "^3.3.1",
3739
"@eslint/js": "^9.29.0",
3840
"@tailwindcss/aspect-ratio": "^0.4.2",
3941
"@tailwindcss/forms": "^0.5.10",
40-
"@tailwindcss/postcss": "^4.1.10",
42+
"@tailwindcss/postcss": "^4.1.11",
4143
"@tailwindcss/typography": "^0.5.16",
4244
"@testing-library/dom": "^10.4.0",
4345
"@testing-library/jest-dom": "^6.6.3",
@@ -63,7 +65,7 @@
6365
"prettier": "^3.6.1",
6466
"prettier-plugin-tailwindcss": "^0.6.13",
6567
"rimraf": "^6.0.1",
66-
"tailwindcss": "^4.1.10",
68+
"tailwindcss": "^4.1.11",
6769
"ts-expect": "^1.3.0",
6870
"typescript": "^5.8.3",
6971
"vite": "^7.0.0",

0 commit comments

Comments
 (0)