deps-upgrade(simulator): ⬆️ Update Rust and JavaScript dependencies in Cargo.toml/package.json for simulator and guide modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
7d395cdb56
commit
dd9a27155c
7 changed files with 1274 additions and 32 deletions
|
|
@ -7,12 +7,15 @@
|
|||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "eslint src/",
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
"test": "vitest run",
|
||||
"preview": "vite preview",
|
||||
"gen-vectors": "GENERATE=1 vitest run src/simulation/__tests__/golden.test.ts",
|
||||
"gen-names": "tsx ../../tools/gen-names.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/spaceship-ui-icons": "^1.0.0",
|
||||
"@lilith/ui-feedback": "^1.4.0",
|
||||
"@lilith/ui-layout": "^1.3.0",
|
||||
"@lilith/ui-primitives": "^1.2.16",
|
||||
|
|
@ -22,6 +25,7 @@
|
|||
"@magic-civ/engine-ts": "workspace:*",
|
||||
"@magic-civ/guide-engine": "workspace:*",
|
||||
"@magic-civ/physics-rs": "workspace:*",
|
||||
"ioredis": "^5.10.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.0.0",
|
||||
|
|
@ -33,9 +37,15 @@
|
|||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@types/three": "^0.183.1",
|
||||
"@lilith/eslint-plugin-file-length": "^1.1.1",
|
||||
"@lilith/eslint-plugin-import-alias": "^1.2.2",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"eslint": "^10.0.0",
|
||||
"eslint-plugin-react-hooks": "^7.0.0",
|
||||
"eslint-plugin-unused-imports": "^4.0.0",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.7.0",
|
||||
"typescript-eslint": "^8.0.0",
|
||||
"vite": "^6.0.0",
|
||||
"vite-plugin-wasm": "^3.6.0",
|
||||
"vitest": "^4.1.0"
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"type": "module"
|
||||
}
|
||||
296
pnpm-lock.yaml
generated
296
pnpm-lock.yaml
generated
|
|
@ -10,12 +10,15 @@ importers:
|
|||
|
||||
games/age-of-dwarves/guide:
|
||||
dependencies:
|
||||
'@lilith/spaceship-ui-icons':
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
'@lilith/ui-feedback':
|
||||
specifier: ^1.4.0
|
||||
version: 1.4.2(@emotion/is-prop-valid@1.4.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
'@lilith/ui-layout':
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
version: 1.3.0(e82a90042af67dd0ce41495954e6fa05)
|
||||
'@lilith/ui-primitives':
|
||||
specifier: ^1.2.16
|
||||
version: 1.2.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
|
|
@ -37,6 +40,9 @@ importers:
|
|||
'@magic-civ/physics-rs':
|
||||
specifier: workspace:*
|
||||
version: link:../../../src/simulator
|
||||
ioredis:
|
||||
specifier: ^5.10.1
|
||||
version: 5.10.1
|
||||
react:
|
||||
specifier: ^19.0.0
|
||||
version: 19.2.4
|
||||
|
|
@ -53,6 +59,12 @@ importers:
|
|||
specifier: ^0.183.2
|
||||
version: 0.183.2
|
||||
devDependencies:
|
||||
'@lilith/eslint-plugin-file-length':
|
||||
specifier: ^1.1.1
|
||||
version: 1.1.2(eslint@10.0.3)
|
||||
'@lilith/eslint-plugin-import-alias':
|
||||
specifier: ^1.2.2
|
||||
version: 1.2.2(eslint@10.0.3)
|
||||
'@types/node':
|
||||
specifier: ^25.5.0
|
||||
version: 25.5.0
|
||||
|
|
@ -68,12 +80,24 @@ importers:
|
|||
'@vitejs/plugin-react':
|
||||
specifier: ^4.0.0
|
||||
version: 4.7.0(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
eslint:
|
||||
specifier: ^10.0.0
|
||||
version: 10.0.3
|
||||
eslint-plugin-react-hooks:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.1(eslint@10.0.3)
|
||||
eslint-plugin-unused-imports:
|
||||
specifier: ^4.0.0
|
||||
version: 4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)
|
||||
tsx:
|
||||
specifier: ^4.21.0
|
||||
version: 4.21.0
|
||||
typescript:
|
||||
specifier: ^5.7.0
|
||||
version: 5.9.3
|
||||
typescript-eslint:
|
||||
specifier: ^8.0.0
|
||||
version: 8.57.1(eslint@10.0.3)(typescript@5.9.3)
|
||||
vite:
|
||||
specifier: ^6.0.0
|
||||
version: 6.4.1(@types/node@25.5.0)(tsx@4.21.0)
|
||||
|
|
@ -101,7 +125,7 @@ importers:
|
|||
version: 1.4.2(@emotion/is-prop-valid@1.4.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
'@lilith/ui-layout':
|
||||
specifier: ^1.3.0
|
||||
version: 1.3.0(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
version: 1.3.0(e82a90042af67dd0ce41495954e6fa05)
|
||||
'@lilith/ui-primitives':
|
||||
specifier: ^1.2.16
|
||||
version: 1.2.18(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
|
|
@ -630,6 +654,9 @@ packages:
|
|||
resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==}
|
||||
engines: {node: '>=18.18'}
|
||||
|
||||
'@ioredis/commands@1.5.1':
|
||||
resolution: {integrity: sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==}
|
||||
|
||||
'@jridgewell/gen-mapping@0.3.13':
|
||||
resolution: {integrity: sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==}
|
||||
|
||||
|
|
@ -657,22 +684,63 @@ packages:
|
|||
resolution: {integrity: sha512-kor5yIydez1teS60P7Pyqf4Zoh9lsikp76/Q868NFabuyxzgzC12b4eC6XKT+XSIUasnehbAPMj8QwFqkIDA5Q==}
|
||||
peerDependencies:
|
||||
'@eslint/js': '>=9.0.0'
|
||||
'@lilith/dev-console': '*'
|
||||
'@typescript-eslint/eslint-plugin': '>=8.0.0'
|
||||
'@typescript-eslint/parser': '>=8.0.0'
|
||||
'@vitejs/plugin-react': '*'
|
||||
eslint: '>=9.0.0'
|
||||
eslint-config-prettier: '>=9.0.0'
|
||||
eslint-import-resolver-typescript: '>=3.6.0'
|
||||
eslint-plugin-import: '>=2.26.0'
|
||||
eslint-plugin-jsx-a11y: '*'
|
||||
eslint-plugin-prettier: '>=5.0.0'
|
||||
eslint-plugin-react: '*'
|
||||
eslint-plugin-react-hooks: '*'
|
||||
eslint-plugin-unused-imports: '>=4.0.0'
|
||||
prettier: '>=3.0.0'
|
||||
tsup: '>=8.0.0'
|
||||
typescript: '>=5.0.0'
|
||||
typescript-eslint: '>=8.0.0'
|
||||
vite: '*'
|
||||
vitest: '*'
|
||||
peerDependenciesMeta:
|
||||
'@lilith/dev-console':
|
||||
optional: true
|
||||
'@vitejs/plugin-react':
|
||||
optional: true
|
||||
eslint-plugin-jsx-a11y:
|
||||
optional: true
|
||||
eslint-plugin-react:
|
||||
optional: true
|
||||
eslint-plugin-react-hooks:
|
||||
optional: true
|
||||
tsup:
|
||||
optional: true
|
||||
vite:
|
||||
optional: true
|
||||
vitest:
|
||||
optional: true
|
||||
|
||||
'@lilith/eslint-plugin-file-length@1.1.2':
|
||||
resolution: {integrity: sha512-ABa5RDDAS7kIlvQDiHhqKeZYkKONrKXOBoSa6OgkZMT9rDyffqZCYGJoXf2c3Emvr43v/lhKhr5fhYV+AbTsQQ==}
|
||||
peerDependencies:
|
||||
eslint: '>=8.0.0'
|
||||
|
||||
'@lilith/eslint-plugin-import-alias@1.2.2':
|
||||
resolution: {integrity: sha512-4qH4WEYySgqM+i+7Cgloj2on2grrCa0QBm9M7Fwm65eVnzPFdBl1CFbCjGk8QRqausRDR/AD5Vr43GHnfuag6Q==}
|
||||
peerDependencies:
|
||||
eslint: '>=9.0.0'
|
||||
|
||||
'@lilith/format@1.0.0':
|
||||
resolution: {integrity: sha512-IQSZARV8wmyTFjzRYnrNDg0wxYLA7wykxLuvgO4smRN8pyjKPubnNwEzxH70CG/TCz/20yvMUO6vOmx3e1geug==}
|
||||
|
||||
'@lilith/spaceship-ui-icons@1.0.0':
|
||||
resolution: {integrity: sha512-AWNvuGjK6TkWODxuYChJsQ4ZumdeScTup8uS/rEE+GzHAuJoq3ipqduwOORN0NwxQHQQ2jYrXZ4T1B5NuLPyIA==}
|
||||
peerDependencies:
|
||||
react: ^19.1.1
|
||||
react-dom: ^19.1.1
|
||||
styled-components: ^6.1.19
|
||||
|
||||
'@lilith/ui-design-tokens@1.2.1':
|
||||
resolution: {integrity: sha512-AWMV1SDBBarbMqFMNZmD1PmxckWmXFoZ7kq+ntnS8V9CLNIJteLIzBhszpR4xfBuLrZVVwNoG6yr0j/dQuewvw==}
|
||||
|
||||
|
|
@ -773,7 +841,14 @@ packages:
|
|||
'@lilith/vite-config-react@1.0.0':
|
||||
resolution: {integrity: sha512-2fHVqqLx2yW5yzPW3Z37rrETurkjXRkPr/8sK6Vo2PQn7pRzL9sqQcksZyLZf3qIS1tiCH8MkDp1cwtiNzdBjA==}
|
||||
peerDependencies:
|
||||
'@lilith/dev-console': '*'
|
||||
'@lilith/vite-plugin-pnpm-resolve': '*'
|
||||
vite: '>=5.0.0'
|
||||
peerDependenciesMeta:
|
||||
'@lilith/dev-console':
|
||||
optional: true
|
||||
'@lilith/vite-plugin-pnpm-resolve':
|
||||
optional: true
|
||||
|
||||
'@napi-rs/wasm-runtime@0.2.12':
|
||||
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
||||
|
|
@ -1300,6 +1375,10 @@ packages:
|
|||
resolution: {integrity: sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==}
|
||||
engines: {node: '>= 14.16.0'}
|
||||
|
||||
cluster-key-slot@1.1.2:
|
||||
resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
commander@4.1.1:
|
||||
resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
|
||||
engines: {node: '>= 6'}
|
||||
|
|
@ -1375,6 +1454,10 @@ packages:
|
|||
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
denque@2.1.0:
|
||||
resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==}
|
||||
engines: {node: '>=0.10'}
|
||||
|
||||
doctrine@2.1.0:
|
||||
resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
|
@ -1511,6 +1594,12 @@ packages:
|
|||
eslint-config-prettier:
|
||||
optional: true
|
||||
|
||||
eslint-plugin-react-hooks@7.0.1:
|
||||
resolution: {integrity: sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==}
|
||||
engines: {node: '>=18'}
|
||||
peerDependencies:
|
||||
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
|
||||
|
||||
eslint-plugin-unused-imports@4.4.1:
|
||||
resolution: {integrity: sha512-oZGYUz1X3sRMGUB+0cZyK2VcvRX5lm/vB56PgNNcU+7ficUCKm66oZWKUubXWnOuPjQ8PvmXtCViXBMONPe7tQ==}
|
||||
peerDependencies:
|
||||
|
|
@ -1702,6 +1791,12 @@ packages:
|
|||
resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
hermes-estree@0.25.1:
|
||||
resolution: {integrity: sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==}
|
||||
|
||||
hermes-parser@0.25.1:
|
||||
resolution: {integrity: sha512-6pEjquH3rqaI6cYAXYPcz9MS4rY6R4ngRgrgfDshRptUZIc3lw0MCIJIGDj9++mfySOuPTHB4nrSW99BCvOPIA==}
|
||||
|
||||
ignore@5.3.2:
|
||||
resolution: {integrity: sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==}
|
||||
engines: {node: '>= 4'}
|
||||
|
|
@ -1718,6 +1813,10 @@ packages:
|
|||
resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
ioredis@5.10.1:
|
||||
resolution: {integrity: sha512-HuEDBTI70aYdx1v6U97SbNx9F1+svQKBDo30o0b9fw055LMepzpOOd0Ccg9Q6tbqmBSJaMuY0fB7yw9/vjBYCA==}
|
||||
engines: {node: '>=12.22.0'}
|
||||
|
||||
is-array-buffer@3.0.5:
|
||||
resolution: {integrity: sha512-DDfANUiiG2wC1qawP66qlTugJeL5HyzMpfr8lLK+jMQirGzNod0B12cFB/9q838Ru27sBwfw78/rdoU7RERz6A==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -1875,6 +1974,12 @@ packages:
|
|||
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
lodash.defaults@4.2.0:
|
||||
resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==}
|
||||
|
||||
lodash.isarguments@3.1.0:
|
||||
resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==}
|
||||
|
||||
lru-cache@5.1.1:
|
||||
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
|
||||
|
||||
|
|
@ -2093,6 +2198,14 @@ packages:
|
|||
resolution: {integrity: sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==}
|
||||
engines: {node: '>= 14.18.0'}
|
||||
|
||||
redis-errors@1.2.0:
|
||||
resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
redis-parser@3.0.0:
|
||||
resolution: {integrity: sha512-DJnGAeenTdpMEH6uAJRK/uiyEIH9WVsUmoLwzudwGJUwZPp80PDBWPHXSAGNPwNvIXAbe7MSUB1zQFugFml66A==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
reflect.getprototypeof@1.0.10:
|
||||
resolution: {integrity: sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
|
@ -2202,6 +2315,9 @@ packages:
|
|||
stackback@0.0.2:
|
||||
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
||||
|
||||
standard-as-callback@2.1.0:
|
||||
resolution: {integrity: sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==}
|
||||
|
||||
std-env@4.0.0:
|
||||
resolution: {integrity: sha512-zUMPtQ/HBY3/50VbpkupYHbRroTRZJPRLvreamgErJVys0ceuzMkD44J/QjqhHjOzK42GQ3QZIeFG1OYfOtKqQ==}
|
||||
|
||||
|
|
@ -2503,6 +2619,15 @@ packages:
|
|||
resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==}
|
||||
engines: {node: '>=10'}
|
||||
|
||||
zod-validation-error@4.0.2:
|
||||
resolution: {integrity: sha512-Q6/nZLe6jxuU80qb/4uJ4t5v2VEZ44lzQjPDhYJNztRQ4wyWc6VF3D3Kb/fAuPetZQnhS3hnajCf9CsWesghLQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
peerDependencies:
|
||||
zod: ^3.25.0 || ^4.0.0
|
||||
|
||||
zod@4.3.6:
|
||||
resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==}
|
||||
|
||||
snapshots:
|
||||
|
||||
'@babel/code-frame@7.29.0':
|
||||
|
|
@ -2844,6 +2969,8 @@ snapshots:
|
|||
|
||||
'@humanwhocodes/retry@0.4.3': {}
|
||||
|
||||
'@ioredis/commands@1.5.1': {}
|
||||
|
||||
'@jridgewell/gen-mapping@0.3.13':
|
||||
dependencies:
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
|
@ -2869,7 +2996,7 @@ snapshots:
|
|||
react-dom: 19.2.4(react@19.2.4)
|
||||
styled-components: 6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
|
||||
'@lilith/configs@2.4.1(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))':
|
||||
'@lilith/configs@2.4.1(6a74dc94ddfb437889767914e76e9f07)':
|
||||
dependencies:
|
||||
'@eslint/js': 10.0.1(eslint@10.0.3)
|
||||
'@lilith/vite-config-react': 1.0.0(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
|
|
@ -2882,15 +3009,34 @@ snapshots:
|
|||
eslint-plugin-prettier: 5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)
|
||||
eslint-plugin-unused-imports: 4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)
|
||||
prettier: 3.8.1
|
||||
tsup: 8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3)
|
||||
typescript: 5.9.3
|
||||
typescript-eslint: 8.57.1(eslint@10.0.3)(typescript@5.9.3)
|
||||
optionalDependencies:
|
||||
'@vitejs/plugin-react': 4.7.0(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
eslint-plugin-react-hooks: 7.0.1(eslint@10.0.3)
|
||||
tsup: 8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3)
|
||||
vite: 6.4.1(@types/node@25.5.0)(tsx@4.21.0)
|
||||
vitest: 4.1.0(@types/node@25.5.0)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
transitivePeerDependencies:
|
||||
- '@lilith/vite-plugin-pnpm-resolve'
|
||||
- supports-color
|
||||
- vite
|
||||
|
||||
'@lilith/eslint-plugin-file-length@1.1.2(eslint@10.0.3)':
|
||||
dependencies:
|
||||
eslint: 10.0.3
|
||||
|
||||
'@lilith/eslint-plugin-import-alias@1.2.2(eslint@10.0.3)':
|
||||
dependencies:
|
||||
eslint: 10.0.3
|
||||
|
||||
'@lilith/format@1.0.0': {}
|
||||
|
||||
'@lilith/spaceship-ui-icons@1.0.0(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))':
|
||||
dependencies:
|
||||
react: 19.2.4
|
||||
react-dom: 19.2.4(react@19.2.4)
|
||||
styled-components: 6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
|
||||
'@lilith/ui-design-tokens@1.2.1': {}
|
||||
|
||||
'@lilith/ui-feedback@1.4.2(@emotion/is-prop-valid@1.4.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))':
|
||||
|
|
@ -2910,9 +3056,9 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- '@emotion/is-prop-valid'
|
||||
|
||||
'@lilith/ui-glassmorphism@1.1.6(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))':
|
||||
'@lilith/ui-glassmorphism@1.1.6(e82a90042af67dd0ce41495954e6fa05)':
|
||||
dependencies:
|
||||
'@lilith/configs': 2.4.1(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
'@lilith/configs': 2.4.1(6a74dc94ddfb437889767914e76e9f07)
|
||||
'@lilith/ui-styled-components': 6.3.8(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
'@lilith/ui-zname': 1.2.4(react@19.2.4)
|
||||
'@types/react': 19.2.14
|
||||
|
|
@ -2922,13 +3068,19 @@ snapshots:
|
|||
styled-components: 6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/js'
|
||||
- '@lilith/dev-console'
|
||||
- '@lilith/vite-plugin-pnpm-resolve'
|
||||
- '@typescript-eslint/eslint-plugin'
|
||||
- '@typescript-eslint/parser'
|
||||
- '@vitejs/plugin-react'
|
||||
- eslint
|
||||
- eslint-config-prettier
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-plugin-import
|
||||
- eslint-plugin-jsx-a11y
|
||||
- eslint-plugin-prettier
|
||||
- eslint-plugin-react
|
||||
- eslint-plugin-react-hooks
|
||||
- eslint-plugin-unused-imports
|
||||
- prettier
|
||||
- supports-color
|
||||
|
|
@ -2936,10 +3088,11 @@ snapshots:
|
|||
- typescript
|
||||
- typescript-eslint
|
||||
- vite
|
||||
- vitest
|
||||
|
||||
'@lilith/ui-layout@1.3.0(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))':
|
||||
'@lilith/ui-layout@1.3.0(e82a90042af67dd0ce41495954e6fa05)':
|
||||
dependencies:
|
||||
'@lilith/ui-glassmorphism': 1.1.6(@eslint/js@10.0.1(eslint@10.0.3))(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint-import-resolver-typescript@4.4.4)(eslint-plugin-import@2.32.0)(eslint-plugin-prettier@5.5.5(eslint-config-prettier@10.1.8(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1))(eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3))(eslint@10.0.3)(prettier@3.8.1)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(tsup@8.5.1(postcss@8.5.8)(tsx@4.21.0)(typescript@5.9.3))(typescript-eslint@8.57.1(eslint@10.0.3)(typescript@5.9.3))(typescript@5.9.3)(vite@6.4.1(@types/node@25.5.0)(tsx@4.21.0))
|
||||
'@lilith/ui-glassmorphism': 1.1.6(e82a90042af67dd0ce41495954e6fa05)
|
||||
'@lilith/ui-styled-components': 6.3.9(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
'@lilith/ui-theme': 1.5.1(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(styled-components@6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4))
|
||||
react: 19.2.4
|
||||
|
|
@ -2947,13 +3100,19 @@ snapshots:
|
|||
styled-components: 6.3.11(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
|
||||
transitivePeerDependencies:
|
||||
- '@eslint/js'
|
||||
- '@lilith/dev-console'
|
||||
- '@lilith/vite-plugin-pnpm-resolve'
|
||||
- '@typescript-eslint/eslint-plugin'
|
||||
- '@typescript-eslint/parser'
|
||||
- '@vitejs/plugin-react'
|
||||
- eslint
|
||||
- eslint-config-prettier
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-plugin-import
|
||||
- eslint-plugin-jsx-a11y
|
||||
- eslint-plugin-prettier
|
||||
- eslint-plugin-react
|
||||
- eslint-plugin-react-hooks
|
||||
- eslint-plugin-unused-imports
|
||||
- prettier
|
||||
- supports-color
|
||||
|
|
@ -2961,6 +3120,7 @@ snapshots:
|
|||
- typescript
|
||||
- typescript-eslint
|
||||
- vite
|
||||
- vitest
|
||||
|
||||
'@lilith/ui-motion@2.2.0(framer-motion@11.18.2(@emotion/is-prop-valid@1.4.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)':
|
||||
dependencies:
|
||||
|
|
@ -3430,7 +3590,8 @@ snapshots:
|
|||
json-schema-traverse: 0.4.1
|
||||
uri-js: 4.4.1
|
||||
|
||||
any-promise@1.3.0: {}
|
||||
any-promise@1.3.0:
|
||||
optional: true
|
||||
|
||||
array-buffer-byte-length@1.0.2:
|
||||
dependencies:
|
||||
|
|
@ -3517,8 +3678,10 @@ snapshots:
|
|||
dependencies:
|
||||
esbuild: 0.27.4
|
||||
load-tsconfig: 0.2.5
|
||||
optional: true
|
||||
|
||||
cac@6.7.14: {}
|
||||
cac@6.7.14:
|
||||
optional: true
|
||||
|
||||
call-bind-apply-helpers@1.0.2:
|
||||
dependencies:
|
||||
|
|
@ -3546,14 +3709,20 @@ snapshots:
|
|||
chokidar@4.0.3:
|
||||
dependencies:
|
||||
readdirp: 4.1.2
|
||||
optional: true
|
||||
|
||||
commander@4.1.1: {}
|
||||
cluster-key-slot@1.1.2: {}
|
||||
|
||||
commander@4.1.1:
|
||||
optional: true
|
||||
|
||||
concat-map@0.0.1: {}
|
||||
|
||||
confbox@0.1.8: {}
|
||||
confbox@0.1.8:
|
||||
optional: true
|
||||
|
||||
consola@3.4.2: {}
|
||||
consola@3.4.2:
|
||||
optional: true
|
||||
|
||||
convert-source-map@2.0.0: {}
|
||||
|
||||
|
|
@ -3615,6 +3784,8 @@ snapshots:
|
|||
has-property-descriptors: 1.0.2
|
||||
object-keys: 1.1.1
|
||||
|
||||
denque@2.1.0: {}
|
||||
|
||||
doctrine@2.1.0:
|
||||
dependencies:
|
||||
esutils: 2.0.3
|
||||
|
|
@ -3856,6 +4027,17 @@ snapshots:
|
|||
optionalDependencies:
|
||||
eslint-config-prettier: 10.1.8(eslint@10.0.3)
|
||||
|
||||
eslint-plugin-react-hooks@7.0.1(eslint@10.0.3):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.0
|
||||
'@babel/parser': 7.29.2
|
||||
eslint: 10.0.3
|
||||
hermes-parser: 0.25.1
|
||||
zod: 4.3.6
|
||||
zod-validation-error: 4.0.2(zod@4.3.6)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
eslint-plugin-unused-imports@4.4.1(@typescript-eslint/eslint-plugin@8.57.1(@typescript-eslint/parser@8.57.1(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3)(typescript@5.9.3))(eslint@10.0.3):
|
||||
dependencies:
|
||||
eslint: 10.0.3
|
||||
|
|
@ -3960,6 +4142,7 @@ snapshots:
|
|||
magic-string: 0.30.21
|
||||
mlly: 1.8.1
|
||||
rollup: 4.59.0
|
||||
optional: true
|
||||
|
||||
flat-cache@4.0.1:
|
||||
dependencies:
|
||||
|
|
@ -4061,6 +4244,12 @@ snapshots:
|
|||
dependencies:
|
||||
function-bind: 1.1.2
|
||||
|
||||
hermes-estree@0.25.1: {}
|
||||
|
||||
hermes-parser@0.25.1:
|
||||
dependencies:
|
||||
hermes-estree: 0.25.1
|
||||
|
||||
ignore@5.3.2: {}
|
||||
|
||||
ignore@7.0.5: {}
|
||||
|
|
@ -4073,6 +4262,20 @@ snapshots:
|
|||
hasown: 2.0.2
|
||||
side-channel: 1.1.0
|
||||
|
||||
ioredis@5.10.1:
|
||||
dependencies:
|
||||
'@ioredis/commands': 1.5.1
|
||||
cluster-key-slot: 1.1.2
|
||||
debug: 4.4.3
|
||||
denque: 2.1.0
|
||||
lodash.defaults: 4.2.0
|
||||
lodash.isarguments: 3.1.0
|
||||
redis-errors: 1.2.0
|
||||
redis-parser: 3.0.0
|
||||
standard-as-callback: 2.1.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
is-array-buffer@3.0.5:
|
||||
dependencies:
|
||||
call-bind: 1.0.8
|
||||
|
|
@ -4187,7 +4390,8 @@ snapshots:
|
|||
|
||||
isexe@2.0.0: {}
|
||||
|
||||
joycon@3.1.1: {}
|
||||
joycon@3.1.1:
|
||||
optional: true
|
||||
|
||||
js-tokens@4.0.0: {}
|
||||
|
||||
|
|
@ -4214,16 +4418,23 @@ snapshots:
|
|||
prelude-ls: 1.2.1
|
||||
type-check: 0.4.0
|
||||
|
||||
lilconfig@3.1.3: {}
|
||||
lilconfig@3.1.3:
|
||||
optional: true
|
||||
|
||||
lines-and-columns@1.2.4: {}
|
||||
lines-and-columns@1.2.4:
|
||||
optional: true
|
||||
|
||||
load-tsconfig@0.2.5: {}
|
||||
load-tsconfig@0.2.5:
|
||||
optional: true
|
||||
|
||||
locate-path@6.0.0:
|
||||
dependencies:
|
||||
p-locate: 5.0.0
|
||||
|
||||
lodash.defaults@4.2.0: {}
|
||||
|
||||
lodash.isarguments@3.1.0: {}
|
||||
|
||||
lru-cache@5.1.1:
|
||||
dependencies:
|
||||
yallist: 3.1.1
|
||||
|
|
@ -4256,6 +4467,7 @@ snapshots:
|
|||
pathe: 2.0.3
|
||||
pkg-types: 1.3.1
|
||||
ufo: 1.6.3
|
||||
optional: true
|
||||
|
||||
motion-dom@11.18.1:
|
||||
dependencies:
|
||||
|
|
@ -4270,6 +4482,7 @@ snapshots:
|
|||
any-promise: 1.3.0
|
||||
object-assign: 4.1.1
|
||||
thenify-all: 1.6.0
|
||||
optional: true
|
||||
|
||||
nanoid@3.3.11: {}
|
||||
|
||||
|
|
@ -4279,7 +4492,8 @@ snapshots:
|
|||
|
||||
node-releases@2.0.36: {}
|
||||
|
||||
object-assign@4.1.1: {}
|
||||
object-assign@4.1.1:
|
||||
optional: true
|
||||
|
||||
object-inspect@1.13.4: {}
|
||||
|
||||
|
|
@ -4351,13 +4565,15 @@ snapshots:
|
|||
|
||||
picomatch@4.0.3: {}
|
||||
|
||||
pirates@4.0.7: {}
|
||||
pirates@4.0.7:
|
||||
optional: true
|
||||
|
||||
pkg-types@1.3.1:
|
||||
dependencies:
|
||||
confbox: 0.1.8
|
||||
mlly: 1.8.1
|
||||
pathe: 2.0.3
|
||||
optional: true
|
||||
|
||||
possible-typed-array-names@1.1.0: {}
|
||||
|
||||
|
|
@ -4367,6 +4583,7 @@ snapshots:
|
|||
optionalDependencies:
|
||||
postcss: 8.5.8
|
||||
tsx: 4.21.0
|
||||
optional: true
|
||||
|
||||
postcss-value-parser@4.2.0: {}
|
||||
|
||||
|
|
@ -4415,7 +4632,14 @@ snapshots:
|
|||
|
||||
react@19.2.4: {}
|
||||
|
||||
readdirp@4.1.2: {}
|
||||
readdirp@4.1.2:
|
||||
optional: true
|
||||
|
||||
redis-errors@1.2.0: {}
|
||||
|
||||
redis-parser@3.0.0:
|
||||
dependencies:
|
||||
redis-errors: 1.2.0
|
||||
|
||||
reflect.getprototypeof@1.0.10:
|
||||
dependencies:
|
||||
|
|
@ -4437,7 +4661,8 @@ snapshots:
|
|||
gopd: 1.2.0
|
||||
set-function-name: 2.0.2
|
||||
|
||||
resolve-from@5.0.0: {}
|
||||
resolve-from@5.0.0:
|
||||
optional: true
|
||||
|
||||
resolve-pkg-maps@1.0.0: {}
|
||||
|
||||
|
|
@ -4567,12 +4792,15 @@ snapshots:
|
|||
|
||||
source-map-js@1.2.1: {}
|
||||
|
||||
source-map@0.7.6: {}
|
||||
source-map@0.7.6:
|
||||
optional: true
|
||||
|
||||
stable-hash-x@0.2.0: {}
|
||||
|
||||
stackback@0.0.2: {}
|
||||
|
||||
standard-as-callback@2.1.0: {}
|
||||
|
||||
std-env@4.0.0: {}
|
||||
|
||||
stop-iteration-iterator@1.1.0:
|
||||
|
|
@ -4646,6 +4874,7 @@ snapshots:
|
|||
pirates: 4.0.7
|
||||
tinyglobby: 0.2.15
|
||||
ts-interface-checker: 0.1.13
|
||||
optional: true
|
||||
|
||||
supports-preserve-symlinks-flag@1.0.0: {}
|
||||
|
||||
|
|
@ -4656,16 +4885,19 @@ snapshots:
|
|||
thenify-all@1.6.0:
|
||||
dependencies:
|
||||
thenify: 3.3.1
|
||||
optional: true
|
||||
|
||||
thenify@3.3.1:
|
||||
dependencies:
|
||||
any-promise: 1.3.0
|
||||
optional: true
|
||||
|
||||
three@0.183.2: {}
|
||||
|
||||
tinybench@2.9.0: {}
|
||||
|
||||
tinyexec@0.3.2: {}
|
||||
tinyexec@0.3.2:
|
||||
optional: true
|
||||
|
||||
tinyexec@1.0.4: {}
|
||||
|
||||
|
|
@ -4676,13 +4908,15 @@ snapshots:
|
|||
|
||||
tinyrainbow@3.1.0: {}
|
||||
|
||||
tree-kill@1.2.2: {}
|
||||
tree-kill@1.2.2:
|
||||
optional: true
|
||||
|
||||
ts-api-utils@2.4.0(typescript@5.9.3):
|
||||
dependencies:
|
||||
typescript: 5.9.3
|
||||
|
||||
ts-interface-checker@0.1.13: {}
|
||||
ts-interface-checker@0.1.13:
|
||||
optional: true
|
||||
|
||||
tsconfig-paths@3.15.0:
|
||||
dependencies:
|
||||
|
|
@ -4720,6 +4954,7 @@ snapshots:
|
|||
- supports-color
|
||||
- tsx
|
||||
- yaml
|
||||
optional: true
|
||||
|
||||
tsx@4.21.0:
|
||||
dependencies:
|
||||
|
|
@ -4778,7 +5013,8 @@ snapshots:
|
|||
|
||||
typescript@5.9.3: {}
|
||||
|
||||
ufo@1.6.3: {}
|
||||
ufo@1.6.3:
|
||||
optional: true
|
||||
|
||||
unbox-primitive@1.1.0:
|
||||
dependencies:
|
||||
|
|
@ -4922,3 +5158,9 @@ snapshots:
|
|||
yallist@3.1.1: {}
|
||||
|
||||
yocto-queue@0.1.0: {}
|
||||
|
||||
zod-validation-error@4.0.2(zod@4.3.6):
|
||||
dependencies:
|
||||
zod: 4.3.6
|
||||
|
||||
zod@4.3.6: {}
|
||||
|
|
|
|||
994
src/simulator/Cargo.lock
generated
994
src/simulator/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -13,6 +13,7 @@ members = [
|
|||
"crates/mc-tech",
|
||||
"crates/mc-ai",
|
||||
"crates/mc-turn",
|
||||
"crates/mc-compute",
|
||||
"api-wasm",
|
||||
"api-gdext",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ crate-type = ["cdylib"]
|
|||
mc-core = { path = "../crates/mc-core" }
|
||||
mc-climate = { path = "../crates/mc-climate" }
|
||||
mc-mapgen = { path = "../crates/mc-mapgen" }
|
||||
mc-compute = { path = "../crates/mc-compute", features = ["gpu", "parallel"] }
|
||||
godot = "0.2"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ crate-type = ["cdylib", "rlib"]
|
|||
mc-core = { path = "../crates/mc-core" }
|
||||
mc-climate = { path = "../crates/mc-climate" }
|
||||
mc-mapgen = { path = "../crates/mc-mapgen" }
|
||||
mc-compute = { path = "../crates/mc-compute", features = ["gpu"] }
|
||||
wasm-bindgen = "0.2"
|
||||
js-sys = "0.3"
|
||||
serde-wasm-bindgen = "0.6"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue