Skip to content

Commit 6bc8aba

Browse files
committed
SRL-5: Re-add react-zoom-pan-pinch
1 parent 16a5b65 commit 6bc8aba

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@
105105
"dist"
106106
],
107107
"dependencies": {
108-
"@pronestor/react-zoom-pan-pinch": "git+https://github.com/hueyyeng/react-zoom-pan-pinch.git#dist/use-matrix3d-for-transform",
109108
"fast-deep-equal": "^3.1.3",
110109
"framer-motion": "^6.5.1",
111110
"lodash": "^4.17.21",
112111
"react-remove-scroll": "^2.5.5",
113112
"react-swipeable": "^7.0.0",
114113
"react-use": "^17.2.4",
114+
"react-zoom-pan-pinch": "^2.2.1",
115115
"rollup-plugin-polyfill-node": "^0.11.0",
116116
"subscribe-event": "^1.1.1",
117117
"use-debounce": "^8.0.4"

yarn.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1817,10 +1817,6 @@
18171817
schema-utils "^3.0.0"
18181818
source-map "^0.7.3"
18191819

1820-
"@pronestor/react-zoom-pan-pinch@git+https://github.com/hueyyeng/react-zoom-pan-pinch.git#use-matrix3d-for-transform":
1821-
version "2.4.5"
1822-
resolved "git+ssh://[email protected]/hueyyeng/react-zoom-pan-pinch.git#1d22029e12634bfb403dd7e7f72adbb79cb5eae2"
1823-
18241820
"@rollup/plugin-babel@^5.2.0", "@rollup/plugin-babel@^5.3.0":
18251821
version "5.3.1"
18261822
resolved "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz"
@@ -8043,6 +8039,11 @@ react-use@^17.2.4:
80438039
ts-easing "^0.2.0"
80448040
tslib "^2.1.0"
80458041

8042+
react-zoom-pan-pinch@^2.2.1:
8043+
version "2.2.1"
8044+
resolved "https://registry.yarnpkg.com/react-zoom-pan-pinch/-/react-zoom-pan-pinch-2.2.1.tgz#0158bd44c512bab068173b0ee57f6e18e7be3ac3"
8045+
integrity sha512-1TPTjTzX+i0N70QAKMvYWqzgLsCMyxLIIB/oVzKhGK+n1QON5EEGKqrcf4Zc0kI5BQ7bq5YN5PS9BbysLLQKKw==
8046+
80468047
read-cache@^1.0.0:
80478048
version "1.0.0"
80488049
resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz"

0 commit comments

Comments
 (0)