Skip to content

Commit c614b74

Browse files
committed
chore(deps): upgrade
1 parent 508bbf1 commit c614b74

File tree

12 files changed

+5754
-4355
lines changed

12 files changed

+5754
-4355
lines changed

apps/next-app/package.json

+12-12
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.8.8",
15-
"@types/react": "18.2.31",
16-
"@types/react-dom": "18.2.14",
17-
"autoprefixer": "10.4.16",
18-
"eslint": "8.52.0",
19-
"eslint-config-next": "13.5.6",
20-
"next": "13.5.6",
21-
"postcss": "8.4.31",
22-
"react": "18.2.0",
23-
"react-dom": "18.2.0",
24-
"tailwindcss": "3.3.4",
25-
"typescript": "5.2.2"
14+
"@types/node": "20.14.8",
15+
"@types/react": "18.3.3",
16+
"@types/react-dom": "18.3.0",
17+
"autoprefixer": "10.4.19",
18+
"eslint": "9.5.0",
19+
"eslint-config-next": "14.2.4",
20+
"next": "14.2.4",
21+
"postcss": "8.4.38",
22+
"react": "18.3.1",
23+
"react-dom": "18.3.1",
24+
"tailwindcss": "3.4.4",
25+
"typescript": "5.5.2"
2626
}
2727
}

apps/nuxt-app/package.json

+5-5
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.8.8",
15-
"autoprefixer": "^10.4.16",
16-
"nuxt": "^3.8.0",
17-
"postcss": "^8.4.31",
18-
"tailwindcss": "^3.3.4"
14+
"@types/node": "^20.14.8",
15+
"autoprefixer": "^10.4.19",
16+
"nuxt": "^3.12.2",
17+
"postcss": "^8.4.38",
18+
"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": "^1.14.0",
18+
"tailwind-merge": "^2.3.0",
1919
"tailwindcss-patch": "link:../packages/tailwindcss-patch",
2020
"unplugin-tailwindcss-mangle": "link:../packages/unplugin-tailwindcss-mangle"
2121
}

0 commit comments

Comments
 (0)