Skip to content

Commit

Permalink
Fix strapi#8413 - Immer dependancy
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
  • Loading branch information
derrickmehaffy authored and pascalvaccaro committed Oct 29, 2020
1 parent 2ce1976 commit 5cee623
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/strapi-admin/package.json
Expand Up @@ -56,7 +56,7 @@
"hoist-non-react-statics": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"immer": "^7.0.8",
"immer": "^7.0.14",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"is-wsl": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-upload/package.json
Expand Up @@ -20,7 +20,7 @@
"@buffetjs/utils": "3.3.1",
"byte-size": "^6.2.0",
"cropperjs": "^1.5.6",
"immer": "^7.0.8",
"immer": "^7.0.14",
"immutable": "^3.8.2",
"is-valid-domain": "0.0.15",
"koa-range": "0.3.0",
Expand Down

0 comments on commit 5cee623

Please sign in to comment.