Skip to content

Commit

Permalink
chore: bump deps and align
Browse files Browse the repository at this point in the history
for better management for consumers
  • Loading branch information
mxdvl committed Dec 5, 2024
1 parent f2d4860 commit e8d8ef1
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 42 deletions.
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mxdvl/mononykus",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"exports": "./src/build.ts",
"tasks": {
Expand All @@ -21,14 +21,14 @@
"exclude": ["build", "src/_site/build", ".cache"]
},
"imports": {
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.10.3",
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
"@std/async": "jsr:@std/async@^1.0.9",
"@std/cli": "jsr:@std/cli@^1.0.7",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/fs": "jsr:@std/fs@^1.0.6",
"@std/http": "jsr:@std/http@^1.0.11",
"@std/path": "jsr:@std/path@^1.0.8",
"@std/path": "jsr:@std/path@^1.0.6",
"esbuild": "npm:esbuild@~0.24.0",
"prettier": "npm:prettier@^3.0.2",
"svelte": "npm:svelte@5.4.0"
"svelte": "npm:svelte@5.7.1"
}
}
60 changes: 23 additions & 37 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8d8ef1

Please sign in to comment.