Updated deps with no API changes.

This commit is contained in:
orangemug 2018-10-06 16:01:34 +01:00
parent 855771a6b6
commit 1a8349f821
2 changed files with 447 additions and 876 deletions

1297
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,10 +20,10 @@
"license": "MIT",
"homepage": "https://github.com/maputnik/editor#readme",
"dependencies": {
"@mapbox/mapbox-gl-rtl-text": "^0.2.0",
"@mapbox/mapbox-gl-rtl-text": "^0.2.1",
"@mapbox/mapbox-gl-style-spec": "^13.1.0",
"classnames": "^2.2.5",
"codemirror": "^5.37.0",
"classnames": "^2.2.6",
"codemirror": "^5.40.2",
"color": "^3.0.0",
"file-saver": "^1.3.8",
"jsonlint": "github:josdejong/jsonlint#85a19d7",
@ -37,21 +37,21 @@
"maputnik-design": "github:maputnik/design",
"ol": "^5.2.0",
"ol-mapbox-style": "^3.1.0",
"prop-types": "^15.6.0",
"react": "^16.3.2",
"react-aria-menubutton": "^5.1.1",
"react-aria-modal": "^2.12.1",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-aria-menubutton": "^6.0.1",
"react-aria-modal": "^3.0.0",
"react-autobind": "^1.0.6",
"react-autocomplete": "^1.7.2",
"react-codemirror2": "^4.2.1",
"react-autocomplete": "^1.8.1",
"react-codemirror2": "^5.1.0",
"react-collapse": "^4.0.3",
"react-color": "^2.14.1",
"react-dom": "^16.3.2",
"react-file-reader-input": "^1.1.4",
"react-icon-base": "^2.1.1",
"react-dom": "^16.5.2",
"react-file-reader-input": "^2.0.0",
"react-icon-base": "^2.1.2",
"react-icons": "^2.2.7",
"react-motion": "^0.5.2",
"react-sortable-hoc": "^0.6.8",
"react-sortable-hoc": "^0.8.3",
"reconnecting-websocket": "^3.2.2",
"url": "^0.11.0"
},