Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Oct 7, 2024
1 parent 03d530e commit 7a674d9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 24 deletions.
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"build:npm": "deno run -A scripts/build_npm.ts"
},
"imports": {
"@catppuccin/palette": "npm:@catppuccin/palette@^1.3.0",
"@catppuccin/palette": "npm:@catppuccin/palette@^1.4.0",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@std/assert": "jsr:@std/assert@^1.0.4",
"@std/testing": "jsr:@std/testing@^1.0.2",
"@unocss/core": "npm:@unocss/core@^0.62.2"
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/testing": "jsr:@std/testing@^1.0.3",
"@unocss/core": "npm:@unocss/core@^0.63.3"
},
"exports": {
".": "./src/index.ts",
Expand Down
44 changes: 24 additions & 20 deletions deno.lock

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

0 comments on commit 7a674d9

Please sign in to comment.