Skip to content

Commit

Permalink
TASK: Update dependency jest to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2022
1 parent 6c563b3 commit 5f2e9fa
Show file tree
Hide file tree
Showing 10 changed files with 3,116 additions and 2,138 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.2.0",
"prop-types": "15.8.1",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.2.0",
"nodemon": "1.19.4",
"open-browser-webpack-plugin": "0.0.5",
"rimraf": "2.7.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"invalidate-module": "1.0.0",
"jest": "23.6.0",
"jest": "29.2.0",
"nodemon": "1.19.4",
"npm-run-all": "4.1.5",
"rimraf": "2.7.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0"
"jest": "29.2.0"
},
"peerDependencies": {
"node-polyglot": "^2.2.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0"
"jest": "29.2.0"
},
"jest": {
"preset": "@immowelt/jest-preset-node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.2.0",
"mock-fs": "4.14.0",
"nodemon": "1.19.4",
"npm-run-all": "4.1.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint": "5.16.0",
"flow-bin": "0.190.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.2.0",
"jest-react-redux": "1.0.4",
"react-test-renderer": "16.14.0",
"redux-saga-test-plan": "3.7.0"
Expand Down
2,173 changes: 1,442 additions & 731 deletions packages/create-react-microservice-scaffold/src/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/create-react-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"flow-bin": "0.190.0",
"flow-copy-source": "2.0.9",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.2.0",
"rimraf": "2.7.1"
},
"jest": {
Expand Down
3,065 changes: 1,666 additions & 1,399 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 5f2e9fa

Please sign in to comment.