This commit is contained in:
dependabot[bot] 2023-10-19 08:02:38 -06:00 committed by GitHub
commit b637704db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 855 additions and 977 deletions

View File

@ -11,6 +11,6 @@
"lint": "eslint --ext .js src/"
},
"devDependencies": {
"webpack": "^5.73.0"
"webpack": "^5.76.0"
}
}

View File

@ -26,7 +26,7 @@
"eslint-plugin-react": "^7.31.6",
"eslint-plugin-react-hooks": "^4.6.0",
"mocha": "^10.0.0",
"webpack": "^5.74.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0"
},
"engines": {

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,6 @@
"lint": "eslint --ext .js src/"
},
"devDependencies": {
"webpack": "^5.73.0"
"webpack": "^5.76.0"
}
}

View File

@ -30,7 +30,7 @@
"postcss-easy-import": "^4.0.0",
"postcss-loader": "^6.2.1",
"stylelint": "^14.3.0",
"webpack": "^5.73.0",
"webpack": "^5.76.0",
"stylelint-config-standard": "^24.0.0"
}
}