Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b85d0e6

Browse files
authored
Expose Leaflet base options to templates #895 (#896)
1 parent b37bd2c commit b85d0e6

File tree

22 files changed

+27393
-1139
lines changed

22 files changed

+27393
-1139
lines changed

package-lock.json

Lines changed: 516 additions & 559 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@turf/center": "^6.0.1",
14-
"acorn": "^7.1.1",
14+
"acorn": "^7.4.1",
1515
"animate.css": "~3.6",
1616
"axios": "^0.18.1",
1717
"bootstrap": "~4.3",
@@ -24,29 +24,29 @@
2424
"flag-icon-css": "^2.9.0",
2525
"geolib": "^2.0.24",
2626
"icheck": "~1.0",
27-
"jquery": "~3.5.0",
27+
"jquery": "^3.5.1",
2828
"jquery-pjax": "~2.0",
29-
"js-yaml": "^3.13",
30-
"laravel-mix": "^5.0.5",
29+
"js-yaml": "^3.14.0",
30+
"laravel-mix": "^5.0.7",
3131
"leaflet": "^1.3.4",
3232
"leaflet-ajax": "2.1.0",
3333
"leaflet-providers": "1.0.*",
3434
"leaflet-rotatedmarker": "^0.2.0",
3535
"leaflet.geodesic": "^2.5.2",
3636
"lodash": ">=4.17.19",
37-
"marked": ">0.3.18",
37+
"marked": "^1.2.2",
3838
"minimist": "^1.2.2",
39-
"moment": "^2.24.0",
39+
"moment": "^2.29.1",
4040
"paper-dashboard": "^1.1.0",
4141
"pe7-icon": "^1.0.4",
42-
"pikaday": "^1.7.0",
42+
"pikaday": "^1.8.2",
4343
"pjax": "^0.2.8",
4444
"popper.js": "^1.15.0",
4545
"rivets": "^0.9.6",
46-
"select2": "^4.0.8",
46+
"select2": "^4.0.13",
4747
"ssri": "^5.3.0",
4848
"tar": ">=4.4.2",
49-
"webpack": "^4.0.0",
49+
"webpack": "^4.44.2",
5050
"webpack-cli": "^3.3.12",
5151
"x-editable": "1.5.1"
5252
},
@@ -55,11 +55,12 @@
5555
"eslint": "^6.2.2",
5656
"eslint-config-airbnb": "^18.0.1",
5757
"eslint-config-airbnb-base": "^14.0.0",
58-
"eslint-plugin-import": "^2.18.2",
58+
"eslint-plugin-import": "^2.22.1",
5959
"eslint-plugin-jsx-a11y": "^6.2.3",
60-
"eslint-plugin-react": "^7.14.3",
60+
"eslint-plugin-react": "^7.21.5",
6161
"tailwindcss": "^0.5.3",
62-
"webpack-bundle-analyzer": "^3.3",
62+
"vue-template-compiler": "^2.6.12",
63+
"webpack-bundle-analyzer": "^3.9.0",
6364
"webpack-dev-server": "^3.1.11"
6465
}
6566
}

public/assets/admin/css/vendor.css

Lines changed: 12125 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/admin/css/vendor.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/admin/css/vendor.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/admin/js/app.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* @preserve
2+
* Leaflet 1.7.1, a JS library for interactive maps. http://leafletjs.com
3+
* (c) 2010-2019 Vladimir Agafonkin, (c) 2010-2011 CloudMade
4+
*/
5+
6+
/*!
7+
* Determine if an object is a Buffer
8+
*
9+
* @author Feross Aboukhadijeh <https://feross.org>
10+
* @license MIT
11+
*/
12+
13+
/*! *****************************************************************************
14+
Copyright (c) Microsoft Corporation. All rights reserved.
15+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
16+
this file except in compliance with the License. You may obtain a copy of the
17+
License at http://www.apache.org/licenses/LICENSE-2.0
18+
19+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
21+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
22+
MERCHANTABLITY OR NON-INFRINGEMENT.
23+
24+
See the Apache Version 2.0 License for specific language governing permissions
25+
and limitations under the License.
26+
***************************************************************************** */
27+
28+
/*! Leaflet.Geodesic 2.5.4 - (c) Henry Thasler - https://github.com/henrythasler/Leaflet.Geodesic */

public/assets/admin/js/app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/frontend/css/now-ui-kit.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/frontend/css/now-ui-kit.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)