Skip to content

Commit

Permalink
Merge pull request #1985 from daveajrussell/bump-dev-dep-package-vers…
Browse files Browse the repository at this point in the history
…ions

Bump fork-ts-checker-webpack-plugin and notifier, update from babel-eslint to babel/eslint-parser
  • Loading branch information
daveajrussell authored Oct 30, 2024
2 parents 491bd1b + ca3e577 commit 323e84c
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": ["plugin:react/recommended", "prettier"],
"parserOptions": {
"sourceType": "module"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"node": ">= 16.10.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/preset-env": "^7.1.0",
Expand Down Expand Up @@ -105,7 +106,6 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^7.1.4",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.2.4",
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
Expand All @@ -119,16 +119,16 @@
"cypress": "^8.3.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.15.4",
"file-loader": "^2.0.0",
"fork-ts-checker-notifier-webpack-plugin": "^3.0.0",
"fork-ts-checker-webpack-plugin": "^5.0.14",
"fork-ts-checker-notifier-webpack-plugin": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^6.5.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.5.2",
"husky": "^0.14.3",
Expand Down
Loading

0 comments on commit 323e84c

Please sign in to comment.