Skip to content

Commit cf6dffa

Browse files
authored
chore: update package.json to use asterisk version match in workspace protocol (#10762)
1 parent 0008d78 commit cf6dffa

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@babel/preset-react": "^7.0.0",
1212
"@babel/preset-typescript": "^7.0.0",
1313
"@babel/register": "^7.0.0",
14-
"@jest/globals": "workspace:packages/jest-globals",
15-
"@jest/test-utils": "workspace:packages/test-utils",
14+
"@jest/globals": "workspace:*",
15+
"@jest/test-utils": "workspace:*",
1616
"@types/babel__core": "^7.0.0",
1717
"@types/babel__generator": "^7.0.0",
1818
"@types/babel__template": "^7.0.0",
@@ -55,13 +55,13 @@
5555
"istanbul-lib-coverage": "^3.0.0",
5656
"istanbul-lib-report": "^3.0.0",
5757
"istanbul-reports": "^3.0.0",
58-
"jest": "workspace:packages/jest",
59-
"jest-changed-files": "workspace:packages/jest-changed-files",
58+
"jest": "workspace:*",
59+
"jest-changed-files": "workspace:*",
6060
"jest-junit": "^12.0.0",
61-
"jest-mock": "workspace:packages/jest-mock",
61+
"jest-mock": "workspace:*",
6262
"jest-runner-tsd": "^1.1.0",
6363
"jest-silent-reporter": "^0.2.1",
64-
"jest-snapshot": "workspace:packages/jest-snapshot",
64+
"jest-snapshot": "workspace:*",
6565
"jest-snapshot-serializer-raw": "^1.1.0",
6666
"jest-watch-typeahead": "^0.6.0",
6767
"jquery": "^3.2.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1852,7 +1852,7 @@ __metadata:
18521852
languageName: node
18531853
linkType: hard
18541854

1855-
"@jest/globals@^26.6.1, @jest/globals@workspace:packages/jest-globals":
1855+
"@jest/globals@^26.6.1, @jest/globals@workspace:*, @jest/globals@workspace:packages/jest-globals":
18561856
version: 0.0.0-use.local
18571857
resolution: "@jest/globals@workspace:packages/jest-globals"
18581858
dependencies:
@@ -1966,7 +1966,7 @@ __metadata:
19661966
languageName: unknown
19671967
linkType: soft
19681968

1969-
"@jest/test-utils@^26.5.0, @jest/test-utils@workspace:packages/test-utils":
1969+
"@jest/test-utils@^26.5.0, @jest/test-utils@workspace:*, @jest/test-utils@workspace:packages/test-utils":
19701970
version: 0.0.0-use.local
19711971
resolution: "@jest/test-utils@workspace:packages/test-utils"
19721972
dependencies:
@@ -11451,7 +11451,7 @@ fsevents@^1.2.7:
1145111451
languageName: node
1145211452
linkType: hard
1145311453

11454-
"jest-changed-files@^26.6.1, jest-changed-files@workspace:packages/jest-changed-files":
11454+
"jest-changed-files@^26.6.1, jest-changed-files@workspace:*, jest-changed-files@workspace:packages/jest-changed-files":
1145511455
version: 0.0.0-use.local
1145611456
resolution: "jest-changed-files@workspace:packages/jest-changed-files"
1145711457
dependencies:
@@ -11811,7 +11811,7 @@ fsevents@^1.2.7:
1181111811
languageName: node
1181211812
linkType: hard
1181311813

11814-
"jest-mock@^26.6.1, jest-mock@workspace:packages/jest-mock":
11814+
"jest-mock@^26.6.1, jest-mock@workspace:*, jest-mock@workspace:packages/jest-mock":
1181511815
version: 0.0.0-use.local
1181611816
resolution: "jest-mock@workspace:packages/jest-mock"
1181711817
dependencies:
@@ -12027,7 +12027,7 @@ fsevents@^1.2.7:
1202712027
languageName: node
1202812028
linkType: hard
1202912029

12030-
"jest-snapshot@^26.6.1, jest-snapshot@workspace:packages/jest-snapshot":
12030+
"jest-snapshot@^26.6.1, jest-snapshot@workspace:*, jest-snapshot@workspace:packages/jest-snapshot":
1203112031
version: 0.0.0-use.local
1203212032
resolution: "jest-snapshot@workspace:packages/jest-snapshot"
1203312033
dependencies:
@@ -12207,7 +12207,7 @@ fsevents@^1.2.7:
1220712207
languageName: node
1220812208
linkType: hard
1220912209

12210-
"jest@*, jest@workspace:packages/jest":
12210+
"jest@*, jest@workspace:*, jest@workspace:packages/jest":
1221112211
version: 0.0.0-use.local
1221212212
resolution: "jest@workspace:packages/jest"
1221312213
dependencies:
@@ -17198,8 +17198,8 @@ fsevents@^1.2.7:
1719817198
"@babel/preset-react": ^7.0.0
1719917199
"@babel/preset-typescript": ^7.0.0
1720017200
"@babel/register": ^7.0.0
17201-
"@jest/globals": "workspace:packages/jest-globals"
17202-
"@jest/test-utils": "workspace:packages/test-utils"
17201+
"@jest/globals": "workspace:*"
17202+
"@jest/test-utils": "workspace:*"
1720317203
"@types/babel__core": ^7.0.0
1720417204
"@types/babel__generator": ^7.0.0
1720517205
"@types/babel__template": ^7.0.0
@@ -17242,13 +17242,13 @@ fsevents@^1.2.7:
1724217242
istanbul-lib-coverage: ^3.0.0
1724317243
istanbul-lib-report: ^3.0.0
1724417244
istanbul-reports: ^3.0.0
17245-
jest: "workspace:packages/jest"
17246-
jest-changed-files: "workspace:packages/jest-changed-files"
17245+
jest: "workspace:*"
17246+
jest-changed-files: "workspace:*"
1724717247
jest-junit: ^12.0.0
17248-
jest-mock: "workspace:packages/jest-mock"
17248+
jest-mock: "workspace:*"
1724917249
jest-runner-tsd: ^1.1.0
1725017250
jest-silent-reporter: ^0.2.1
17251-
jest-snapshot: "workspace:packages/jest-snapshot"
17251+
jest-snapshot: "workspace:*"
1725217252
jest-snapshot-serializer-raw: ^1.1.0
1725317253
jest-watch-typeahead: ^0.6.0
1725417254
jquery: ^3.2.1

0 commit comments

Comments
 (0)