Skip to content

Commit a5de00e

Browse files
authored
chore: update dependencies (#7641)
* chore: update deps * chore: update dependencies * chore: fix lint * chore: fix lint
1 parent d4ceaf5 commit a5de00e

File tree

4 files changed

+1527
-1401
lines changed

4 files changed

+1527
-1401
lines changed

.markdownlintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules
2+
src/content/loaders/_*.mdx
3+
src/content/plugins/_*.mdx

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default [
4343
...globals.browser,
4444
...globals.node,
4545
...globals.jest,
46-
...cypress.environments.globals.globals,
46+
...cypress.configs.globals.languageOptions.globals,
4747
},
4848

4949
parser: babelParser,

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@
7070
]
7171
},
7272
"devDependencies": {
73-
"@babel/core": "^7.26.10",
74-
"@babel/eslint-parser": "^7.26.10",
73+
"@babel/core": "^7.28.0",
74+
"@babel/eslint-parser": "^7.28.0",
7575
"@babel/plugin-proposal-class-properties": "^7.17.12",
76-
"@babel/preset-env": "^7.26.0",
77-
"@babel/preset-react": "^7.26.3",
78-
"@eslint/compat": "^1.2.7",
79-
"@eslint/eslintrc": "^3.3.0",
80-
"@eslint/js": "^9.22.0",
76+
"@babel/preset-env": "^7.27.1",
77+
"@babel/preset-react": "^7.27.1",
78+
"@eslint/compat": "^1.3.1",
79+
"@eslint/eslintrc": "^3.3.1",
80+
"@eslint/js": "^9.31.0",
8181
"@mdx-js/loader": "^3.1.0",
8282
"@mdx-js/react": "^3.1.0",
8383
"@octokit/auth-action": "^5.1.1",
@@ -93,21 +93,21 @@
9393
"directory-tree": "^3.5.2",
9494
"directory-tree-webpack-plugin": "^1.0.3",
9595
"duplexer": "^0.1.1",
96-
"eslint": "^9.22.0",
97-
"eslint-config-prettier": "^9.1.0",
98-
"eslint-plugin-cypress": "^4.2.0",
99-
"eslint-plugin-mdx": "^3.2.0",
100-
"eslint-plugin-react": "^7.37.2",
96+
"eslint": "^9.31.0",
97+
"eslint-config-prettier": "^10.1.5",
98+
"eslint-plugin-cypress": "^5.1.0",
99+
"eslint-plugin-mdx": "^3.6.2",
100+
"eslint-plugin-react": "^7.37.5",
101101
"eslint-plugin-react-hooks": "^5.2.0",
102102
"front-matter": "^4.0.2",
103103
"github-slugger": "^2.0.0",
104-
"globals": "^15.13.0",
104+
"globals": "^16.3.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.29.2",
110+
"lightningcss": "^1.30.1",
111111
"lint-staged": "^15.4.3",
112112
"lodash": "^4.17.21",
113113
"markdownlint-cli": "^0.44.0",
@@ -118,7 +118,7 @@
118118
"npm-run-all": "^4.1.1",
119119
"postcss": "^8.4.49",
120120
"postcss-loader": "^8.1.1",
121-
"prettier": "^3.4.2",
121+
"prettier": "^3.6.2",
122122
"react-refresh": "^0.14.2",
123123
"redirect-webpack-plugin": "^1.0.0",
124124
"remark": "^15.0.1",
@@ -142,7 +142,7 @@
142142
"webpack": "^5.97.1",
143143
"webpack-bundle-analyzer": "^4.10.2",
144144
"webpack-cli": "^6.0.1",
145-
"webpack-dev-server": "^5.1.0",
145+
"webpack-dev-server": "^5.2.2",
146146
"webpack-merge": "^6.0.1",
147147
"workbox-webpack-plugin": "^7.3.0",
148148
"yarn-deduplicate": "^6.0.2"

0 commit comments

Comments
 (0)