Skip to content

Commit 5c25db4

Browse files
r0b1ngjulivan
authored andcommitted
chore: get rid of outdated eslint/prettier packages
1 parent 8154301 commit 5c25db4

4 files changed

Lines changed: 109 additions & 362 deletions

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
"@codemirror/state": "^6.5.2",
5252
"@codemirror/view": "^6.38.1",
5353
"@mendix/pluggable-widgets-tools": "11.8.0",
54+
"@mendix/pluggable-widgets-tools>eslint": "-",
55+
"@mendix/pluggable-widgets-tools>eslint-config-prettier": "-",
56+
"@mendix/pluggable-widgets-tools>eslint-plugin-jest": "-",
57+
"@mendix/pluggable-widgets-tools>eslint-plugin-prettier": "-",
58+
"@mendix/pluggable-widgets-tools>eslint-plugin-promise": "-",
59+
"@mendix/pluggable-widgets-tools>eslint-plugin-react": "-",
60+
"@mendix/pluggable-widgets-tools>eslint-plugin-react-hooks": "-",
61+
"@mendix/pluggable-widgets-tools>prettier": "-",
5462
"@prettier/plugin-xml": ">=3.4.1",
5563
"@testing-library/dom": "^10.4.1",
5664
"@testing-library/react": "^16.3.2",
@@ -68,7 +76,6 @@
6876
"loader-utils@1": "^1.4.2",
6977
"loader-utils@3": "^3.2.1",
7078
"minimatch@3": "^3.1.4",
71-
"prettier": "3.5.3",
7279
"react": ">=18.0.0 <19.0.0",
7380
"react-big-calendar@1>clsx": "2.1.1",
7481
"react-dom": ">=18.0.0 <19.0.0",

packages/shared/eslint-config-web-widgets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"eslint-plugin-react": "~7.37.5",
2323
"eslint-plugin-react-hooks": "^7.0.1",
2424
"globals": "^17.3.0",
25+
"prettier": "^3.8.1",
2526
"typescript-eslint": "^8.57.0"
2627
}
2728
}

packages/shared/prettier-config-web-widgets/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@prettier/plugin-xml": "^3.4.2",
1616
"eslint": "^9.39.3",
1717
"globals": "^17.3.0",
18+
"prettier": "^3.8.1",
1819
"prettier-plugin-packagejson": "^2.5.19"
1920
}
2021
}

0 commit comments

Comments
 (0)