Skip to content

Commit

Permalink
Update dependency immutable to v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 15, 2024
1 parent 3d01ca2 commit cd37d49
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-helmet": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"axios": "1.6.8",
"enum-utils": "1.0.0",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@blueprintjs/icons": "4.9.0",
"@blueprintjs/select": "4.9.24",
"axios": "1.6.8",
"immutable": "4.3.0",
"immutable": "4.3.5",
"normalize.css": "8.0.1",
"re-reselect": "4.0.1",
"react": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@misk/simpleredux": "0.6.3",
"axios": "1.6.8",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"axios": "1.6.8",
"http-method-enum": "1.0.0",
"immutable": "4.3.0",
"immutable": "4.3.5",
"lodash": "4.17.21",
"re-reselect": "4.0.1",
"react": "16.14.0",
Expand Down

0 comments on commit cd37d49

Please sign in to comment.