We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d6311 commit 1c03fd1Copy full SHA for 1c03fd1
packages/pixilet/package.json
@@ -39,14 +39,14 @@
39
"@types/leaflet": "^1.9.8",
40
"concurrently": "^8.2.2",
41
"leaflet": "^1.9.4",
42
- "pixi.js": "^7.4.0",
+ "pixi.js": "^8.0.0",
43
"rimraf": "^5.0.5",
44
"vite": "^5.1.4",
45
"vite-plugin-checker": "^0.6.4",
46
"vite-plugin-dts": "^3.7.3"
47
},
48
"peerDependencies": {
49
"leaflet": "^1.9.0",
50
- "pixi.js": "^7.0.0"
+ "pixi.js": "^7.0.0 || ^8.0.0"
51
}
52
0 commit comments