Skip to content

Commit

Permalink
Update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimkorr committed Feb 22, 2023
1 parent adffc51 commit f2f9319
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
4 changes: 2 additions & 2 deletions docs/index.css

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

2 changes: 1 addition & 1 deletion docs/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-carousel",
"version": "1.0.22",
"version": "1.0.23",
"description": "Svelte carousel",
"main": "src/main.js",
"module": "src/main.js",
Expand Down Expand Up @@ -57,6 +57,6 @@
"svelte-loader": "^2.13.6"
},
"dependencies": {
"simply-reactive": "vadimkorr/simply-reactive#1.0.2"
"easy-reactive": "^1.0.2"
}
}
4 changes: 2 additions & 2 deletions src/components/Carousel/createCarousel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import simplyReactive from 'simply-reactive'
import easyReactive from 'easy-reactive'

import { NEXT, PREV } from '../../direction'
import {
Expand All @@ -20,7 +20,7 @@ function createCarousel(onChange) {
},
})

const reactive = simplyReactive(
const reactive = easyReactive(
{
data: {
particlesCountWithoutClones: 0,
Expand Down
17 changes: 9 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4758,6 +4758,15 @@ duplexify@^3.4.2, duplexify@^3.6.0:
readable-stream "^2.0.0"
stream-shift "^1.0.0"

easy-reactive@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/easy-reactive/-/easy-reactive-1.0.2.tgz#54aba8620625980b3cc9da788c9eebea51105253"
integrity sha512-mcL3o1qh5LCY1590aRp1cNNNA6ul5+WgNnvonw3eYFDHdy+8wKXO2qzZNBZ1LUY+HrDnGRGA1x1ECRHEIUtsWw==
dependencies:
lodash.clonedeep "^4.5.0"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"

ecc-jsbn@~0.1.1:
version "0.1.2"
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
Expand Down Expand Up @@ -9950,14 +9959,6 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==

simply-reactive@vadimkorr/simply-reactive#1.0.2:
version "1.0.0"
resolved "https://codeload.github.com/vadimkorr/simply-reactive/tar.gz/f403097d695030306bdfd0f849411fd28ad7d474"
dependencies:
lodash.clonedeep "^4.5.0"
lodash.get "^4.4.2"
lodash.isequal "^4.5.0"

sirv-cli@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/sirv-cli/-/sirv-cli-1.0.11.tgz#a3f4bed53b7c09306ed7f16ebea6e1e7be676c74"
Expand Down

0 comments on commit f2f9319

Please sign in to comment.