Skip to content

Commit

Permalink
use stable embla-carousel-react v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xiel committed Aug 2, 2022
1 parent 28d2f9a commit 08d1e85
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"embla-carousel-react": "^7.0.0-rc03",
"embla-carousel-wheel-gestures": "^3.0.0-rc01",
"embla-carousel-react": "^7.0.0",
"embla-carousel-wheel-gestures": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"build": "parcel build index.html umd.html shadow.html --no-cache"
},
"dependencies": {
"embla-carousel": "^7.0.0-rc03",
"embla-carousel-wheel-gestures": "^3.0.0-rc01",
"embla-carousel": "^7.0.0",
"embla-carousel-wheel-gestures": "^3.0.0",
"events-polyfill": "^2.1.2",
"core-js": "^3.11.1"
},
Expand Down
6 changes: 3 additions & 3 deletions embla-carousel-wheel-gestures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "embla-carousel-wheel-gestures",
"private": false,
"version": "3.0.0-rc01",
"version": "3.0.0",
"description": "wheel gestures for embla carousel",
"main": "dist/index.js",
"module": "dist/embla-carousel-wheel-gestures.esm.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/xiel/embla-carousel-wheel-gestures#readme",
"peerDependencies": {
"embla-carousel": "^7.0.0-rc03"
"embla-carousel": "^7.0.0"
},
"dependencies": {
"wheel-gestures": "^2.2.5"
Expand All @@ -57,7 +57,7 @@
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.23",
"bundlewatch": "^0.3.2",
"embla-carousel": "^7.0.0-rc03",
"embla-carousel": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-app": "^6.2.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3329,17 +3329,17 @@ electron-to-chromium@^1.4.84:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.88.tgz#ebe6a2573b563680c7a7bf3a51b9e465c9c501db"
integrity sha512-oA7mzccefkvTNi9u7DXmT0LqvhnOiN2BhSrKerta7HeUC1cLoIwtbf2wL+Ah2ozh5KQd3/1njrGrwDBXx6d14Q==

embla-carousel-react@^7.0.0-rc03:
version "7.0.0-rc03"
resolved "https://registry.yarnpkg.com/embla-carousel-react/-/embla-carousel-react-7.0.0-rc03.tgz#6adf04a820bff5c49b72969f63b98f74bb6504dd"
integrity sha512-6Vu9H/5BDqr6TJFBKc0R2z/UWrvbgueRZhIwvquuDo4EDr6xxhVCjUfOUlDsz6zNJrOSysWfl9zPMtZ7oIUFog==
embla-carousel-react@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/embla-carousel-react/-/embla-carousel-react-7.0.0.tgz#a4f352d814734d399afc02f201db6d5ea03716a1"
integrity sha512-y17TYtqvvziWbDwwfX5dh8n4qU1luytz4+6WWMBnR4pJfLfkKBGsqYNZ4WhmAgUcYL1Uliti8Cjg+NJd46MPxw==
dependencies:
embla-carousel "7.0.0-rc03"
embla-carousel "7.0.0"

embla-carousel@7.0.0-rc03, embla-carousel@^7.0.0-rc03:
version "7.0.0-rc03"
resolved "https://registry.yarnpkg.com/embla-carousel/-/embla-carousel-7.0.0-rc03.tgz#7af5d4af2292228c005f91979f7d34ba0d94f709"
integrity sha512-2BQ58/E7hJBmnjxBTOrjcrWcXGN1qQBgwCf2uMIer6/r5OlyFXSqLPd1lq3c/RJA9V5qp3qnfm8mU4hSJS8UWA==
embla-carousel@7.0.0, embla-carousel@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/embla-carousel/-/embla-carousel-7.0.0.tgz#a65d0b97866ff83135568eb7a92fb0bd6b99368a"
integrity sha512-vgyElJaBRTtzWROQuO9Qx/VlibzKdhwnuQ2Ldh5/7/jddrB4XTI6IQlgR5ZglRaXjH4nXjVtUSwWWZMEIZQLFQ==

emoji-regex@^7.0.1, emoji-regex@^7.0.2:
version "7.0.3"
Expand Down

1 comment on commit 08d1e85

@vercel
Copy link

@vercel vercel bot commented on 08d1e85 Aug 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.