Compare commits

..

No commits in common. "cd8c1bb7f136762baff2dc390e15bf159004a299" and "e0f69af8d3c4cb2f2d304ef458c41e98552f1dbb" have entirely different histories.

2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -83,7 +83,7 @@
"esbuild": "^0.19.9", "esbuild": "^0.19.9",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"tsx": "^4.18.0", "tsx": "^4.18.0",
"typescript": "^5.5.4" "typescript": "^5.4.5"
}, },
"engines": { "engines": {
"node": ">=18.14", "node": ">=18.14",
@ -6207,9 +6207,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.5.4", "version": "5.4.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View file

@ -105,6 +105,6 @@
"esbuild": "^0.19.9", "esbuild": "^0.19.9",
"prettier": "^3.3.2", "prettier": "^3.3.2",
"tsx": "^4.18.0", "tsx": "^4.18.0",
"typescript": "^5.5.4" "typescript": "^5.4.5"
} }
} }