Skip to content

Commit 323e84c

Browse files
Merge pull request #1985 from daveajrussell/bump-dev-dep-package-versions
Bump fork-ts-checker-webpack-plugin and notifier, update from babel-eslint to babel/eslint-parser
2 parents 491bd1b + ca3e577 commit 323e84c

File tree

3 files changed

+292
-58
lines changed

3 files changed

+292
-58
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parser": "babel-eslint",
2+
"parser": "@babel/eslint-parser",
33
"extends": ["plugin:react/recommended", "prettier"],
44
"parserOptions": {
55
"sourceType": "module"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"node": ">= 16.10.0"
6868
},
6969
"devDependencies": {
70-
"@babel/core": "^7.1.2",
70+
"@babel/core": "^7.26.0",
71+
"@babel/eslint-parser": "^7.25.9",
7172
"@babel/plugin-proposal-class-properties": "^7.1.0",
7273
"@babel/plugin-transform-regenerator": "^7.0.0",
7374
"@babel/preset-env": "^7.1.0",
@@ -105,7 +106,6 @@
105106
"@typescript-eslint/eslint-plugin": "^6.21.0",
106107
"@typescript-eslint/parser": "^6.21.0",
107108
"autoprefixer": "^7.1.4",
108-
"babel-eslint": "^10.0.3",
109109
"babel-jest": "^25.2.4",
110110
"babel-loader": "^8.0.4",
111111
"babel-plugin-dynamic-import-node": "^2.2.0",
@@ -119,16 +119,16 @@
119119
"cypress": "^8.3.1",
120120
"eslint": "^8.57.1",
121121
"eslint-config-prettier": "^6.7.0",
122+
"eslint-plugin-import": "^2.31.0",
122123
"eslint-plugin-jsx": "^0.1.0",
123124
"eslint-plugin-node": "^10.0.0",
124125
"eslint-plugin-promise": "^4.2.1",
125-
"eslint-plugin-import": "^2.31.0",
126126
"eslint-plugin-react": "^7.37.1",
127127
"eslint-plugin-react-hooks": "^4.6.2",
128128
"express": "^4.15.4",
129129
"file-loader": "^2.0.0",
130-
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
131-
"fork-ts-checker-webpack-plugin": "^5.0.14",
130+
"fork-ts-checker-notifier-webpack-plugin": "^4.0.0",
131+
"fork-ts-checker-webpack-plugin": "^6.5.3",
132132
"html-loader": "^0.5.5",
133133
"html-webpack-plugin": "^4.5.2",
134134
"husky": "^0.14.3",

0 commit comments

Comments
 (0)