-
- Downloads
Update package.json pack
parent
f0be19d5
No related branches found
No related tags found
This diff is collapsed.
... | ... | @@ -88,10 +88,6 @@ |
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"babel-jest": "^27.5.1", | ||
"babel-loader": "^8.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.15.0", | ||
"@typescript-eslint/parser": "^5.15.0", | ||
"babel-jest": "^29.3.1", | ||
... | ... | @@ -102,7 +98,6 @@ |
"bundlewatch": "^0.3.3", | ||
"chalk": "^4.1.0", | ||
"codecov": "^3.7.0", | ||
"core-js": "^3.28.0", | ||
"core-js": "^3.21.1", | ||
"enzyme": "^3.11.0", | ||
"enzyme-adapter-react-16": "^1.15.0", | ||
... | ... | @@ -113,7 +108,7 @@ |
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.4", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"expect-puppeteer": "^6.1.1", | ||
"glob": "^8.0.3", | ||
... | ... |
Please register or sign in to comment