File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 2.0.0" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true ,
6
6
"packages" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubble.gl/core" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"description" : " hubble.gl core library classes" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
31
31
},
32
32
"dependencies" : {
33
33
"@loaders.gl/core" : " ^3.0.0" ,
34
- "@math.gl/core" : " ^3.6.0" ,
35
- "@luma.gl/core" : " ^8.0.0" ,
36
- "@luma.gl/engine" : " ^8.0.0" ,
37
34
"@loaders.gl/video" : " ^3.0.12" ,
38
35
"@loaders.gl/zip" : " ^3.0.12" ,
36
+ "@luma.gl/core" : " ^8.0.0" ,
37
+ "@luma.gl/engine" : " ^8.0.0" ,
38
+ "@math.gl/core" : " ^3.6.0" ,
39
39
"@math.gl/web-mercator" : " ^3.6.2" ,
40
40
"downloadjs" : " ^1.4.7" ,
41
41
"popmotion" : " 9.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hubble.gl" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"description" : " hubble.gl is an animation and video capture library for vis.gl in the browser" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
31
31
"prepublishOnly" : " npm run build-bundle && npm run build-bundle -- --env.dev"
32
32
},
33
33
"dependencies" : {
34
- "@hubble.gl/core" : " 1.3.7 " ,
35
- "@hubble.gl/react" : " 1.3.7 "
34
+ "@hubble.gl/core" : " 1.3.8 " ,
35
+ "@hubble.gl/react" : " 1.3.8 "
36
36
}
37
37
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hubble.gl/react" ,
3
- "version" : " 1.3.7 " ,
3
+ "version" : " 1.3.8 " ,
4
4
"description" : " React components for hubble.gl" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
46
46
"styled-components" : " ^4.4.1"
47
47
},
48
48
"peerDependencies" : {
49
+ "@hubble.gl/core" : " ^1.3.0" ,
49
50
"@loaders.gl/core" : " ^3.0.0" ,
50
51
"deck.gl" : " ^8.0.0" ,
51
- "@hubble.gl/core" : " ^1.3.0" ,
52
52
"mapbox-gl" : " <=2.4.1" ,
53
53
"react" : " ^16.8.0" ,
54
54
"react-dom" : " ^16.8.0"
You can’t perform that action at this time.
0 commit comments