This commit is contained in:
Kurt Hutten Irev-Dev
2025-07-01 17:26:15 +10:00
parent e63eb18d65
commit 6545fb6db0
2 changed files with 8 additions and 0 deletions

7
package-lock.json generated
View File

@ -35,6 +35,7 @@
"@million/lint": "^1.0.14",
"@react-hook/resize-observer": "^2.0.1",
"@replit/codemirror-interact": "^6.3.1",
"@texel/color": "^1.1.10",
"@ts-stack/markdown": "^1.5.0",
"@tweenjs/tween.js": "^23.1.1",
"@xstate/inspect": "^0.8.0",
@ -7243,6 +7244,12 @@
}
}
},
"node_modules/@texel/color": {
"version": "1.1.10",
"resolved": "https://registry.npmjs.org/@texel/color/-/color-1.1.10.tgz",
"integrity": "sha512-0du+jhP68nvdXGoS/dxAyqkmWWzsogtU3chygmNf/u4QtDIbG1e5OfcVIWfx29B5ANCLEDOPEQIvOhrvwhlORg==",
"license": "MIT"
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",

View File

@ -37,6 +37,7 @@
"@million/lint": "^1.0.14",
"@react-hook/resize-observer": "^2.0.1",
"@replit/codemirror-interact": "^6.3.1",
"@texel/color": "^1.1.10",
"@ts-stack/markdown": "^1.5.0",
"@tweenjs/tween.js": "^23.1.1",
"@xstate/inspect": "^0.8.0",