Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Sep 23, 2024
1 parent e2aab98 commit 7268a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"format:apply": "prettier . --write"
},
"devDependencies": {
"bun-types": "^1.1.26",
"bun-types": "^1.1.29",
"prettier": "3.3.3"
},
"dependencies": {
"@lilybird/handlers": "0.6.0-beta.20",
"@lilybird/handlers": "0.6.0",
"@lilybird/jsx": "0.3.0",
"@lilybird/transformers": "^0.4.1",
"@lilybird/transformers": "^0.4.2",
"@paperdave/logger": "^3.0.1",
"@purplet/serialize": "^2.0.0",
"@wolfram-alpha/wolfram-alpha-api": "^23.1004.144821-RELEASE",
"algoliasearch": "^5.2.3",
"bun-tracestrings": "github:oven-sh/bun.report",
"algoliasearch": "^5.5.3",
"bun-tracestrings": "https://github.com/oven-sh/bun.report",
"gray-matter": "^4.0.3",
"lilybird": "^0.7.3"
"lilybird": "^0.8.0"
}
}

0 comments on commit 7268a72

Please sign in to comment.