We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef1d2b commit 15b80dbCopy full SHA for 15b80db
2 files changed
package.json
@@ -18,9 +18,9 @@
18
"dependencies": {
19
"@babel/polyfill": "^7.12.1",
20
"classnames": "^2.3.1",
21
- "core-js": "^3.16.3",
+ "core-js": "~3.15.2",
22
"lodash": "^4.17.21",
23
- "ol": "^6.6.1",
+ "ol": "~6.5.0",
24
"proj4": "^2.7.5",
25
"react": "^17.0.1",
26
"react-dom": "^17.0.1",
plugins/gh-datainmap/CHANGELOG.md
@@ -1,5 +1,6 @@
1
- Fix voor kaartweergave in de backend. Deze was namelijk niet zichtbaar.
2
- Fix voor jQuery deprecation van `ready()` in de backend.
3
+- Oudere versies van ondersteunende software bibliotheken weer in gebruik genomen i.v.m. problemen in de backend.
4
5
**1.10.0 (2021-08-25)**
6
0 commit comments