eurostat-map 3.6.60 → 3.6.62
Sign up to get free protection for your applications and to get access to all the features.
- package/build/eurostatmap.min.js +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "eurostat-map",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.62",
|
4
4
|
"description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
|
5
5
|
"keywords": [
|
6
6
|
"eurostat",
|
@@ -35,15 +35,15 @@
|
|
35
35
|
"topojson-client": "^3.1.0"
|
36
36
|
},
|
37
37
|
"devDependencies": {
|
38
|
-
"@babel/core": "^7.
|
39
|
-
"@babel/plugin-transform-runtime": "^7.
|
40
|
-
"@babel/preset-env": "^7.
|
38
|
+
"@babel/core": "^7.22.6",
|
39
|
+
"@babel/plugin-transform-runtime": "^7.22.6",
|
40
|
+
"@babel/preset-env": "^7.22.6",
|
41
41
|
"@babel/runtime": "^7.12.1",
|
42
|
-
"babel-loader": "^
|
43
|
-
"jest": "^
|
42
|
+
"babel-loader": "^9.1.2",
|
43
|
+
"jest": "^29.5.0",
|
44
44
|
"jshint": "^2.12.0",
|
45
45
|
"puppeteer": "^9.1.1",
|
46
|
-
"webpack": "^5.
|
46
|
+
"webpack": "^5.88.1",
|
47
47
|
"webpack-cli": "^5.0.0",
|
48
48
|
"webpack-dev-server": "^4.15.1",
|
49
49
|
"webpack-livereload-plugin": "^3.0.2"
|