We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f314504 commit 5916a7bCopy full SHA for 5916a7b
web-devtools/package.json
@@ -51,7 +51,7 @@
51
"@web3modal/wagmi": "^5.1.11",
52
"graphql": "^16.9.0",
53
"graphql-request": "^7.1.0",
54
- "next": "14.2.14",
+ "next": "^15.0.3",
55
"react": "^18.2.0",
56
"react-dom": "^18.2.0",
57
"react-markdown": "^8.0.7",
web-devtools/tsconfig.json
@@ -37,7 +37,8 @@
37
"svgs*": [
38
"assets/svgs*"
39
]
40
- }
+ },
41
+ "target": "ES2017"
42
},
43
"include": [
44
"svgr.d.ts",
0 commit comments