Skip to content

Commit

Permalink
Bump immer to 5.2.0 (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten authored Jan 11, 2020
1 parent 4b5f015 commit 1646122
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Composer/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"botbuilder-lg": "4.7.0-preview.93464",
"botframework-expressions": "4.7.0-preview.93464",
"format-message": "^6.2.3",
"immer": "^2.1.4",
"immer": "^5.2.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"nanoid": "^2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion Composer/packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"get-port": "^5.1.0",
"globby": "^9.1.0",
"http-errors": "^1.7.2",
"immer": "^2.1.4",
"immer": "^5.2.0",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.6.0",
"lodash": "^4.17.15",
Expand Down
8 changes: 4 additions & 4 deletions Composer/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9504,10 +9504,10 @@ immer@1.10.0:
resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==

immer@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/immer/-/immer-2.1.4.tgz#92545e07c2c28b94afe0752364a35f5693b6ffaa"
integrity sha512-6UPbG/DIXFSWp10oJJaCPl5/lp5GhGEscDH0QGYKc5EMT5PLZ9+L8hhyc44zRHksI7CQXJp8r6nlDR3n09X6SA==
immer@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/immer/-/immer-5.2.0.tgz#d5bc1850b9cce3bbf9c809c91b5d60f11c415462"
integrity sha512-fstQQo9692Y7ET02wKp5iq5HoHAty+3jouMzVvjloQYHtIs6STzNHXvxLPCRprRcGrJ1DYq5gyLv6+KEf3VGgw==

import-cwd@^2.0.0:
version "2.1.0"
Expand Down

0 comments on commit 1646122

Please sign in to comment.