@planet/maps 11.0.0-dev.1740421848732 → 11.0.0-dev.1740425469803

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planet/maps",
3
- "version": "11.0.0-dev.1740421848732",
3
+ "version": "11.0.0-dev.1740425469803",
4
4
  "description": "Declarative mapping components for React",
5
5
  "type": "module",
6
6
  "repository": {
@@ -10,10 +10,10 @@
10
10
  "scripts": {
11
11
  "lint": "eslint .",
12
12
  "pretest": "npm run lint",
13
- "test": "npm run test:lib && npm run test:rendering",
13
+ "test": "npm run test:lib && npm run test:rendering && npm run test:unit",
14
14
  "test:lib": "vitest run --root ./tests/lib",
15
15
  "test:rendering": "playwright test --config=tests/rendering/playwright.config.js",
16
- "test:not-working": "vitest run -r ./tests/unit",
16
+ "test:unit": "vitest run --root ./tests/unit",
17
17
  "start": "astro dev --root ./site",
18
18
  "start:rendering": "vite serve --config=tests/rendering/vite.config.js",
19
19
  "build": "astro build --root ./site",
@@ -35,9 +35,9 @@
35
35
  "@octokit/rest": "^21.0.0",
36
36
  "@playwright/test": "^1.25.2",
37
37
  "@testing-library/react": "^16.0.0",
38
- "@types/react": "^19.0.2",
39
- "@types/react-dom": "^19.0.2",
40
- "@vitest/browser": "^3.0.3",
38
+ "@types/react": "^19.0.10",
39
+ "@types/react-dom": "^19.0.4",
40
+ "@vitest/browser": "^3.0.7",
41
41
  "astro": "^5.1.1",
42
42
  "es-main": "^1.2.0",
43
43
  "eslint": "^9.20.1",
@@ -46,10 +46,11 @@
46
46
  "eslint-plugin-mdx": "^3.0.0",
47
47
  "eslint-plugin-react": "^7.32.1",
48
48
  "fs-extra": "^11.1.0",
49
+ "happy-dom": "^17.1.4",
49
50
  "import-meta-resolve": "^4.0.0",
50
51
  "mustache": "^4.2.0",
51
- "ol": "^10.3.0",
52
- "ol-mapbox-style": "^12.3.5",
52
+ "ol": "^10.4.0",
53
+ "ol-mapbox-style": "^12.4.1",
53
54
  "prop-types": "^15.8.1",
54
55
  "react": "^19.0.0",
55
56
  "react-dom": "^19.0.0",
@@ -60,7 +61,7 @@
60
61
  "shikiji": "^0.10.2",
61
62
  "unified": "^11.0.2",
62
63
  "vite": "^6.0.1",
63
- "vitest": "^3.0.3",
64
+ "vitest": "^3.0.7",
64
65
  "yargs-parser": "^21.1.1"
65
66
  }
66
67
  }