steamsheep-ts-game-engine 1.1.0 → 2.0.0

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamsheep-ts-game-engine",
3
- "version": "1.1.0",
3
+ "version": "2.0.0",
4
4
  "description": "通用游戏引擎框架 - 基于 TypeScript 和 Zustand 构建的文字冒险/RPG 游戏引擎",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -55,12 +55,12 @@
55
55
  "author": "Corey.H",
56
56
  "license": "MIT",
57
57
  "peerDependencies": {
58
- "react": "^18.0.0",
58
+ "react": "^19.0.0",
59
59
  "zustand": "^4.0.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@types/react": "^18.0.0",
63
- "react": "^18.0.0",
62
+ "@types/react": "^19.2.7",
63
+ "react": "^19.2.1",
64
64
  "tsup": "^8.0.0",
65
65
  "typescript": "^5.0.0",
66
66
  "zustand": "^4.0.0"