Skip to content

Commit 4b8fb9c

Browse files
committed
chore: update eslint-plugin-de-morgan and babel packages to latest versions
1 parent c2d005f commit 4b8fb9c

File tree

4 files changed

+366
-268
lines changed

4 files changed

+366
-268
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"autoprefixer": "^10.4.20",
4848
"dedent": "^1.5.3",
4949
"eslint": "^9.20.1",
50-
"eslint-plugin-de-morgan": "^1.0.0",
50+
"eslint-plugin-de-morgan": "^1.0.1",
5151
"eslint-plugin-import-x": "^4.6.1",
5252
"eslint-plugin-mdx": "^3.1.5",
5353
"eslint-plugin-perfectionist": "^4.9.0",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"react-dom": "^19.0.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.26.8",
18+
"@babel/core": "^7.26.9",
1919
"@babel/eslint-parser": "^7.26.8",
20-
"@babel/preset-env": "^7.26.8",
20+
"@babel/preset-env": "^7.26.9",
2121
"@babel/preset-react": "^7.26.3",
2222
"@eslint-react/eslint-plugin": "workspace:*",
2323
"@eslint/config-inspector": "^1.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"esbuild": "^0.25.0",
7979
"eslint": "^9.20.1",
8080
"eslint-config-flat-gitignore": "^2.0.0",
81-
"eslint-plugin-de-morgan": "^1.0.0",
81+
"eslint-plugin-de-morgan": "^1.0.1",
8282
"eslint-plugin-jsdoc": "^50.6.3",
8383
"eslint-plugin-perfectionist": "^4.9.0",
8484
"eslint-plugin-regexp": "^2.7.0",

0 commit comments

Comments
 (0)