Skip to content

Commit

Permalink
๐Ÿ—๏ธ build: remove Swiper Library (#20)
Browse files Browse the repository at this point in the history
์Šค์™€์ดํผ ๋Œ€์‹  ScrollView ์ฐจ์šฉ์œผ๋กœ ์ œ๊ฑฐ

#20
  • Loading branch information
ShinJongUng committed Jul 31, 2022
1 parent 12fbcf8 commit 5c8cec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"react-native-swiper": "^1.6.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"swiper": "^8.3.1"
"redux": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
20 changes: 0 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3224,13 +3224,6 @@ dom-serializer@^2.0.0:
domhandler "^5.0.2"
entities "^4.2.0"

dom7@^4.0.4:
version "4.0.4"
resolved "https://registry.npmjs.org/dom7/-/dom7-4.0.4.tgz"
integrity sha512-DSSgBzQ4rJWQp1u6o+3FVwMNnT5bzQbMb+o31TjYYeRi05uAcpF8koxdfzeoe5ElzPmua7W7N28YJhF7iEKqIw==
dependencies:
ssr-window "^4.0.0"

domelementtype@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
Expand Down Expand Up @@ -7675,11 +7668,6 @@ sprintf-js@~1.0.2:
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==

ssr-window@^4.0.0, ssr-window@^4.0.2:
version "4.0.2"
resolved "https://registry.npmjs.org/ssr-window/-/ssr-window-4.0.2.tgz"
integrity sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ==

stack-utils@^2.0.2:
version "2.0.5"
resolved "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz"
Expand Down Expand Up @@ -7888,14 +7876,6 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

swiper@^8.3.1:
version "8.3.1"
resolved "https://registry.npmjs.org/swiper/-/swiper-8.3.1.tgz"
integrity sha512-oASYsulsERlbQVTZ8FjlTDJSN4YZwhp+AkvepOj8EOhgpvxzKoMpWpBPrk7ypkMioQUx6x2NPvkRU0Qv9mpS0A==
dependencies:
dom7 "^4.0.4"
ssr-window "^4.0.2"

[email protected]:
version "1.0.1"
resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz"
Expand Down

0 comments on commit 5c8cec0

Please sign in to comment.