Skip to content

Commit da11ef9

Browse files
fixed vercel build error
1 parent 0397ff5 commit da11ef9

2 files changed

Lines changed: 75 additions & 62 deletions

File tree

package-lock.json

Lines changed: 71 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@ldo/ldo": "^1.0.0-alpha.32",
2424
"@ldo/schema-converter-shex": "^1.0.0-alpha.32",
2525
"jszip": "^3.10.1",
26-
"next": "16.0.1",
27-
"react": "19.2.0",
28-
"react-dom": "19.2.0",
26+
"next": "16.0.7",
27+
"react": "19.2.1",
28+
"react-dom": "19.2.1",
2929
"react-hot-toast": "^2.6.0"
3030
},
3131
"devDependencies": {
@@ -39,7 +39,7 @@
3939
"@types/react-dom": "^19",
4040
"concurrently": "^9",
4141
"eslint": "^9",
42-
"eslint-config-next": "16.0.1",
42+
"eslint-config-next": "16.0.7",
4343
"nodemon": "^3",
4444
"tailwindcss": "^4",
4545
"typescript": "^5"

0 commit comments

Comments
 (0)