Skip to content

Commit fe31aad

Browse files
authored
Update all development Yarn dependencies (2022-05-09) (PR #59)
2 parents b51e6f4 + a374d4b commit fe31aad

File tree

2 files changed

+872
-786
lines changed

2 files changed

+872
-786
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@
5454
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.1 || ^17.0.0 || ^18.0.0"
5555
},
5656
"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",
5959
"@babel/eslint-parser": "^7.17.0",
60-
"@babel/preset-env": "^7.16.11",
60+
"@babel/preset-env": "^7.17.10",
6161
"@babel/preset-react": "^7.16.7",
6262
"@babel/preset-stage-2": "^7.8.3",
6363
"@testing-library/dom": "^8.13.0",
6464
"@testing-library/jest-dom": "^5.16.4",
6565
"@testing-library/react": "^13.1.1",
6666
"@testing-library/user-event": "^14.1.1",
67-
"babel-jest": "~27.5.1",
67+
"babel-jest": "~28.0.3",
6868
"babel-loader": "~8.2.5",
6969
"coveralls": "~3.1.1",
7070
"cross-env": "~7.0.3",
@@ -73,17 +73,18 @@
7373
"eslint-config-vkbansal": "~5.2.1",
7474
"eslint-import-resolver-webpack": "~0.13.2",
7575
"eslint-plugin-import": "~2.26.0",
76-
"eslint-plugin-jest": "^26.1.4",
76+
"eslint-plugin-jest": "^26.1.5",
7777
"eslint-plugin-jest-dom": "^4.0.1",
7878
"eslint-plugin-react": "~7.29.4",
79-
"eslint-plugin-testing-library": "^5.2.1",
79+
"eslint-plugin-testing-library": "^5.3.1",
8080
"history": "~5.3.0",
8181
"html-webpack-plugin": "~5.5.0",
82-
"jest": "~27.5.1",
82+
"jest": "~28.0.3",
83+
"jest-environment-jsdom": "^28.1.0",
8384
"mini-css-extract-plugin": "^2.6.0",
8485
"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",
8788
"react-router-dom": "~6.3.0",
8889
"rimraf": "~3.0.0",
8990
"style-loader": "~3.3.1",

0 commit comments

Comments
 (0)