Skip to content

Commit

Permalink
add: qs, recoil 패키지 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
eve712 committed May 27, 2021
1 parent 6eaf62d commit 5ea811f
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 2 deletions.
85 changes: 83 additions & 2 deletions FE/airbnb/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions FE/airbnb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.9",
"qs": "^6.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"recoil": "^0.3.1",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7",
"typescript": "^4.1.2",
Expand Down
7 changes: 7 additions & 0 deletions FE/airbnb/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9001,6 +9001,13 @@ [email protected]:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==

qs@^6.10.1:
version "6.10.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
dependencies:
side-channel "^1.0.4"

qs@~6.5.2:
version "6.5.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
Expand Down

0 comments on commit 5ea811f

Please sign in to comment.