Skip to content

Commit 22674a5

Browse files
committed
chore: update dependencies
1 parent a2f330e commit 22674a5

File tree

3 files changed

+32
-34
lines changed

3 files changed

+32
-34
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

bun.lock

Lines changed: 29 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"module": "src/index.ts",
55
"devDependencies": {
6-
"@biomejs/biome": "^2.2.6",
6+
"@biomejs/biome": "^2.2.7",
77
"@parcel/watcher": "^2.5.1",
88
"@react-native-clipboard/clipboard": "^1.16.3",
99
"@types/bun": "^1.3.0",
@@ -54,7 +54,7 @@
5454
"chalk": "^5.6.2",
5555
"magic-string": "^0.30.19",
5656
"react-native-click-outside": "^0.1.1",
57-
"rolldown": "1.0.0-beta.43"
57+
"rolldown": "1.0.0-beta.44"
5858
},
5959
"overrides": {
6060
"@react-native/community-cli-plugin": "npm:dry-uninstall",

0 commit comments

Comments
 (0)