Skip to content

Commit 5916a7b

Browse files
committed
chore: update-next
1 parent f314504 commit 5916a7b

File tree

3 files changed

+358
-73
lines changed

3 files changed

+358
-73
lines changed

web-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@web3modal/wagmi": "^5.1.11",
5252
"graphql": "^16.9.0",
5353
"graphql-request": "^7.1.0",
54-
"next": "14.2.14",
54+
"next": "^15.0.3",
5555
"react": "^18.2.0",
5656
"react-dom": "^18.2.0",
5757
"react-markdown": "^8.0.7",

web-devtools/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"svgs*": [
3838
"assets/svgs*"
3939
]
40-
}
40+
},
41+
"target": "ES2017"
4142
},
4243
"include": [
4344
"svgr.d.ts",

0 commit comments

Comments
 (0)