-
- Downloads
Update dev dependencies
... | ... | @@ -90,8 +90,8 @@ |
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"babel-jest": "^27.5.1", | ||
"babel-loader": "^8.0.6", | ||
"babel-jest": "^29.3.1", | ||
"babel-loader": "^9.1.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-macros": "^3.0.1", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
... | ... | @@ -106,16 +106,16 @@ |
"eslint-config-react-app": "^7.0.0", | ||
"eslint-plugin-flowtype": "^8.0.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^26.1.1", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"glob": "^7.1.4", | ||
"glob": "^8.0.3", | ||
"http-server": "^14.1.0", | ||
"jest": "^27.5.1", | ||
"jest": "^29.3.1", | ||
"jest-fetch-mock": "^3.0.0", | ||
"jest-puppeteer": "^6.1.0", | ||
"jsdom": "^19.0.0", | ||
"jsdom": "^20.0.2", | ||
"puppeteer": "^13.5.1", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
... | ... |
Please register or sign in to comment