Skip to content

Commit 9d8969c

Browse files
committed
chore(apps): upgrade deps
1 parent 7bf7d20 commit 9d8969c

File tree

12 files changed

+1594
-2285
lines changed

12 files changed

+1594
-2285
lines changed

apps/next-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"tw-extract": "tw-patch extract"
1212
},
1313
"dependencies": {
14-
"@types/node": "20.14.8",
14+
"@types/node": "20.14.10",
1515
"@types/react": "18.3.3",
1616
"@types/react-dom": "18.3.0",
1717
"autoprefixer": "10.4.19",
18-
"eslint": "9.5.0",
18+
"eslint": "9.6.0",
1919
"eslint-config-next": "14.2.4",
2020
"next": "14.2.4",
21-
"postcss": "8.4.38",
21+
"postcss": "8.4.39",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",
2424
"tailwindcss": "3.4.4",
25-
"typescript": "5.5.2"
25+
"typescript": "5.5.3"
2626
}
2727
}

apps/nuxt-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"tw-extract": "tw-patch extract"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^20.14.8",
14+
"@types/node": "^20.14.10",
1515
"autoprefixer": "^10.4.19",
16-
"nuxt": "^3.12.2",
17-
"postcss": "^8.4.38",
16+
"nuxt": "^3.12.3",
17+
"postcss": "^8.4.39",
1818
"tailwindcss": "^3.4.4"
1919
}
2020
}

apps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@tailwindcss-mangle/config": "link:../packages/config",
1616
"@tailwindcss-mangle/core": "link:../packages/core",
1717
"@tailwindcss-mangle/shared": "link:../packages/shared",
18-
"tailwind-merge": "^2.3.0",
18+
"tailwind-merge": "^2.4.0",
1919
"tailwindcss-patch": "link:../packages/tailwindcss-patch",
2020
"unplugin-tailwindcss-mangle": "link:../packages/unplugin-tailwindcss-mangle"
2121
}

0 commit comments

Comments
 (0)