Skip to content

Commit 5f78a14

Browse files
authored
Merge pull request #24 from tschmidt01/main
Upgrade Photo-Sphere-Viewer to 5.1.1
2 parents 8293147 + 4e03d4e commit 5f78a14

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-photo-sphere-viewer",
3-
"version": "3.3.0-psv5.1.0",
3+
"version": "3.3.0-psv5.1.1",
44
"description": "Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js",
55
"author": "Elius94",
66
"license": "MIT",
@@ -35,24 +35,24 @@
3535
"deploy": "gh-pages -d example/build"
3636
},
3737
"dependencies": {
38-
"@photo-sphere-viewer/autorotate-plugin": "^5.1.0",
39-
"@photo-sphere-viewer/compass-plugin": "^5.1.0",
40-
"@photo-sphere-viewer/core": "^5.1.0",
41-
"@photo-sphere-viewer/cubemap-adapter": "^5.1.0",
42-
"@photo-sphere-viewer/cubemap-tiles-adapter": "^5.1.0",
43-
"@photo-sphere-viewer/cubemap-video-adapter": "^5.1.0",
44-
"@photo-sphere-viewer/equirectangular-tiles-adapter": "^5.1.0",
45-
"@photo-sphere-viewer/equirectangular-video-adapter": "^5.1.0",
46-
"@photo-sphere-viewer/gallery-plugin": "^5.1.0",
47-
"@photo-sphere-viewer/gyroscope-plugin": "^5.1.0",
48-
"@photo-sphere-viewer/map-plugin": "^5.1.0",
49-
"@photo-sphere-viewer/markers-plugin": "^5.1.0",
50-
"@photo-sphere-viewer/resolution-plugin": "^5.1.0",
51-
"@photo-sphere-viewer/settings-plugin": "^5.1.0",
52-
"@photo-sphere-viewer/stereo-plugin": "^5.1.0",
53-
"@photo-sphere-viewer/video-plugin": "^5.1.0",
54-
"@photo-sphere-viewer/virtual-tour-plugin": "^5.1.0",
55-
"@photo-sphere-viewer/visible-range-plugin": "^5.1.0",
38+
"@photo-sphere-viewer/autorotate-plugin": "^5.1.1",
39+
"@photo-sphere-viewer/compass-plugin": "^5.1.1",
40+
"@photo-sphere-viewer/core": "^5.1.1",
41+
"@photo-sphere-viewer/cubemap-adapter": "^5.1.1",
42+
"@photo-sphere-viewer/cubemap-tiles-adapter": "^5.1.1",
43+
"@photo-sphere-viewer/cubemap-video-adapter": "^5.1.1",
44+
"@photo-sphere-viewer/equirectangular-tiles-adapter": "^5.1.1",
45+
"@photo-sphere-viewer/equirectangular-video-adapter": "^5.1.1",
46+
"@photo-sphere-viewer/gallery-plugin": "^5.1.1",
47+
"@photo-sphere-viewer/gyroscope-plugin": "^5.1.1",
48+
"@photo-sphere-viewer/map-plugin": "^5.1.1",
49+
"@photo-sphere-viewer/markers-plugin": "^5.1.1",
50+
"@photo-sphere-viewer/resolution-plugin": "^5.1.1",
51+
"@photo-sphere-viewer/settings-plugin": "^5.1.1",
52+
"@photo-sphere-viewer/stereo-plugin": "^5.1.1",
53+
"@photo-sphere-viewer/video-plugin": "^5.1.1",
54+
"@photo-sphere-viewer/virtual-tour-plugin": "^5.1.1",
55+
"@photo-sphere-viewer/visible-range-plugin": "^5.1.1",
5656
"autoprefixer": "^10.4.13",
5757
"eventemitter3": "^5.0.0",
5858
"photo-sphere-viewer-lensflare-plugin": "^1.0.2"

0 commit comments

Comments
 (0)