File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4747 "gh-pages" : " ^3.1.0" ,
4848 "html-webpack-plugin" : " ^4.3.0" ,
4949 "mini-css-extract-plugin" : " ^0.9.0" ,
50- "node-sass" : " ^4.14.1 " ,
50+ "node-sass" : " ^7.0.0 " ,
5151 "npm-run-all" : " ^4.1.5" ,
5252 "optimize-css-assets-webpack-plugin" : " ^5.0.3" ,
5353 "postcss-loader" : " ^3.0.0" ,
6565 "copy-webpack-plugin" : " ^6.2.1" ,
6666 "es6-promise" : " ^4.2.8" ,
6767 "jquery" : " ^3.5.1" ,
68- "jsonwebtoken" : " ^8.5.1 " ,
68+ "jsonwebtoken" : " ^9.0.0 " ,
6969 "mqtt" : " ^4.2.8" ,
7070 "paho-mqtt" : " ^1.1.0" ,
7171 "prettier" : " ^2.2.1" ,
72- "three" : " ^0.126 .0" ,
72+ "three" : " ^0.137 .0" ,
7373 "three-stl-loader" : " ^1.0.6" ,
7474 "update" : " ^0.7.4"
7575 }
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ const config = {
77 scale : 1 ,
88 arena : {
99 size : 180 ,
10- minX : - 85 ,
11- maxX : 85 ,
12- minY : - 85 ,
13- maxY : 85
10+ minX : - 90 ,
11+ maxX : 90 ,
12+ minY : - 90 ,
13+ maxY : 90
1414 } ,
1515 mqtt : {
1616 server : localStorage . getItem ( 'pera-swarm-server' ) || 'webservices.ceykod.com' ,
@@ -60,7 +60,7 @@ const config = {
6060 } ,
6161 fog : {
6262 color : 0xffffff ,
63- near : 0.0008
63+ near : 0.00025
6464 } ,
6565 camera : {
6666 fov : 50 ,
You can’t perform that action at this time.
0 commit comments