|
54 | 54 | "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@babel/cli": "^7.17.6", |
58 | | - "@babel/core": "^7.17.9", |
| 57 | + "@babel/cli": "^7.17.10", |
| 58 | + "@babel/core": "^7.17.10", |
59 | 59 | "@babel/eslint-parser": "^7.17.0", |
60 | | - "@babel/preset-env": "^7.16.11", |
| 60 | + "@babel/preset-env": "^7.17.10", |
61 | 61 | "@babel/preset-react": "^7.16.7", |
62 | 62 | "@babel/preset-stage-2": "^7.8.3", |
63 | 63 | "@testing-library/dom": "^8.13.0", |
64 | 64 | "@testing-library/jest-dom": "^5.16.4", |
65 | 65 | "@testing-library/react": "^13.1.1", |
66 | 66 | "@testing-library/user-event": "^14.1.1", |
67 | | - "babel-jest": "~27.5.1", |
| 67 | + "babel-jest": "~28.0.3", |
68 | 68 | "babel-loader": "~8.2.5", |
69 | 69 | "coveralls": "~3.1.1", |
70 | 70 | "cross-env": "~7.0.3", |
|
73 | 73 | "eslint-config-vkbansal": "~5.2.1", |
74 | 74 | "eslint-import-resolver-webpack": "~0.13.2", |
75 | 75 | "eslint-plugin-import": "~2.26.0", |
76 | | - "eslint-plugin-jest": "^26.1.4", |
| 76 | + "eslint-plugin-jest": "^26.1.5", |
77 | 77 | "eslint-plugin-jest-dom": "^4.0.1", |
78 | 78 | "eslint-plugin-react": "~7.29.4", |
79 | | - "eslint-plugin-testing-library": "^5.2.1", |
| 79 | + "eslint-plugin-testing-library": "^5.3.1", |
80 | 80 | "history": "~5.3.0", |
81 | 81 | "html-webpack-plugin": "~5.5.0", |
82 | | - "jest": "~27.5.1", |
| 82 | + "jest": "~28.0.3", |
| 83 | + "jest-environment-jsdom": "^28.1.0", |
83 | 84 | "mini-css-extract-plugin": "^2.6.0", |
84 | 85 | "prop-types": "~15.8.1", |
85 | | - "react": "~18.0.0", |
86 | | - "react-dom": "~18.0.0", |
| 86 | + "react": "~18.1.0", |
| 87 | + "react-dom": "~18.1.0", |
87 | 88 | "react-router-dom": "~6.3.0", |
88 | 89 | "rimraf": "~3.0.0", |
89 | 90 | "style-loader": "~3.3.1", |
|
0 commit comments