Skip to content

Commit 6cba7af

Browse files
build(deps-dev): bump jest from 24.9.0 to 25.1.0
Bumps [jest](https://github.com/facebook/jest) from 24.9.0 to 25.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](jestjs/jest@v24.9.0...v25.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 8e945a2 commit 6cba7af

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

packages/core/code-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"embark-testing": "^5.2.3",
7575
"eslint": "6.8.0",
7676
"eslint-plugin-jest": "22.5.1",
77-
"jest": "24.9.0",
77+
"jest": "25.1.0",
7878
"npm-run-all": "4.1.5",
7979
"rimraf": "3.0.0",
8080
"sinon": "7.4.2",

packages/core/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"embark-testing": "^5.2.3",
7171
"eslint": "6.8.0",
7272
"eslint-plugin-jest": "22.5.1",
73-
"jest": "24.9.0",
73+
"jest": "25.1.0",
7474
"npm-run-all": "4.1.5",
7575
"rimraf": "3.0.0",
7676
"tslint": "5.20.1",

packages/core/logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"embark-testing": "^5.2.3",
6565
"eslint": "6.8.0",
6666
"eslint-plugin-jest": "22.5.1",
67-
"jest": "24.9.0",
67+
"jest": "25.1.0",
6868
"npm-run-all": "4.1.5",
6969
"rimraf": "3.0.0",
7070
"sinon": "7.4.2"

packages/plugins/basic-pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"embark-testing": "^5.2.3",
9898
"eslint": "6.8.0",
9999
"eslint-plugin-jest": "22.5.1",
100-
"jest": "24.9.0",
100+
"jest": "25.1.0",
101101
"npm-run-all": "4.1.5",
102102
"rimraf": "3.0.0"
103103
},

packages/plugins/ens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"embark-testing": "^5.2.3",
6565
"eslint": "6.8.0",
6666
"eslint-plugin-jest": "22.5.1",
67-
"jest": "24.9.0",
67+
"jest": "25.1.0",
6868
"npm-run-all": "4.1.5",
6969
"rimraf": "3.0.0"
7070
},

packages/plugins/scripts-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"embark-testing": "^5.2.3",
6262
"eslint": "6.8.0",
6363
"eslint-plugin-jest": "22.5.1",
64-
"jest": "24.9.0",
64+
"jest": "25.1.0",
6565
"npm-run-all": "4.1.5",
6666
"rimraf": "3.0.0",
6767
"sinon": "7.4.2",

packages/plugins/snark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-import": "2.18.2",
6969
"eslint-plugin-jest": "22.5.1",
7070
"eslint-plugin-prettier": "3.1.0",
71-
"jest": "24.9.0",
71+
"jest": "25.1.0",
7272
"npm-run-all": "4.1.5",
7373
"prettier": "1.18.2",
7474
"rimraf": "3.0.0"

packages/stack/blockchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"embark-testing": "^5.2.3",
7070
"eslint": "6.8.0",
7171
"eslint-plugin-jest": "22.5.1",
72-
"jest": "24.9.0",
72+
"jest": "25.1.0",
7373
"npm-run-all": "4.1.5",
7474
"rimraf": "3.0.0",
7575
"tslint": "5.20.1",

packages/stack/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"embark-testing": "^5.2.3",
6868
"eslint": "6.8.0",
6969
"eslint-plugin-jest": "22.5.1",
70-
"jest": "24.9.0",
70+
"jest": "25.1.0",
7171
"npm-run-all": "4.1.5",
7272
"rimraf": "3.0.0",
7373
"sinon": "7.4.2",

packages/stack/pipeline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"embark-solo": "^5.2.3",
5757
"embark-testing": "^5.2.3",
5858
"eslint": "6.8.0",
59-
"jest": "24.9.0",
59+
"jest": "25.1.0",
6060
"npm-run-all": "4.1.5",
6161
"rimraf": "3.0.0",
6262
"sinon": "7.4.2"

0 commit comments

Comments
 (0)