diff options
| author | Jay V <[email protected]> | 2025-05-27 20:38:23 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-05-27 20:38:29 -0400 |
| commit | 37082b217653b33da1ff5318293ceec28a253f9b (patch) | |
| tree | c762d61812918f2c56e970e32c066b13a44d5732 /app/bun.lock | |
| parent | b9f009c529e7d70484ba2674547f050c55862ca4 (diff) | |
| download | opencode-37082b217653b33da1ff5318293ceec28a253f9b.tar.gz opencode-37082b217653b33da1ff5318293ceec28a253f9b.zip | |
styling share
Diffstat (limited to 'app/bun.lock')
| -rw-r--r-- | app/bun.lock | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/bun.lock b/app/bun.lock index 397965d20..3a6e26e8c 100644 --- a/app/bun.lock +++ b/app/bun.lock @@ -3,6 +3,10 @@ "workspaces": { "": { "name": "opencontrol", + "dependencies": { + "@types/luxon": "^3.6.2", + "luxon": "^3.6.1", + }, "devDependencies": { "@tsconfig/node22": "22.0.0", "@types/node": "^22.13.9", @@ -325,6 +329,8 @@ "@types/js-yaml": ["@types/[email protected]", "", {}, "sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg=="], + "@types/luxon": ["@types/[email protected]", "", {}, "sha512-R/BdP7OxEMc44l2Ex5lSXHoIXTB2JLNa3y2QISIbr58U/YcsffyQrYW//hZSdrfxrjRZj3GcUoxMPGdO8gSYuw=="], + "@types/mdast": ["@types/[email protected]", "", { "dependencies": { "@types/unist": "*" } }, "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA=="], "@types/mdx": ["@types/[email protected]", "", {}, "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw=="], @@ -785,6 +791,8 @@ "lru-cache": ["[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="], + "luxon": ["[email protected]", "", {}, "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ=="], + "magic-string": ["[email protected]", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } }, "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA=="], "magicast": ["[email protected]", "", { "dependencies": { "@babel/parser": "^7.25.4", "@babel/types": "^7.25.4", "source-map-js": "^1.2.0" } }, "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ=="], |
