Skip to content

Commit 0d35b14

Browse files
authored
v13.1.0 (#1243)
1 parent 3bec765 commit 0d35b14

File tree

12 files changed

+38
-38
lines changed

12 files changed

+38
-38
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.20",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"linkedFiles": {
55
"prefix": "/**\n * @flow\n */\n"
66
}

packages/jest-cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "13.0.0",
4+
"version": "13.1.0",
55
"main": "build/jest.js",
66
"dependencies": {
77
"chalk": "^1.1.1",
88
"graceful-fs": "^4.1.3",
99
"jest-changed-files": "^13.0.0",
10-
"jest-config": "^13.0.0",
11-
"jest-environment-jsdom": "^13.0.0",
10+
"jest-config": "^13.1.0",
11+
"jest-environment-jsdom": "^13.1.0",
1212
"jest-haste-map": "^13.0.0",
13-
"jest-jasmine1": "^13.0.0",
14-
"jest-jasmine2": "^13.0.0",
13+
"jest-jasmine1": "^13.1.0",
14+
"jest-jasmine2": "^13.1.0",
1515
"jest-mock": "^13.0.0",
1616
"jest-resolve": "^13.0.0",
17-
"jest-runtime": "^13.0.0",
18-
"jest-util": "^13.0.0",
19-
"jest-snapshot": "^13.0.0",
17+
"jest-runtime": "^13.1.0",
18+
"jest-util": "^13.1.0",
19+
"jest-snapshot": "^13.1.0",
2020
"json-stable-stringify": "^1.0.0",
2121
"lodash.template": "^4.2.4",
2222
"sane": "^1.2.0",

packages/jest-config/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-config",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"chalk": "^1.1.1",
1212
"istanbul": "^0.4.2",
13-
"jest-environment-jsdom": "^13.0.0",
14-
"jest-environment-node": "^13.0.0",
15-
"jest-jasmine1": "^13.0.0",
16-
"jest-jasmine2": "^13.0.0",
13+
"jest-environment-jsdom": "^13.1.0",
14+
"jest-environment-node": "^13.1.0",
15+
"jest-jasmine1": "^13.1.0",
16+
"jest-jasmine2": "^13.1.0",
1717
"jest-mock": "^13.0.0",
1818
"jest-resolve": "^13.0.0",
19-
"jest-util": "^13.0.0",
19+
"jest-util": "^13.1.0",
2020
"json-stable-stringify": "^1.0.0",
2121
"node-notifier": "^4.6.0"
2222
},
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-environment-jsdom",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,6 +9,6 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"jsdom": "^9.2.1",
12-
"jest-util": "^13.0.0"
12+
"jest-util": "^13.1.0"
1313
}
1414
}

packages/jest-environment-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-environment-node",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-util": "^13.0.0"
11+
"jest-util": "^13.1.0"
1212
},
1313
"jest": {
1414
"rootDir": "./build",

packages/jest-jasmine1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine1",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,7 +9,7 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-util": "^13.0.0"
12+
"jest-util": "^13.1.0"
1313
},
1414
"jest": {
1515
"rootDir": "./build",

packages/jest-jasmine2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-jasmine2",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
1212
"jasmine-check": "^0.1.4",
13-
"jest-snapshot": "^13.0.0",
14-
"jest-util": "^13.0.0"
13+
"jest-snapshot": "^13.1.0",
14+
"jest-util": "^13.1.0"
1515
},
1616
"jest": {
1717
"rootDir": "./build",

packages/jest-repl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "jest-repl",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-runtime": "^13.0.0",
12-
"jest-util": "^13.0.0",
11+
"jest-runtime": "^13.1.0",
12+
"jest-util": "^13.1.0",
1313
"repl": "^0.1.3",
1414
"yargs": "^4.7.1"
1515
},

packages/jest-runtime/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-runtime",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
@@ -9,21 +9,21 @@
99
"main": "build/index.js",
1010
"dependencies": {
1111
"graceful-fs": "^4.1.3",
12-
"jest-config": "^13.0.0",
13-
"jest-environment-jsdom": "^13.0.0",
12+
"jest-config": "^13.1.0",
13+
"jest-environment-jsdom": "^13.1.0",
1414
"jest-haste-map": "^13.0.0",
1515
"jest-mock": "^13.0.0",
1616
"jest-resolve": "^13.0.0",
17-
"jest-snapshot": "^13.0.0",
18-
"jest-util": "^13.0.0",
17+
"jest-snapshot": "^13.1.0",
18+
"jest-util": "^13.1.0",
1919
"json-stable-stringify": "^1.0.0",
2020
"yargs": "^4.7.1"
2121
},
2222
"bin": {
2323
"jest-runtime": "./bin/jest-runtime.js"
2424
},
2525
"devDependencies": {
26-
"jest-config": "^13.0.0"
26+
"jest-config": "^13.1.0"
2727
},
2828
"jest": {
2929
"automock": false,

packages/jest-snapshot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "jest-snapshot",
3-
"version": "13.0.0",
3+
"version": "13.1.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/facebook/jest.git"
77
},
88
"license": "BSD-3-Clause",
99
"main": "build/index.js",
1010
"dependencies": {
11-
"jest-util": "^13.0.0",
11+
"jest-util": "^13.1.0",
1212
"pretty-format": "^3.4.1"
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)