Skip to content

Commit 4c11f75

Browse files
committed
✨ 📦 upgrade dependencies
1 parent b6683e9 commit 4c11f75

File tree

3 files changed

+1014
-722
lines changed

3 files changed

+1014
-722
lines changed

next.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
experimental: {
4-
typedRoutes: true,
5-
},
3+
typedRoutes: true,
64
};
75

86
export default nextConfig;

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"format": "prettier src/ --write"
1111
},
1212
"dependencies": {
13-
"next": "15.2.1",
14-
"react": "^18",
15-
"react-dom": "^18"
13+
"next": "^15.5.7",
14+
"react": "^19.2.1",
15+
"react-dom": "^19.2.1"
1616
},
1717
"devDependencies": {
18-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
19-
"@types/node": "^22",
20-
"@types/react": "^18",
21-
"@types/react-dom": "^18",
22-
"eslint": "^9.22.0",
23-
"eslint-config-next": "15.2.1",
24-
"eslint-config-prettier": "^9.1.0",
25-
"eslint-plugin-check-file": "^2.8.0",
26-
"postcss": "^8",
27-
"prettier": "3.5.3",
28-
"prettier-plugin-tailwindcss": "^0.6.11",
18+
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
19+
"@types/node": "^24.10.1",
20+
"@types/react": "^19.2.7",
21+
"@types/react-dom": "^19.2.3",
22+
"eslint": "^9.39.1",
23+
"eslint-config-next": "15.5.7",
24+
"eslint-config-prettier": "^10.1.8",
25+
"eslint-plugin-check-file": "^3.3.1",
26+
"postcss": "^8.5.6",
27+
"prettier": "3.7.4",
28+
"prettier-plugin-tailwindcss": "^0.7.2",
2929
"tailwindcss": "^3.4.17",
30-
"typescript": "^5"
30+
"typescript": "^5.9.3"
3131
}
3232
}

0 commit comments

Comments
 (0)