Skip to content

Commit

Permalink
Update dependencies, update amplify script
Browse files Browse the repository at this point in the history
  • Loading branch information
leclercb committed Mar 21, 2020
1 parent 3d0e0a9 commit 3f1047e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ frontend:
phases:
preBuild:
commands:
- rm -rf node_modules
- yarn install
build:
commands:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-redux": "^7.2.0",
"react-responsive": "^8.0.3",
"react-rte": "^0.16.1",
"react-scripts": "^3.4.1",
"react-scripts": "3.4.1",
"react-split-pane": "^0.1.89",
"react-stripe-elements": "^6.1.0",
"react-virtualized": "^9.21.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8122,12 +8122,12 @@ load-json-file@^4.0.0:
strip-bom "^3.0.0"

loader-fs-cache@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.2.tgz#54cedf6b727e1779fd8f01205f05f6e88706f086"
integrity sha512-70IzT/0/L+M20jUlEqZhZyArTU6VKLRTYRDAYN26g4jfzpJqjipLL3/hgYpySqI9PwsVRHHFja0LfEmsx9X2Cw==
version "1.0.3"
resolved "https://registry.yarnpkg.com/loader-fs-cache/-/loader-fs-cache-1.0.3.tgz#f08657646d607078be2f0a032f8bd69dd6f277d9"
integrity sha512-ldcgZpjNJj71n+2Mf6yetz+c9bM4xpKtNds4LbqXzU/PTdeAX0g3ytnU1AJMEcTk2Lex4Smpe3Q/eCTsvUBxbA==
dependencies:
find-cache-dir "^0.1.1"
mkdirp "0.5.1"
mkdirp "^0.5.1"

loader-runner@^2.4.0:
version "2.4.0"
Expand Down Expand Up @@ -11179,7 +11179,7 @@ react-rte@^0.16.1:
draft-js-utils ">=0.2.0"
immutable "^3.8.1"

react-scripts@^3.4.1:
react-scripts@3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.4.1.tgz#f551298b5c71985cc491b9acf3c8e8c0ae3ada0a"
integrity sha512-JpTdi/0Sfd31mZA6Ukx+lq5j1JoKItX7qqEK4OiACjVQletM1P38g49d9/D0yTxp9FrSF+xpJFStkGgKEIRjlQ==
Expand Down

0 comments on commit 3f1047e

Please sign in to comment.