-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b81420
commit bf8db2a
Showing
6 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "6.1.2", | ||
"version": "7.0.0", | ||
"npmClient": "yarn", | ||
"useWorkspaces": true, | ||
"lerna": "2.9.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "eslint-config-jest-enzyme", | ||
"version": "6.1.2", | ||
"version": "7.0.0", | ||
"description": "Eslint Config for allowing jest-environment-enzyme globals", | ||
"main": "index.js", | ||
"author": "Blaine Kasten <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jest-environment-enzyme", | ||
"version": "6.1.2", | ||
"version": "7.0.0", | ||
"description": "Runtime Environment for enzyme tests in jest", | ||
"main": "lib/index.js", | ||
"author": "Blaine Kasten <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "jest-enzyme", | ||
"version": "6.1.2", | ||
"version": "7.0.0", | ||
"description": "Testing Matchers for Enzyme", | ||
"main": "lib/index.js", | ||
"author": "Blaine Kasten <[email protected]>", | ||
|
@@ -49,9 +49,9 @@ | |
"jest": ">=22.0.0" | ||
}, | ||
"dependencies": { | ||
"enzyme-matchers": "^6.1.2", | ||
"enzyme-matchers": "^7.0.0", | ||
"enzyme-to-json": "^3.3.0", | ||
"jest-environment-enzyme": "^6.1.2" | ||
"jest-environment-enzyme": "^7.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/enzyme": "^3.1.11", | ||
|