Begin to try to fix incompatibility with latest Node.js

This commit is contained in:
David Boreham 2023-03-19 18:12:09 -06:00
parent 8ea5a49d50
commit 1fd9351a56
3 changed files with 1934 additions and 894 deletions

View File

@ -43,7 +43,7 @@
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"lint-staged": "^9.5.0", "lint-staged": "^9.5.0",
"pre-commit": "^1.2.2", "pre-commit": "^1.2.2",
"webpack-cli": "^3.3.11" "webpack-cli": "^5.0.1"
}, },
"eslintConfig": { "eslintConfig": {
"parser": "babel-eslint", "parser": "babel-eslint",

View File

@ -67,8 +67,8 @@
"@babel/plugin-proposal-export-default-from": "^7.8.3", "@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/preset-env": "^7.4.5", "@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@webpack-cli/info": "^0.2.0", "@webpack-cli/info": "^2.0.1",
"@webpack-cli/init": "^0.3.0", "@webpack-cli/init": "^1.1.3",
"babel-eslint": "^10.0.2", "babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0", "babel-jest": "^24.8.0",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
@ -76,7 +76,7 @@
"babel-plugin-import-graphql": "^2.7.0", "babel-plugin-import-graphql": "^2.7.0",
"babel-plugin-inline-import": "^3.0.0", "babel-plugin-inline-import": "^3.0.0",
"babel-plugin-inline-json-import": "^0.3.2", "babel-plugin-inline-json-import": "^0.3.2",
"dotenv-webpack": "^1.8.0", "dotenv-webpack": "^8.0.1",
"eslint": "^6.7.2", "eslint": "^6.7.2",
"eslint-config-semistandard": "^15.0.0", "eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.1", "eslint-config-standard": "^14.1.1",
@ -89,17 +89,17 @@
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-standard": "^4.0.1", "eslint-plugin-standard": "^4.0.1",
"graphql": "^15.0.0", "graphql": "^15.0.0",
"html-webpack-plugin": "^4.3.0", "html-webpack-plugin": "^5.5.0",
"jest": "^24.8.0", "jest": "^24.8.0",
"react-scripts": "^3.4.1", "react-scripts": "^3.4.1",
"semistandard": "^14.2.0", "semistandard": "^14.2.0",
"webpack": "^4.41.2", "webpack": "^5.76.2",
"webpack-bundle-analyzer": "^3.6.0", "webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^3.3.11", "webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.11.0", "webpack-dev-server": "^4.13.1",
"webpack-merge": "^4.2.2", "webpack-merge": "^5.8.0",
"webpack-version-file-plugin": "^0.4.0", "webpack-version-file-plugin": "^0.5.0",
"yaml-loader": "^0.6.0" "yaml-loader": "^0.8.0"
}, },
"peerDependencies": { "peerDependencies": {
"react": "16.12.0", "react": "16.12.0",

2804
yarn.lock

File diff suppressed because it is too large Load Diff