Skip to content

Commit

Permalink
chore(deps): update dependency immutable to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 22029ba commit a75dd40
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/expect-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest-get-type": "workspace:*"
},
"devDependencies": {
"immutable": "^4.0.0",
"immutable": "^5.0.0",
"jest-matcher-utils": "workspace:*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@fast-check/jest": "^2.0.0",
"@jest/test-utils": "workspace:*",
"chalk": "^4.0.0",
"immutable": "^4.0.0"
"immutable": "^5.0.0"
},
"engines": {
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/pretty-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/react": "^18.2.0",
"@types/react-is": "^18.0.0",
"@types/react-test-renderer": "^18.0.1",
"immutable": "^4.0.0",
"immutable": "^5.0.0",
"jest-util": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jest/expect-utils@workspace:packages/expect-utils"
dependencies:
immutable: ^4.0.0
immutable: ^5.0.0
jest-get-type: "workspace:*"
jest-matcher-utils: "workspace:*"
languageName: unknown
Expand Down Expand Up @@ -10538,7 +10538,7 @@ __metadata:
"@jest/expect-utils": "workspace:*"
"@jest/test-utils": "workspace:*"
chalk: ^4.0.0
immutable: ^4.0.0
immutable: ^5.0.0
jest-get-type: "workspace:*"
jest-matcher-utils: "workspace:*"
jest-message-util: "workspace:*"
Expand Down Expand Up @@ -12240,10 +12240,10 @@ __metadata:
languageName: node
linkType: hard

"immutable@npm:^4.0.0":
version: 4.3.7
resolution: "immutable@npm:4.3.7"
checksum: 1c50eb053bb300796551604afff554066f041aa8e15926cf98f6d11d9736b62ad12531c06515dd96375258653878b4736f8051cd20b640f5f976d09fa640e3ec
"immutable@npm:^5.0.0":
version: 5.0.0
resolution: "immutable@npm:5.0.0"
checksum: 9d524325591aec40b425fc85cf8dbe8a4cc672855feb4bdcebadf235a247cd69811e3fa265c3e829d2782074bce745391c78c4730766fcc052038f9073eac3ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -17755,7 +17755,7 @@ __metadata:
"@types/react-is": ^18.0.0
"@types/react-test-renderer": ^18.0.1
ansi-styles: ^5.0.0
immutable: ^4.0.0
immutable: ^5.0.0
jest-util: "workspace:*"
react: 18.2.0
react-dom: 18.2.0
Expand Down

0 comments on commit a75dd40

Please sign in to comment.