@micjanic/recursive-grid 1.0.2 → 1.0.3

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/README.md +1 -1
  2. package/package.json +6 -4
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ## Description
2
2
 
3
- A grid where each cell is another grid, randomly generating n levels deep.
3
+ A grid where each cell is possibly another grid, randomly generating n levels deep.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micjanic/recursive-grid",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -45,9 +45,7 @@
45
45
  "dependencies": {
46
46
  "@pixi/react": "^8.0.3",
47
47
  "@react-spring/web": "^10.0.2",
48
- "pixi.js": "^8.8.1",
49
- "react": "^19.1.1",
50
- "react-dom": "^19.1.1"
48
+ "pixi.js": "^8.8.1"
51
49
  },
52
50
  "devDependencies": {
53
51
  "@eslint/js": "^9.21.0",
@@ -68,6 +66,10 @@
68
66
  "typescript": "~5.7.3",
69
67
  "vite": "^6.2.0"
70
68
  },
69
+ "peerDependencies": {
70
+ "react": "^19.1.1",
71
+ "react-dom": "^19.1.1"
72
+ },
71
73
  "eslintConfig": {
72
74
  "env": {
73
75
  "browser": true,