Skip to content

Commit b843312

Browse files
committed
fix: broken deps update
1 parent 247a719 commit b843312

File tree

4 files changed

+141
-143
lines changed

4 files changed

+141
-143
lines changed

Diff for: next.config.ts

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
44
/* config options here */
5-
experimental: {
6-
ppr: true
7-
}
85
};
96

107
export default nextConfig;

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portfolio",
3-
"version": "0.2.7",
3+
"version": "0.2.6",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -24,7 +24,7 @@
2424
"motion": "^11.13.1",
2525
"next": "15.0.4-canary.37",
2626
"next-mdx-remote-client": "^1.0.3",
27-
"next-themes": "^0.4.4",
27+
"next-themes": "^0.4.3",
2828
"next-view-transitions": "^0.3.4",
2929
"react": "19.0.0-rc-66855b96-20241106",
3030
"react-dom": "19.0.0-rc-66855b96-20241106",
@@ -38,8 +38,8 @@
3838
},
3939
"devDependencies": {
4040
"@types/node": "^20.17.9",
41-
"@types/react": "^18.3.14",
42-
"@types/react-dom": "^18.3.2",
41+
"@types/react": "^18.3.12",
42+
"@types/react-dom": "^18.3.1",
4343
"eslint": "^8.57.1",
4444
"eslint-config-next": "15.0.3",
4545
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)