|
60 | 60 | "lint:styleguide": "eslint -c .eslintrc.styleguide.js src/", |
61 | 61 | "lint:styleguide-fix": "eslint -c .eslintrc.styleguide.js src/ --fix", |
62 | 62 | "prepare": "husky install", |
63 | | - "pretest": "npm run typecheck && npm run lint", |
64 | 63 | "start:styleguide": "styleguidist server", |
| 64 | + "pretest": "npm run typecheck && npm run lint", |
65 | 65 | "test": "npm run test:jest", |
66 | 66 | "test:jest": "jest --maxWorkers=4 --coverage", |
67 | 67 | "test:watch": "jest --watchAll", |
68 | 68 | "typecheck": "tsc --noEmit --project tsconfig.json" |
69 | 69 | }, |
70 | 70 | "dependencies": { |
71 | | - "@camptocamp/inkmap": "^1.3.0", |
| 71 | + "@camptocamp/inkmap": "^1.4.0", |
72 | 72 | "@fortawesome/fontawesome-svg-core": "^6.4.2", |
73 | 73 | "@fortawesome/free-brands-svg-icons": "^6.4.2", |
74 | 74 | "@fortawesome/free-regular-svg-icons": "^6.4.2", |
75 | 75 | "@fortawesome/free-solid-svg-icons": "^6.4.2", |
76 | 76 | "@fortawesome/react-fontawesome": "^0.2.0", |
77 | | - "@terrestris/base-util": "^1.0.1", |
78 | | - "@terrestris/ol-util": "11.1.0", |
79 | | - "@terrestris/react-util": "^2.2.0-beta.2", |
80 | | - "@types/geojson": "^7946.0.10", |
81 | | - "@types/lodash": "^4.14.197", |
| 77 | + "@terrestris/base-util": "^1.1.0", |
| 78 | + "@terrestris/react-util": "^4.0.0-beta.0", |
| 79 | + "@types/geojson": "^7946.0.12", |
| 80 | + "@types/lodash": "^4.14.200", |
82 | 81 | "ag-grid-community": "^28.2.1", |
83 | 82 | "ag-grid-react": "^28.2.1", |
84 | 83 | "jspdf": "^2.5.1", |
85 | 84 | "lodash": "^4.17.21", |
86 | 85 | "moment": "^2.29.4", |
87 | | - "proj4": "^2.9.0", |
88 | | - "prop-types": "^15.8.1", |
89 | | - "react-dom": "^18.2.0" |
| 86 | + "proj4": "^2.9.2", |
| 87 | + "prop-types": "^15.8.1" |
90 | 88 | }, |
91 | 89 | "devDependencies": { |
92 | | - "@babel/cli": "^7.22.15", |
93 | | - "@babel/core": "^7.22.15", |
| 90 | + "@babel/cli": "^7.23.0", |
| 91 | + "@babel/core": "^7.23.2", |
94 | 92 | "@babel/eslint-parser": "^7.22.15", |
95 | 93 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
96 | 94 | "@babel/plugin-transform-class-properties": "^7.22.5", |
97 | | - "@babel/plugin-transform-modules-commonjs": "^7.22.11", |
98 | | - "@babel/preset-env": "^7.22.15", |
| 95 | + "@babel/plugin-transform-modules-commonjs": "^7.23.0", |
| 96 | + "@babel/preset-env": "^7.23.2", |
99 | 97 | "@babel/preset-react": "^7.22.15", |
100 | | - "@babel/preset-typescript": "^7.22.15", |
| 98 | + "@babel/preset-typescript": "^7.23.2", |
101 | 99 | "@cfaester/enzyme-adapter-react-18": "^0.7.1", |
102 | | - "@commitlint/cli": "^17.7.1", |
103 | | - "@commitlint/config-conventional": "^17.7.0", |
| 100 | + "@commitlint/cli": "^18.1.0", |
| 101 | + "@commitlint/config-conventional": "^18.1.0", |
104 | 102 | "@semantic-release/changelog": "^6.0.3", |
105 | 103 | "@semantic-release/git": "^10.0.1", |
106 | 104 | "@terrestris/eslint-config-typescript": "^4.0.0", |
107 | | - "@testing-library/dom": "^9.3.1", |
108 | | - "@testing-library/jest-dom": "^6.1.2", |
| 105 | + "@terrestris/ol-util": "^14.0.0", |
| 106 | + "@testing-library/dom": "^9.3.3", |
| 107 | + "@testing-library/jest-dom": "^6.1.4", |
109 | 108 | "@testing-library/react": "^14.0.0", |
110 | | - "@testing-library/user-event": "^14.4.3", |
111 | | - "@types/enzyme": "^3.10.13", |
112 | | - "@types/jest": "^29.5.4", |
113 | | - "@types/node": "^20.5.9", |
114 | | - "@types/react": "^18.2.21", |
115 | | - "@types/react-dom": "^18.2.7", |
116 | | - "@typescript-eslint/eslint-plugin": "^6.6.0", |
117 | | - "@typescript-eslint/parser": "^6.6.0", |
118 | | - "antd": "^5.8.6", |
119 | | - "babel-jest": "^29.6.4", |
| 109 | + "@testing-library/user-event": "^14.5.1", |
| 110 | + "@types/enzyme": "^3.10.15", |
| 111 | + "@types/jest": "^29.5.6", |
| 112 | + "@types/node": "^20.8.9", |
| 113 | + "@types/react": "^18.2.33", |
| 114 | + "@types/react-dom": "^18.2.14", |
| 115 | + "@typescript-eslint/eslint-plugin": "^6.9.0", |
| 116 | + "@typescript-eslint/parser": "^6.9.0", |
| 117 | + "antd": "^5.10.2", |
| 118 | + "babel-jest": "^29.7.0", |
120 | 119 | "babel-loader": "^9.1.3", |
121 | 120 | "babel-plugin-dynamic-import-node": "^2.3.3", |
122 | 121 | "buffer": "^6.0.3", |
|
125 | 124 | "copy-to-clipboard": "^3.3.3", |
126 | 125 | "copy-webpack-plugin": "^11.0.0", |
127 | 126 | "coveralls": "^3.1.1", |
128 | | - "css-loader": "^6.6.0", |
| 127 | + "css-loader": "^6.8.1", |
129 | 128 | "enzyme": "^3.11.0", |
130 | | - "eslint": "^8.48.0", |
| 129 | + "eslint": "^8.52.0", |
131 | 130 | "eslint-plugin-jest-dom": "^5.1.0", |
132 | 131 | "eslint-plugin-markdown": "^3.0.1", |
133 | 132 | "eslint-plugin-react": "^7.33.2", |
134 | 133 | "eslint-plugin-react-hooks": "^4.6.0", |
135 | 134 | "eslint-plugin-simple-import-sort": "^10.0.0", |
136 | | - "eslint-plugin-testing-library": "^6.0.1", |
| 135 | + "eslint-plugin-testing-library": "^6.1.0", |
137 | 136 | "file-loader": "^6.2.0", |
138 | | - "fork-ts-checker-webpack-plugin": "^8.0.0", |
| 137 | + "fork-ts-checker-webpack-plugin": "^9.0.0", |
139 | 138 | "husky": "^8.0.3", |
140 | | - "jest": "^29.6.4", |
| 139 | + "jest": "^29.7.0", |
141 | 140 | "jest-canvas-mock": "^2.5.2", |
142 | | - "jest-environment-jsdom": "^29.6.4", |
| 141 | + "jest-environment-jsdom": "^29.7.0", |
143 | 142 | "jest-fetch-mock": "^3.0.3", |
144 | 143 | "less-loader": "^11.1.3", |
145 | 144 | "np": "^8.0.4", |
146 | | - "ol": "7.1.0", |
| 145 | + "ol": "^8.1.0", |
| 146 | + "ol-mapbox-style": "^12.0.0", |
147 | 147 | "react": "^18.2.0", |
148 | 148 | "react-docgen-typescript": "^2.2.2", |
149 | | - "react-styleguidist": "13.1.1", |
150 | | - "rimraf": "^5.0.1", |
151 | | - "semantic-release": "^21.1.1", |
| 149 | + "react-dom": "^18.2.0", |
| 150 | + "react-styleguidist": "^13.1.1", |
| 151 | + "rimraf": "^5.0.5", |
| 152 | + "semantic-release": "^22.0.5", |
152 | 153 | "style-loader": "^3.3.3", |
153 | 154 | "tsconfig-paths-webpack-plugin": "^4.1.0", |
154 | 155 | "typescript": "^4.7.4", |
155 | 156 | "use-resize-observer": "^9.1.0", |
156 | | - "webpack": "^5.88.2", |
157 | | - "whatwg-fetch": "^3.6.18" |
| 157 | + "webpack": "^5.89.0", |
| 158 | + "whatwg-fetch": "^3.6.19" |
158 | 159 | }, |
159 | 160 | "peerDependencies": { |
| 161 | + "@terrestris/ol-util": ">=14", |
160 | 162 | "@types/react": ">=18", |
161 | 163 | "antd": "^5", |
162 | | - "ol": ">=^7", |
163 | | - "react": ">=18" |
| 164 | + "ol": ">=8", |
| 165 | + "ol-mapbox-style": ">=12", |
| 166 | + "react": ">=18", |
| 167 | + "react-dom": ">=18" |
164 | 168 | }, |
165 | 169 | "engines": { |
166 | 170 | "node": ">=18", |
|
0 commit comments