|
1 | 1 | { |
2 | 2 | "name": "ms2-geonode-api", |
3 | | - "version": "2.0.2", |
| 3 | + "version": "2.0.4", |
4 | 4 | "description": "MapStore 2 Api bundle specific to geonode framework", |
5 | 5 | "main": "api.js", |
6 | 6 | "scripts": { |
|
16 | 16 | "author": "GeoSolutions", |
17 | 17 | "license": "BSD-2-Clause", |
18 | 18 | "devDependencies": { |
19 | | - "@babel/core": "7.5.5", |
20 | | - "@babel/plugin-proposal-class-properties": "7.5.5", |
21 | | - "@babel/plugin-syntax-dynamic-import": "7.2.0", |
22 | | - "@babel/preset-env": "7.5.5", |
23 | | - "@babel/preset-react": "7.0.0", |
| 19 | + "@babel/core": "7.8.7", |
| 20 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 21 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 22 | + "@babel/preset-env": "7.8.7", |
| 23 | + "@babel/preset-react": "7.8.3", |
24 | 24 | "@geosolutions/acorn-jsx": "4.0.2", |
25 | 25 | "@geosolutions/jsdoc": "3.4.4", |
26 | 26 | "@geosolutions/mocha": "6.2.1-3", |
|
84 | 84 | "style-loader": "0.12.4", |
85 | 85 | "url-loader": "0.5.7", |
86 | 86 | "vusion-webfonts-generator": "0.4.1", |
87 | | - "webpack": "4.36.0", |
| 87 | + "webpack": "4.41.5", |
88 | 88 | "webpack-bundle-size-analyzer": "2.0.2", |
89 | 89 | "webpack-cli": "3.3.6", |
90 | | - "webpack-dev-server": "3.7.2", |
91 | | - "webpack-parallel-uglify-plugin": "1.1.2" |
| 90 | + "webpack-dev-server": "^3.10.3" |
92 | 91 | }, |
93 | | - "//": "replace react-sortable-items with official on npm when it will support React 15", |
94 | 92 | "dependencies": { |
95 | 93 | "@boundlessgeo/jsonix": "2.4.3", |
96 | 94 | "@carnesen/redux-add-action-listener-enhancer": "0.0.1", |
|
149 | 147 | "istanbul-instrumenter-loader": "3.0.1", |
150 | 148 | "json-2-csv": "2.1.2", |
151 | 149 | "json-loader": "0.5.7", |
| 150 | + "jsonlint-mod": "1.7.5", |
152 | 151 | "jszip": "3.1.5", |
153 | 152 | "keymirror": "0.1.1", |
154 | 153 | "leaflet": "1.3.1", |
|
171 | 170 | "pdfviewer": "0.3.2", |
172 | 171 | "prop-types": "15.7.2", |
173 | 172 | "qrcode.react": "0.9.3", |
| 173 | + "query-string": "6.9.0", |
174 | 174 | "react": "16.10.1", |
175 | 175 | "react-addons-css-transition-group": "15.6.2", |
176 | 176 | "react-addons-shallow-compare": "15.6.2", |
177 | 177 | "react-bootstrap": "0.31.0", |
178 | | - "react-checkbox-tree": "1.5.1", |
| 178 | + "react-checkbox-tree": "^1.5.1", |
179 | 179 | "react-codemirror2": "4.0.0", |
180 | 180 | "react-color": "2.17.0", |
181 | 181 | "react-confirm-button": "0.0.2", |
|
210 | 210 | "react-router": "4.1.1", |
211 | 211 | "react-router-dom": "4.2.2", |
212 | 212 | "react-scroll-up": "1.3.0", |
213 | | - "react-select": "1.0.0-rc.4", |
| 213 | + "react-select": "1.3.0", |
214 | 214 | "react-selectize": "3.0.1", |
215 | 215 | "react-share": "1.15.1", |
216 | 216 | "react-side-effect": "1.1.0", |
217 | 217 | "react-sidebar": "2.3.2", |
218 | 218 | "react-spinkit": "2.1.2", |
| 219 | + "react-swipeable": "5.5.1", |
219 | 220 | "react-swipeable-views": "0.12.2", |
220 | 221 | "react-textfit": "1.1.0", |
221 | 222 | "react-twitter-widgets": "1.3.0", |
|
0 commit comments