Update NPM packages to latest versions

Related to #250
This commit is contained in:
Brian Lister
2023-08-24 21:28:42 -05:00
parent 9599e2ade3
commit 59d27bf89f
2 changed files with 4340 additions and 4687 deletions
+4334 -4681
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -14,11 +14,11 @@
}, },
"homepage": "https://github.com/TheOdinProject/javascript-exercises#readme", "homepage": "https://github.com/TheOdinProject/javascript-exercises#readme",
"devDependencies": { "devDependencies": {
"jest": "^26.6.3", "eslint": "^8.47.0",
"jest-cli": "^26.6.3", "eslint-config-airbnb-base": "^15.0.0",
"eslint": "^7.26.0", "eslint-plugin-import": "^2.28.1",
"eslint-config-airbnb-base": "^14.2.1", "jest": "^29.6.4",
"eslint-plugin-import": "^2.22.1" "jest-cli": "^29.6.4"
}, },
"scripts": { "scripts": {
"test": "jest" "test": "jest"
@@ -26,7 +26,7 @@
"eslintConfig": { "eslintConfig": {
"root": true "root": true
}, },
"jest": { "jest": {
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"generator-exercise/" "generator-exercise/"
] ]