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 Dec 7, 2024
1 parent c065b03 commit 63b73a3
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"electron": "^31.7.6",
"esbuild": "^0.24.0",
"globals": "^15.13.0",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pug": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash-es": "^4.17.12",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"react": "^18.3.1",
"react-base16-styling": "workspace:^",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"immutable": "^4.3.7"
"immutable": "^5.0.3"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@redux-devtools/inspector-monitor": "workspace:^",
"@redux-devtools/inspector-monitor-test-tab": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
"react-base16-styling": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/lodash": "^4.17.13",
"dateformat": "^5.0.3",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.6.0",
"lodash.debounce": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-rtk-query-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@redux-devtools/ui": "workspace:^",
"@types/lodash": "^4.17.13",
"hex-rgba": "^1.0.2",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"lodash.debounce": "^4.0.8",
"react-base16-styling": "workspace:^",
"react-json-tree": "workspace:^"
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-serialize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/jsan": "^3.1.5",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"typescript": "~5.7.2"
},
"peerDependencies": {
"immutable": "^4.3.7"
"immutable": "^5.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/redux-devtools-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@redux-devtools/serialize": "workspace:^",
"@types/get-params": "^0.1.2",
"get-params": "^0.1.2",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"jsan": "^3.1.14",
"nanoid": "^5.0.9",
"redux": "^5.0.1"
Expand All @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
"immutable": "^4.3.7",
"immutable": "^5.0.3",
"redux": "^4.0.0 || ^5.0.0"
}
}
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63b73a3

Please sign in to comment.