Unverified Commit e63c0422 authored by Hong Minhee's avatar Hong Minhee
Browse files

Reorganize .gitignore and update dependencies



- Alphabetize .gitignore entries for better maintainability
- Add package-lock.json to .gitignore (npm equivalent of pnpm-lock.yaml)
- Add @david/dax to shared imports in deno.json
- Update deno task install to run dependency update script
- Update deno.lock with latest dependency versions

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent a4374459
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
.claude/settings.local.json
.DS_Store
.pnpm-store/
dist/
node_modules/
package-lock.json
repomix-output.xml
t.ts
t2.ts
.pnpm-store/
+2 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
  ],
  "imports": {
    "@cloudflare/workers-types": "npm:@cloudflare/workers-types@^4.20250529.0",
    "@david/dax": "jsr:@david/dax@^0.43.2",
    "@js-temporal/polyfill": "npm:@js-temporal/polyfill@^0.5.1",
    "@logtape/file": "jsr:@logtape/file@^1.1.1",
    "@logtape/logtape": "jsr:@logtape/logtape@^1.1.1",
@@ -72,7 +73,7 @@
        "codegen"
      ]
    },
    "install": "pnpm install",
    "install": "deno run --allow-read --allow-env --allow-run scripts/install.ts && pnpm install",
    "test": {
      "command": "deno test --check --doc --allow-all --unstable-kv --trace-leaks --parallel",
      "dependencies": [
+148 −83

File changed.

Preview size limit exceeded, changes collapsed.

package-lock.json

deleted100644 → 0
+0 −566

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
    "@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4",
    "@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4",
    "@cross/dir": "jsr:@cross/dir@^1.1.0",
    "@david/dax": "jsr:@david/dax@^0.41.0",
    "@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0",
    "@jimp/core": "npm:@jimp/core@^1.6.0",
    "@jimp/wasm-webp": "npm:@jimp/wasm-webp@^1.6.0",
Loading