@opensystemslab/map 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensystemslab/map",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "license": "MPL-2.0",
5
5
  "private": false,
6
6
  "repository": {
@@ -41,21 +41,21 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@glorious/pitsby": "^1.37.0",
44
- "@testing-library/dom": "^9.3.3",
45
- "@testing-library/user-event": "^14.5.1",
44
+ "@testing-library/dom": "^9.3.4",
45
+ "@testing-library/user-event": "^14.5.2",
46
46
  "@types/file-saver": "^2.0.7",
47
- "@types/node": "18.16.1",
47
+ "@types/node": "18.19.21",
48
48
  "@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^3.0.9",
49
49
  "@types/proj4": "^2.5.5",
50
50
  "@vitest/ui": "^0.34.7",
51
51
  "happy-dom": "^9.1.9",
52
52
  "husky": "^8.0.3",
53
53
  "lint-staged": "^14.0.1",
54
- "prettier": "^3.1.0",
54
+ "prettier": "^3.2.5",
55
55
  "rollup-plugin-postcss-lit": "^2.1.0",
56
56
  "sass": "^1.69.5",
57
57
  "typescript": "^5.3.3",
58
- "vite": "^4.4.12",
58
+ "vite": "^5.1.6",
59
59
  "vitest": "0.34.6",
60
60
  "wait-for-expect": "^3.0.2"
61
61
  },