Skip to content

Commit f3efbd3

Browse files
authored
Merge branch 'main' into fix-hardhat-verify
2 parents 18e9b72 + 58a2ba6 commit f3efbd3

File tree

5 files changed

+1996
-981
lines changed

5 files changed

+1996
-981
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
]
5252
},
5353
"dependencies": {
54-
"@cookbookdev/docsbot": "^4.24.8",
54+
"@cookbookdev/docsbot": "^4.24.9",
5555
"clsx": "2.1.1",
56-
"next": "15.1.3",
56+
"next": "15.1.5",
5757
"next-sitemap": "4.2.3",
5858
"next-themes": "0.4.4",
5959
"nextra": "2.13.4",
@@ -62,19 +62,19 @@
6262
"react-dom": "18.3.1"
6363
},
6464
"devDependencies": {
65-
"@types/node": "22.10.5",
65+
"@types/node": "22.10.7",
6666
"@types/react": "18.3.12",
6767
"@types/react-dom": "18.3.1",
6868
"autoprefixer": "10.4.20",
69-
"cspell": "8.17.1",
69+
"cspell": "8.17.2",
7070
"eslint": "8.57.1",
71-
"eslint-config-next": "15.1.3",
72-
"eslint-config-prettier": "9.1.0",
71+
"eslint-config-next": "15.1.5",
72+
"eslint-config-prettier": "10.0.1",
7373
"eslint-plugin-import": "2.31.0",
7474
"eslint-plugin-mdx": "3.1.5",
7575
"eslint-plugin-simple-import-sort": "12.1.1",
7676
"mdx": "0.3.1",
77-
"postcss": "8.4.49",
77+
"postcss": "8.5.1",
7878
"prettier": "3.4.2",
7979
"remark": "15.0.1",
8080
"remark-cli": "12.0.1",
@@ -88,10 +88,10 @@
8888
"remark-lint-table-pipe-alignment": "4.0.0",
8989
"remark-lint-table-pipes": "5.0.0",
9090
"remark-lint-unordered-list-marker-style": "4.0.0",
91-
"remark-mdx": "2.3.0",
91+
"remark-mdx": "3.1.0",
9292
"remark-preset-lint-consistent": "6.0.0",
9393
"remark-preset-lint-recommended": "7.0.0",
9494
"tailwindcss": "3.4.17",
95-
"typescript": "5.7.2"
95+
"typescript": "5.7.3"
9696
}
9797
}

0 commit comments

Comments
 (0)