Skip to content

Commit

Permalink
Some more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Nov 17, 2022
1 parent ae41280 commit 105c2c8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/strapi-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"hoist-non-react-statics": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"immer": "^8.0.1",
"immer": "9.0.16",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"is-wsl": "^2.0.0",
Expand All @@ -69,7 +69,7 @@
"lodash": "4.17.21",
"match-sorter": "^4.0.2",
"mini-css-extract-plugin": "^1.4.0",
"moment": "^2.29.1",
"moment": "^2.29.4",
"p-map": "4.0.0",
"passport-local": "1.0.0",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-helper-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"lodash": "4.17.21",
"moment": "^2.29.1",
"moment": "^2.29.4",
"react": "^16.14.0",
"react-dom": "^16.9.0",
"react-helmet": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jsonwebtoken": "^8.1.0",
"koa-static": "^5.0.0",
"lodash": "4.17.21",
"moment": "^2.29.1",
"moment": "^2.29.4",
"path-to-regexp": "^3.1.0",
"react": "^16.14.0",
"react-copy-to-clipboard": "^5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/strapi-plugin-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@buffetjs/utils": "3.3.8",
"byte-size": "^7.0.1",
"cropperjs": "^1.5.11",
"immer": "^8.0.1",
"immer": "9.0.16",
"immutable": "^3.8.2",
"is-valid-domain": "0.0.17",
"koa-range": "0.3.0",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10459,10 +10459,10 @@ immediate@~3.0.5:
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=

immer@^8.0.1:
version "8.0.4"
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.4.tgz#3a21605a4e2dded852fb2afd208ad50969737b7a"
integrity sha512-jMfL18P+/6P6epANRvRk6q8t+3gGhqsJ9EuJ25AXE+9bNTYtssvzeYbEd0mXRYWCmmXSIbnlpz6vd6iJlmGGGQ==
immer@9.0.16:
version "9.0.16"
resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.16.tgz#8e7caab80118c2b54b37ad43e05758cdefad0198"
integrity sha512-qenGE7CstVm1NrHQbMh8YaSzTZTFNP3zPqr3YU0S0UY441j4bJTg4A2Hh5KAhwgaiU6ZZ1Ar6y/2f4TblnMReQ==

immutable@^3.8.2:
version "3.8.2"
Expand Down Expand Up @@ -13800,11 +13800,16 @@ moment-timezone@^0.5.31:
dependencies:
moment ">= 2.9.0"

"moment@>= 2.9.0", moment@>=1.6.0, moment@^2.24.0, moment@^2.29.1:
"moment@>= 2.9.0", moment@>=1.6.0, moment@^2.24.0:
version "2.29.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
integrity sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==

moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

mongodb@3.6.2:
version "3.6.2"
resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-3.6.2.tgz#1154a4ac107bf1375112d83a29c5cf97704e96b6"
Expand Down

0 comments on commit 105c2c8

Please sign in to comment.