Skip to content

Commit bf76271

Browse files
authored
chore: udpate dependencies (#7489)
* chore: udpate dependencies * chore: revert markdownlint to 0.27.0 for CJS compatibility
1 parent 1113fea commit bf76271

File tree

2 files changed

+511
-544
lines changed

2 files changed

+511
-544
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"@babel/eslint-parser": "^7.25.9",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
7676
"@babel/preset-env": "^7.26.0",
77-
"@babel/preset-react": "^7.25.9",
78-
"@eslint/compat": "^1.2.3",
77+
"@babel/preset-react": "^7.26.3",
78+
"@eslint/compat": "^1.2.4",
7979
"@eslint/eslintrc": "^3.2.0",
80-
"@eslint/js": "^9.15.0",
80+
"@eslint/js": "^9.16.0",
8181
"@mdx-js/loader": "^3.1.0",
8282
"@mdx-js/react": "^3.1.0",
8383
"@octokit/auth-action": "^5.1.1",
@@ -93,32 +93,32 @@
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",
96-
"eslint": "^9.7.0",
96+
"eslint": "^9.16.0",
9797
"eslint-config-prettier": "^9.1.0",
9898
"eslint-plugin-cypress": "^4.1.0",
9999
"eslint-plugin-mdx": "^3.1.5",
100100
"eslint-plugin-react": "^7.37.2",
101-
"eslint-plugin-react-hooks": "^5.0.0",
101+
"eslint-plugin-react-hooks": "^5.1.0",
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104-
"globals": "^15.12.0",
104+
"globals": "^15.13.0",
105105
"html-webpack-plugin": "^5.6.3",
106106
"http-server": "^14.1.1",
107107
"husky": "^9.1.7",
108108
"hyperlink": "^5.0.4",
109109
"jest": "^29.7.0",
110-
"lightningcss": "^1.28.1",
110+
"lightningcss": "^1.28.2",
111111
"lint-staged": "^15.2.10",
112112
"lodash": "^4.17.21",
113-
"markdownlint-cli": "^0.42.0",
113+
"markdownlint-cli": "^0.43.0",
114114
"mdast-util-to-string": "^4.0.0",
115115
"mini-css-extract-plugin": "^2.9.2",
116116
"mkdirp": "^3.0.1",
117117
"modularscale-sass": "^3.0.3",
118118
"npm-run-all": "^4.1.1",
119119
"postcss": "^8.4.49",
120120
"postcss-loader": "^8.1.1",
121-
"prettier": "^3.3.3",
121+
"prettier": "^3.4.2",
122122
"react-refresh": "^0.14.2",
123123
"redirect-webpack-plugin": "^1.0.0",
124124
"remark": "^15.0.1",
@@ -131,15 +131,15 @@
131131
"remark-refractor": "montogeek/remark-refractor",
132132
"rimraf": "^6.0.1",
133133
"sass": "^1.79.5",
134-
"sass-loader": "^16.0.3",
134+
"sass-loader": "^16.0.4",
135135
"sirv-cli": "^3.0.0",
136136
"sitemap-static": "^0.4.2",
137137
"static-site-generator-webpack-plugin": "^3.4.1",
138138
"style-loader": "^4.0.0",
139-
"tailwindcss": "^3.4.15",
139+
"tailwindcss": "^3.4.16",
140140
"tap-spot": "^1.1.2",
141141
"unist-util-visit": "^5.0.0",
142-
"webpack": "^5.96.1",
142+
"webpack": "^5.97.1",
143143
"webpack-bundle-analyzer": "^4.10.2",
144144
"webpack-cli": "^5.1.4",
145145
"webpack-dev-server": "^5.1.0",
@@ -148,7 +148,7 @@
148148
"yarn-deduplicate": "^6.0.2"
149149
},
150150
"dependencies": {
151-
"@docsearch/react": "^3.6.1",
151+
"@docsearch/react": "^3.8.0",
152152
"@react-spring/web": "^9.7.5",
153153
"path-browserify": "^1.0.1",
154154
"prop-types": "^15.8.1",

0 commit comments

Comments
 (0)