Skip to content

Commit 2b1dba6

Browse files
committed
✨ 📦 upgrade dependencies
1 parent f92d31a commit 2b1dba6

File tree

3 files changed

+2588
-2331
lines changed

3 files changed

+2588
-2331
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: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
},
1212
"dependencies": {
1313
"@nextui-org/react": "^2.6.11",
14-
"@tabler/icons-react": "^3.31.0",
15-
"framer-motion": "^11.15.0",
16-
"next": "15.2.1",
17-
"next-themes": "^0.4.5",
18-
"react": "^18",
19-
"react-dom": "^18"
14+
"@tabler/icons-react": "^3.35.0",
15+
"framer-motion": "^12.23.25",
16+
"next": "15.5.7",
17+
"next-themes": "^0.4.6",
18+
"react": "^19.2.1",
19+
"react-dom": "^19.2.1"
2020
},
2121
"devDependencies": {
22-
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
23-
"@types/node": "^22",
24-
"@types/react": "^18",
25-
"@types/react-dom": "^18",
26-
"eslint": "^8",
27-
"eslint-config-next": "15.2.1",
28-
"eslint-config-prettier": "^9.1.0",
29-
"eslint-plugin-check-file": "^2.8.0",
30-
"postcss": "^8",
31-
"prettier": "3.5.3",
32-
"prettier-plugin-tailwindcss": "^0.6.11",
22+
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
23+
"@types/node": "^24.10.1",
24+
"@types/react": "^19.2.7",
25+
"@types/react-dom": "^19.2.3",
26+
"eslint": "^9.39.1",
27+
"eslint-config-next": "15.5.7",
28+
"eslint-config-prettier": "^10.1.8",
29+
"eslint-plugin-check-file": "^3.3.1",
30+
"postcss": "^8.5.6",
31+
"prettier": "3.7.4",
32+
"prettier-plugin-tailwindcss": "^0.7.2",
3333
"tailwindcss": "^3.4.17",
34-
"typescript": "^5"
34+
"typescript": "^5.9.3"
3535
}
3636
}

0 commit comments

Comments
 (0)