Skip to content

Commit 53e779c

Browse files
committed
chore: bump version to 6.2.3 and remove leaflet dependency from package.json
1 parent ba7b11c commit 53e779c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-photo-sphere-viewer",
3-
"version": "6.2.2",
3+
"version": "6.2.3",
44
"description": "A React wrapper for Photo Sphere Viewer, to display 360° panoramas with ease.",
55
"author": "Elius94",
66
"license": "MIT",
@@ -43,8 +43,7 @@
4343
"deploy": "gh-pages -d example/build"
4444
},
4545
"dependencies": {
46-
"eventemitter3": "^5.0.1",
47-
"leaflet": "^1.9.4"
46+
"eventemitter3": "^5.0.1"
4847
},
4948
"peerDependencies": {
5049
"@photo-sphere-viewer/core": ">=5.13.1",

0 commit comments

Comments
 (0)