|
1 | 1 | { |
2 | 2 | "name": "gh-datainmap", |
3 | | - "version": "1.10.10", |
| 3 | + "version": "1.10.11", |
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
|
19 | 19 | "dependencies": { |
20 | 20 | "@babel/polyfill": "^7.12.1", |
21 | 21 | "classnames": "^2.3.1", |
22 | | - "core-js": "~3.15.2", |
| 22 | + "core-js": "~3.33.3", |
23 | 23 | "lodash": "^4.17.21", |
24 | | - "ol": "~6.5.0", |
25 | | - "proj4": "^2.7.5", |
| 24 | + "ol": "~8.2.0", |
| 25 | + "proj4": "^2.9.2", |
26 | 26 | "react": "^17.0.1", |
27 | 27 | "react-dom": "^17.0.1", |
28 | 28 | "react-redux": "^7.2.2", |
29 | 29 | "react-transition-group": "^4.4.2", |
30 | | - "redux": "^4.1.1", |
| 30 | + "redux": "^4.2.1", |
31 | 31 | "redux-debounced": "^0.5.0", |
32 | 32 | "redux-devtools-extension": "^2.13.9", |
33 | 33 | "redux-thunk": "^2.3.0", |
34 | | - "whatwg-fetch": "^3.6.1" |
| 34 | + "whatwg-fetch": "^3.6.19" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@babel/core": "^7.15.0", |
38 | | - "@babel/preset-env": "^7.15.0", |
39 | | - "@babel/preset-react": "^7.14.5", |
40 | | - "archiver": "^4.0.2", |
41 | | - "babel-loader": "^8.2.2", |
| 37 | + "@babel/core": "^7.23.3", |
| 38 | + "@babel/preset-env": "^7.23.3", |
| 39 | + "@babel/preset-react": "^7.23.3", |
| 40 | + "babel-loader": "^9.1.3", |
42 | 41 | "babel-preset-react": "^6.24.1", |
43 | | - "css-loader": "^3.6.0", |
44 | | - "html-loader": "^0.5.5", |
45 | | - "markdown-it": "^12.0.4", |
| 42 | + "css-loader": "^6.8.1", |
| 43 | + "html-loader": "^4.2.0", |
46 | 44 | "node-sass": "^7.0.3", |
47 | 45 | "remote-redux-devtools": "^0.5.16", |
48 | 46 | "sass": "^1.35.1", |
49 | | - "sass-loader": "^10.0.0", |
50 | | - "style-loader": "^1.3.0", |
51 | | - "webpack": "^4.46.0", |
52 | | - "webpack-cli": "^3.3.12" |
| 47 | + "sass-loader": "^13.3.2", |
| 48 | + "style-loader": "^3.3.3", |
| 49 | + "webpack": "^5.75.0", |
| 50 | + "webpack-cli": "^5.1.4" |
53 | 51 | } |
54 | 52 | } |
0 commit comments