Skip to content

Commit

Permalink
chore: update package.json to use asterisk version match in workspace…
Browse files Browse the repository at this point in the history
… protocol (#10762)
  • Loading branch information
njmaeff authored Nov 1, 2020
1 parent 0008d78 commit cf6dffa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.0.0",
"@babel/register": "^7.0.0",
"@jest/globals": "workspace:packages/jest-globals",
"@jest/test-utils": "workspace:packages/test-utils",
"@jest/globals": "workspace:*",
"@jest/test-utils": "workspace:*",
"@types/babel__core": "^7.0.0",
"@types/babel__generator": "^7.0.0",
"@types/babel__template": "^7.0.0",
Expand Down Expand Up @@ -55,13 +55,13 @@
"istanbul-lib-coverage": "^3.0.0",
"istanbul-lib-report": "^3.0.0",
"istanbul-reports": "^3.0.0",
"jest": "workspace:packages/jest",
"jest-changed-files": "workspace:packages/jest-changed-files",
"jest": "workspace:*",
"jest-changed-files": "workspace:*",
"jest-junit": "^12.0.0",
"jest-mock": "workspace:packages/jest-mock",
"jest-mock": "workspace:*",
"jest-runner-tsd": "^1.1.0",
"jest-silent-reporter": "^0.2.1",
"jest-snapshot": "workspace:packages/jest-snapshot",
"jest-snapshot": "workspace:*",
"jest-snapshot-serializer-raw": "^1.1.0",
"jest-watch-typeahead": "^0.6.0",
"jquery": "^3.2.1",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ __metadata:
languageName: node
linkType: hard

"@jest/globals@^26.6.1, @jest/globals@workspace:packages/jest-globals":
"@jest/globals@^26.6.1, @jest/globals@workspace:*, @jest/globals@workspace:packages/jest-globals":
version: 0.0.0-use.local
resolution: "@jest/globals@workspace:packages/jest-globals"
dependencies:
Expand Down Expand Up @@ -1966,7 +1966,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jest/test-utils@^26.5.0, @jest/test-utils@workspace:packages/test-utils":
"@jest/test-utils@^26.5.0, @jest/test-utils@workspace:*, @jest/test-utils@workspace:packages/test-utils":
version: 0.0.0-use.local
resolution: "@jest/test-utils@workspace:packages/test-utils"
dependencies:
Expand Down Expand Up @@ -11451,7 +11451,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest-changed-files@^26.6.1, jest-changed-files@workspace:packages/jest-changed-files":
"jest-changed-files@^26.6.1, jest-changed-files@workspace:*, jest-changed-files@workspace:packages/jest-changed-files":
version: 0.0.0-use.local
resolution: "jest-changed-files@workspace:packages/jest-changed-files"
dependencies:
Expand Down Expand Up @@ -11811,7 +11811,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest-mock@^26.6.1, jest-mock@workspace:packages/jest-mock":
"jest-mock@^26.6.1, jest-mock@workspace:*, jest-mock@workspace:packages/jest-mock":
version: 0.0.0-use.local
resolution: "jest-mock@workspace:packages/jest-mock"
dependencies:
Expand Down Expand Up @@ -12027,7 +12027,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest-snapshot@^26.6.1, jest-snapshot@workspace:packages/jest-snapshot":
"jest-snapshot@^26.6.1, jest-snapshot@workspace:*, jest-snapshot@workspace:packages/jest-snapshot":
version: 0.0.0-use.local
resolution: "jest-snapshot@workspace:packages/jest-snapshot"
dependencies:
Expand Down Expand Up @@ -12207,7 +12207,7 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"jest@*, jest@workspace:packages/jest":
"jest@*, jest@workspace:*, jest@workspace:packages/jest":
version: 0.0.0-use.local
resolution: "jest@workspace:packages/jest"
dependencies:
Expand Down Expand Up @@ -17198,8 +17198,8 @@ fsevents@^1.2.7:
"@babel/preset-react": ^7.0.0
"@babel/preset-typescript": ^7.0.0
"@babel/register": ^7.0.0
"@jest/globals": "workspace:packages/jest-globals"
"@jest/test-utils": "workspace:packages/test-utils"
"@jest/globals": "workspace:*"
"@jest/test-utils": "workspace:*"
"@types/babel__core": ^7.0.0
"@types/babel__generator": ^7.0.0
"@types/babel__template": ^7.0.0
Expand Down Expand Up @@ -17242,13 +17242,13 @@ fsevents@^1.2.7:
istanbul-lib-coverage: ^3.0.0
istanbul-lib-report: ^3.0.0
istanbul-reports: ^3.0.0
jest: "workspace:packages/jest"
jest-changed-files: "workspace:packages/jest-changed-files"
jest: "workspace:*"
jest-changed-files: "workspace:*"
jest-junit: ^12.0.0
jest-mock: "workspace:packages/jest-mock"
jest-mock: "workspace:*"
jest-runner-tsd: ^1.1.0
jest-silent-reporter: ^0.2.1
jest-snapshot: "workspace:packages/jest-snapshot"
jest-snapshot: "workspace:*"
jest-snapshot-serializer-raw: ^1.1.0
jest-watch-typeahead: ^0.6.0
jquery: ^3.2.1
Expand Down

0 comments on commit cf6dffa

Please sign in to comment.