File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v6
12- - uses : pnpm/action-setup@v4
12+ - uses : pnpm/action-setup@v5
1313 - uses : actions/setup-node@v6
1414 with :
1515 node-version : 24
Original file line number Diff line number Diff line change 1313 "prettier:fix" : " prettier . --write"
1414 },
1515 "dependencies" : {
16- "next" : " 16.1.6 " ,
16+ "next" : " 16.2.1 " ,
1717 "react" : " ^19.0.0" ,
1818 "react-dom" : " ^19.0.0"
1919 },
2020 "devDependencies" : {
2121 "@atmina/linting" : " workspace:*" ,
22- "@next/eslint-plugin-next" : " 16.1.6 " ,
22+ "@next/eslint-plugin-next" : " 16.2.1 " ,
2323 "@types/eslint" : " 9.6.1" ,
24- "@types/node" : " 24.10.11 " ,
25- "@types/react" : " 19.2.13 " ,
24+ "@types/node" : " 24.12.0 " ,
25+ "@types/react" : " 19.2.14 " ,
2626 "@types/react-dom" : " 19.2.3" ,
27- "eslint" : " 9.39.2 " ,
28- "eslint-config-next" : " 16.1.6 " ,
29- "postcss" : " 8.5.6 " ,
27+ "eslint" : " 10.1.0 " ,
28+ "eslint-config-next" : " 16.2.1 " ,
29+ "postcss" : " 8.5.8 " ,
3030 "prettier" : " 3.8.1" ,
3131 "tailwindcss" : " 3.4.19" ,
32- "typescript" : " 5.9.3 "
32+ "typescript" : " 6.0.2 "
3333 },
3434 "prettier" : " @atmina/linting/prettier"
3535}
Original file line number Diff line number Diff line change 11{
2- "packageManager" : " pnpm@10.28.2 "
2+ "packageManager" : " pnpm@10.33.0 "
33}
Original file line number Diff line number Diff line change 2222 "license" : " MIT" ,
2323 "devDependencies" : {
2424 "@types/eslint" : " 9.6.1" ,
25- "@types/node" : " 24.10.11 " ,
25+ "@types/node" : " 24.12.0 " ,
2626 "@types/prettier" : " 3.0.0" ,
27- "eslint" : " 9.39.2 " ,
27+ "eslint" : " 10.1.0 " ,
2828 "prettier" : " 3.8.1" ,
2929 "tailwindcss" : " 3.4.19" ,
30- "typescript" : " 5.9.3 "
30+ "typescript" : " 6.0.2 "
3131 },
3232 "dependencies" : {
33- "@antfu/ni" : " ^28 .0.0" ,
33+ "@antfu/ni" : " ^30 .0.0" ,
3434 "@eslint/compat" : " ^2.0.0" ,
35- "@eslint/js" : " ^9.15 .0" ,
35+ "@eslint/js" : " ^10.0 .0" ,
3636 "@posva/prompts" : " ^2.4.4" ,
3737 "@typescript-eslint/eslint-plugin" : " ^8.16.0" ,
3838 "@typescript-eslint/parser" : " ^8.16.0" ,
4646 "package-up" : " ^5.0.0"
4747 },
4848 "peerDependencies" : {
49- "eslint" : " ^9.0.0" ,
49+ "eslint" : " ^9.0.0 || ^10.0.0 " ,
5050 "prettier" : " ^3.0.0"
5151 }
5252}
You can’t perform that action at this time.
0 commit comments