chore: Update typescript, eslint, webpack

This commit is contained in:
Joel Spadin 2023-04-23 00:10:58 -05:00 committed by Pete Johanson
parent 89d71ed2c2
commit d799560985
2 changed files with 503 additions and 485 deletions

978
docs/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -50,17 +50,17 @@
"@types/react": "^17.0.3",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.1.7",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-mdx": "^2.0.5",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react": "^7.32.2",
"json-schema-to-typescript": "^10.1.5",
"mustache": "^4.2.0",
"null-loader": "^4.0.0",
"prebuild-webpack-plugin": "^1.1.1",
"prettier": "^2.8.7",
"string-replace-loader": "^3.1.0",
"typescript": "^4.6.3",
"webpack": "^5.72.1"
"typescript": "^5.0.4",
"webpack": "^5.80.0"
}
}