Skip to content

Commit a95810d

Browse files
committed
chore(apps): upgrade to lts
1 parent 8884a6b commit a95810d

File tree

13 files changed

+3390
-2951
lines changed

13 files changed

+3390
-2951
lines changed

apps/.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
shamefully-hoist=true
2-
registry=https://registry.npmjs.org
2+
# registry=https://registry.npmjs.org

apps/next-app/package.json

Lines changed: 10 additions & 10 deletions
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.10",
15-
"@types/react": "18.3.3",
16-
"@types/react-dom": "18.3.0",
17-
"autoprefixer": "10.4.19",
18-
"eslint": "9.6.0",
19-
"eslint-config-next": "14.2.4",
20-
"next": "14.2.4",
21-
"postcss": "8.4.39",
14+
"@types/node": "22.7.8",
15+
"@types/react": "18.3.11",
16+
"@types/react-dom": "18.3.1",
17+
"autoprefixer": "10.4.20",
18+
"eslint": "9.13.0",
19+
"eslint-config-next": "15.0.0",
20+
"next": "15.0.0",
21+
"postcss": "8.4.47",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",
24-
"tailwindcss": "3.4.4",
25-
"typescript": "5.5.3"
24+
"tailwindcss": "3.4.14",
25+
"typescript": "5.6.3"
2626
}
2727
}

apps/nuxt-app/package.json

Lines changed: 5 additions & 5 deletions
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.10",
15-
"autoprefixer": "^10.4.19",
16-
"nuxt": "^3.12.3",
17-
"postcss": "^8.4.39",
18-
"tailwindcss": "^3.4.4"
14+
"@types/node": "^22.7.8",
15+
"autoprefixer": "^10.4.20",
16+
"nuxt": "^3.13.2",
17+
"postcss": "^8.4.47",
18+
"tailwindcss": "^3.4.14"
1919
}
2020
}

apps/package.json

Lines changed: 1 addition & 1 deletion
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.4.0",
18+
"tailwind-merge": "^2.5.4",
1919
"tailwindcss-patch": "link:../packages/tailwindcss-patch",
2020
"unplugin-tailwindcss-mangle": "link:../packages/unplugin-tailwindcss-mangle"
2121
}

0 commit comments

Comments
 (0)