Skip to content

Commit

Permalink
fix: svd-js disapeared from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmanj committed Feb 16, 2025
1 parent 79ae121 commit cd35613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lucide-svelte": "^0.469.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"svd-js": "^1.1.1",
"svelte-gestures": "^5.1.3",
"tailwindcss-color-mix": "^0.0.9",
},
Expand Down Expand Up @@ -645,6 +646,8 @@

"supports-preserve-symlinks-flag": ["[email protected]", "", {}, "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="],

"svd-js": ["[email protected]", "", {}, "sha512-3Mpd08lu7HPD/aDMnHvhLBKHLdoUv+w9411ZLGjZYIR51e05CFNAY+MYMXLs7leo6jljZ8PGkoCSI1I4lF1Z4Q=="],

"svelte": ["[email protected]", "", { "dependencies": { "@ampproject/remapping": "^2.3.0", "@jridgewell/sourcemap-codec": "^1.5.0", "@types/estree": "^1.0.5", "acorn": "^8.12.1", "acorn-typescript": "^1.4.13", "aria-query": "^5.3.1", "axobject-query": "^4.1.0", "clsx": "^2.1.1", "esm-env": "^1.2.1", "esrap": "^1.4.3", "is-reference": "^3.0.3", "locate-character": "^3.0.0", "magic-string": "^0.30.11", "zimmerframe": "^1.1.2" } }, "sha512-56Vd/nwJrljV0w7RCV1A8sB4/yjSbWW5qrGDTAzp7q42OxwqEWT+6obWzDt41tHjIW+C9Fs2ygtejjJrXR+ZPA=="],

"svelte-eslint-parser": ["[email protected]", "", { "dependencies": { "eslint-scope": "^7.2.2", "eslint-visitor-keys": "^3.4.3", "espree": "^9.6.1", "postcss": "^8.4.39", "postcss-scss": "^4.0.9" }, "peerDependencies": { "svelte": "^3.37.0 || ^4.0.0 || ^5.0.0" }, "optionalPeers": ["svelte"] }, "sha512-GpU52uPKKcVnh8tKN5P4UZpJ/fUDndmq7wfsvoVXsyP+aY0anol7Yqo01fyrlaWGMFfm4av5DyrjlaXdLRJvGA=="],
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@
"lucide-svelte": "^0.469.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tailwindcss-color-mix": "^0.0.9",
"svelte-gestures": "^5.1.3"
"svd-js": "^1.1.1",
"svelte-gestures": "^5.1.3",
"tailwindcss-color-mix": "^0.0.9"
},
"prisma": {
"seed": "bun ./prisma/seed.ts"
Expand Down

0 comments on commit cd35613

Please sign in to comment.