Skip to content

Commit fa46337

Browse files
authored
Fix in Supported Networks: remove Optimism’s check for “Decentralized Network” (#474)
1 parent ea240ec commit fa46337

File tree

5 files changed

+988
-972
lines changed

5 files changed

+988
-972
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@edgeandnode/eslint-config": "^2.0.2",
26-
"eslint": "^8.46.0",
26+
"eslint": "^8.47.0",
2727
"eslint-plugin-mdx": "^2.2.0",
2828
"husky": "^8.0.3",
2929
"lint-staged": "^13.2.3",

packages/nextra-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"@edgeandnode/gds": "^2.9.0",
4747
"@edgeandnode/organisms": "^2.10.0",
4848
"@emotion/react": "^11.11.1",
49-
"@types/lodash": "^4.14.196",
50-
"@types/react": "^18.2.19",
49+
"@types/lodash": "^4.14.197",
50+
"@types/react": "^18.2.20",
5151
"@types/react-dom": "^18.2.7",
5252
"next": "13.4.12",
5353
"next-seo": "^6.1.0",

0 commit comments

Comments
 (0)