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 Mar 3, 2023
1 parent 5527407 commit d770acc
Show file tree
Hide file tree
Showing 10 changed files with 3,167 additions and 2,140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "5.16.0",
"flow-bin": "0.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.4.3",
"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.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.4.3",
"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.201.0",
"flow-typed": "2.6.2",
"invalidate-module": "1.0.0",
"jest": "23.6.0",
"jest": "29.4.3",
"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.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0"
"jest": "29.4.3"
},
"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.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0"
"jest": "29.4.3"
},
"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.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.4.3",
"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.201.0",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.4.3",
"jest-react-redux": "1.0.4",
"react-test-renderer": "16.14.0",
"redux-saga-test-plan": "3.7.0"
Expand Down
2,205 changes: 1,473 additions & 732 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.201.0",
"flow-copy-source": "2.0.9",
"flow-typed": "2.6.2",
"jest": "23.6.0",
"jest": "29.4.3",
"rimraf": "2.7.1"
},
"jest": {
Expand Down
3,086 changes: 1,686 additions & 1,400 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit d770acc

Please sign in to comment.