|
1 | 1 | { |
2 | 2 | "name": "gh-datainmap", |
3 | | - "version": "1.8.7", |
| 3 | + "version": "1.9.0", |
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
16 | 16 | "author": "Gemeente Heerenveen", |
17 | 17 | "license": "EUPL v1.2", |
18 | 18 | "dependencies": { |
19 | | - "@babel/polyfill": "^7.7.0", |
| 19 | + "@babel/polyfill": "^7.12.1", |
20 | 20 | "classnames": "^2.2.6", |
21 | | - "core-js": "^3.6.4", |
22 | | - "lodash": "^4.17.15", |
23 | | - "ol": "^6.3.1", |
24 | | - "proj4": "^2.6.1", |
25 | | - "react": "^16.11.0", |
26 | | - "react-dom": "^16.11.0", |
27 | | - "react-redux": "^7.1.3", |
28 | | - "react-transition-group": "^4.3.0", |
| 21 | + "core-js": "^3.9.0", |
| 22 | + "lodash": "^4.17.21", |
| 23 | + "ol": "^6.5.0", |
| 24 | + "proj4": "^2.7.0", |
| 25 | + "react": "^17.0.1", |
| 26 | + "react-dom": "^17.0.1", |
| 27 | + "react-redux": "^7.2.2", |
| 28 | + "react-transition-group": "^4.4.1", |
29 | 29 | "redux": "^4.0.4", |
30 | 30 | "redux-debounced": "^0.5.0", |
31 | 31 | "redux-devtools-extension": "^2.13.8", |
32 | 32 | "redux-thunk": "^2.3.0", |
33 | | - "whatwg-fetch": "^3.0.0" |
| 33 | + "whatwg-fetch": "^3.6.1" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@babel/core": "^7.7.2", |
37 | | - "@babel/preset-env": "^7.9.5", |
38 | | - "@babel/preset-react": "^7.7.0", |
39 | | - "archiver": "^3.1.1", |
40 | | - "babel-loader": "^8.0.6", |
| 36 | + "@babel/core": "^7.13.1", |
| 37 | + "@babel/preset-env": "^7.13.5", |
| 38 | + "@babel/preset-react": "^7.12.13", |
| 39 | + "archiver": "^4.0.2", |
| 40 | + "babel-loader": "^8.2.2", |
41 | 41 | "babel-preset-react": "^6.24.1", |
42 | | - "coffee-loader": "^0.9.0", |
43 | | - "coffeescript": "^2.4.1", |
44 | | - "css-loader": "^3.5.1", |
| 42 | + "css-loader": "^3.6.0", |
45 | 43 | "html-loader": "^0.5.5", |
46 | | - "markdown-it": "^10.0.0", |
47 | | - "node-sass": "^4.13.0", |
| 44 | + "markdown-it": "^12.0.4", |
| 45 | + "node-sass": "^4.14.1", |
48 | 46 | "remote-redux-devtools": "^0.5.16", |
49 | | - "sass": "^1.23.7", |
| 47 | + "sass": "^1.32.8", |
50 | 48 | "sass-loader": "^8.0.0", |
51 | | - "style-loader": "^1.0.0", |
52 | | - "webpack": "^4.41.2", |
53 | | - "webpack-cli": "^3.3.10" |
| 49 | + "style-loader": "^1.3.0", |
| 50 | + "webpack": "^4.46.0", |
| 51 | + "webpack-cli": "^3.3.12" |
54 | 52 | } |
55 | 53 | } |
0 commit comments