mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:35:25 +01:00
Merge pull request #624 from orangemug/maintenance/update-deps-20200328
Update dependencies
This commit is contained in:
commit
f70d078ec6
2 changed files with 3029 additions and 1522 deletions
4525
package-lock.json
generated
4525
package-lock.json
generated
File diff suppressed because it is too large
Load diff
26
package.json
26
package.json
|
@ -28,7 +28,7 @@
|
|||
"classnames": "^2.2.6",
|
||||
"codemirror": "^5.52.0",
|
||||
"color": "^3.1.2",
|
||||
"detect-browser": "^4.8.0",
|
||||
"detect-browser": "^5.0.0",
|
||||
"file-saver": "^2.0.2",
|
||||
"json-to-ast": "^2.1.0",
|
||||
"jsonlint": "github:josdejong/jsonlint#85a19d7",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"lodash.get": "^4.4.2",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"lodash.throttle": "^4.1.1",
|
||||
"mapbox-gl": "^1.8.0",
|
||||
"mapbox-gl": "^1.9.0",
|
||||
"mapbox-gl-inspect": "^1.3.1",
|
||||
"maputnik-design": "github:maputnik/design#f7a2b4d",
|
||||
"ol": "^6.2.1",
|
||||
|
@ -109,15 +109,15 @@
|
|||
"@babel/preset-env": "^7.6.3",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-react": "^7.6.3",
|
||||
"@mdi/js": "^4.9.95",
|
||||
"@wdio/cli": "^5.14.5",
|
||||
"@wdio/local-runner": "^5.14.5",
|
||||
"@wdio/mocha-framework": "^5.14.4",
|
||||
"@wdio/selenium-standalone-service": "^5.13.2",
|
||||
"@wdio/spec-reporter": "^5.14.5",
|
||||
"@wdio/sync": "^5.14.4",
|
||||
"@mdi/js": "^5.0.45",
|
||||
"@wdio/cli": "^6.0.5",
|
||||
"@wdio/local-runner": "^6.0.5",
|
||||
"@wdio/mocha-framework": "^6.0.4",
|
||||
"@wdio/selenium-standalone-service": "^6.0.4",
|
||||
"@wdio/spec-reporter": "^6.0.4",
|
||||
"@wdio/sync": "^6.0.1",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "8.0.6",
|
||||
"babel-loader": "^8.1.0",
|
||||
"babel-plugin-istanbul": "^6.0.0",
|
||||
"babel-plugin-static-fs": "^3.0.0",
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
|
@ -127,7 +127,7 @@
|
|||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"express": "^4.17.1",
|
||||
"file-loader": "^5.1.0",
|
||||
"file-loader": "^6.0.0",
|
||||
"html-webpack-inline-svg-plugin": "^1.3.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"is-docker": "^2.0.0",
|
||||
|
@ -145,8 +145,8 @@
|
|||
"stylelint-scss": "^3.14.2",
|
||||
"svg-inline-loader": "^0.8.2",
|
||||
"transform-loader": "^0.2.4",
|
||||
"uuid": "^3.4.0",
|
||||
"webdriverio": "^5.18.7",
|
||||
"uuid": "^7.0.2",
|
||||
"webdriverio": "^6.0.5",
|
||||
"webpack": "^4.41.6",
|
||||
"webpack-bundle-analyzer": "^3.6.0",
|
||||
"webpack-cleanup-plugin": "^0.5.1",
|
||||
|
|
Loading…
Reference in a new issue