From 705e2f939670e6b28b1e54c695fb24eaf244b2a2 Mon Sep 17 00:00:00 2001 From: hypercross Date: Thu, 2 Apr 2026 13:11:45 +0800 Subject: [PATCH] refactor: install mutative --- package-lock.json | 17 +++++++++++------ package.json | 3 ++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0356dab..0d840f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "MIT", "dependencies": { "@preact/signals-core": "^1.5.1", - "boardgame-core": "file:", - "inline-schema": "git+https://gitea.ayi-games.online/hypercross/inline-schema" + "inline-schema": "git+https://gitea.ayi-games.online/hypercross/inline-schema", + "mutative": "^1.3.0" }, "devDependencies": { "tsup": "^8.0.2", @@ -1337,10 +1337,6 @@ "node": "*" } }, - "node_modules/boardgame-core": { - "resolved": "", - "link": true - }, "node_modules/bundle-require": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/bundle-require/-/bundle-require-5.1.0.tgz", @@ -1813,6 +1809,15 @@ "dev": true, "license": "MIT" }, + "node_modules/mutative": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/mutative/-/mutative-1.3.0.tgz", + "integrity": "sha512-8MJj6URmOZAV70dpFe1YnSppRTKC4DsMkXQiBDFayLcDI4ljGokHxmpqaBQuDWa4iAxWaJJ1PS8vAmbntjjKmQ==", + "license": "MIT", + "engines": { + "node": ">=14.0" + } + }, "node_modules/mz": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", diff --git a/package.json b/package.json index c2add15..a171690 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ }, "dependencies": { "@preact/signals-core": "^1.5.1", - "inline-schema": "git+https://gitea.ayi-games.online/hypercross/inline-schema" + "inline-schema": "git+https://gitea.ayi-games.online/hypercross/inline-schema", + "mutative": "^1.3.0" }, "devDependencies": { "tsup": "^8.0.2",