@plasius/hexagons 1.0.12 → 1.0.13

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 (2) hide show
  1. package/CHANGELOG.md +16 -1
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ - **Added**
12
+ - (placeholder)
13
+
14
+ - **Changed**
15
+ - (placeholder)
16
+
17
+ - **Fixed**
18
+ - (placeholder)
19
+
20
+ - **Security**
21
+ - (placeholder)
22
+
23
+ ## [1.0.13] - 2026-04-02
24
+
11
25
  - **Added**
12
26
  - (placeholder)
13
27
 
@@ -133,7 +147,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
133
147
 
134
148
  ---
135
149
 
136
- [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.12...HEAD
150
+ [Unreleased]: https://github.com/Plasius-LTD/hexagons/compare/v1.0.13...HEAD
137
151
 
138
152
  ## [1.0.0] - 2026-02-11
139
153
 
@@ -155,3 +169,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
155
169
  [1.0.7]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.7
156
170
  [1.0.8]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.8
157
171
  [1.0.12]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.12
172
+ [1.0.13]: https://github.com/Plasius-LTD/hexagons/releases/tag/v1.0.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/hexagons",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "type": "module",
@@ -30,32 +30,32 @@
30
30
  "author": "Plasius LTD <development@plasius.co.uk>",
31
31
  "license": "MIT",
32
32
  "dependencies": {
33
- "@plasius/error": "^1.0.9",
34
- "@plasius/gpu-world-generator": "^0.0.10",
35
- "@plasius/gpu-xr": "^0.1.5",
36
- "@plasius/react-state": "^1.2.5"
33
+ "@plasius/error": "^1.0.10",
34
+ "@plasius/gpu-world-generator": "^0.0.13",
35
+ "@plasius/gpu-xr": "^0.1.8",
36
+ "@plasius/react-state": "^1.2.7"
37
37
  },
38
38
  "peerDependencies": {
39
- "react": "19.1.0"
39
+ "react": "^19"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@eslint/js": "^10.0.1",
43
43
  "@testing-library/react": "^16.3.0",
44
44
  "@types/react": "^19.1.8",
45
45
  "@types/uuid": "^10.0.0",
46
- "@typescript-eslint/eslint-plugin": "^8.56.0",
47
- "@typescript-eslint/parser": "^8.56.0",
48
- "@vitest/coverage-v8": "^4.0.18",
49
- "ajv": "^6.12.6",
50
- "eslint": "^10.0.1",
46
+ "@typescript-eslint/eslint-plugin": "^8.58.0",
47
+ "@typescript-eslint/parser": "^8.58.0",
48
+ "@vitest/coverage-v8": "^4.1.2",
49
+ "ajv": "^8.18.0",
50
+ "eslint": "^10.1.0",
51
51
  "globals": "^17.3.0",
52
- "npm-run-all": "^1.1.3",
53
- "react": "19.1.0",
54
- "react-dom": "19.1.0",
52
+ "npm-run-all": "^4.1.5",
53
+ "react": "^19.2.4",
54
+ "react-dom": "^19.2.4",
55
55
  "react-router-dom": "^7.6.2",
56
56
  "tsx": "^4.20.3",
57
- "typescript": "^5.8.3",
58
- "vitest": "^4.0.18",
57
+ "typescript": "^6.0.2",
58
+ "vitest": "^4.1.2",
59
59
  "zod": "^4.0.17"
60
60
  },
61
61
  "exports": {
@@ -102,7 +102,7 @@
102
102
  }
103
103
  ],
104
104
  "engines": {
105
- "node": ">=22.12"
105
+ "node": ">=24"
106
106
  },
107
107
  "overrides": {
108
108
  "minimatch": "^10.2.1"