Skip to content

Commit

Permalink
fix: Upgraded burnt to fix the build process
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans committed Oct 23, 2023
1 parent 6bb4fee commit bda2333
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/node_modules
node_modules
.yarn/*
!.yarn/patches
!.yarn/plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@tamagui/shorthands": "latest",
"@tamagui/themes": "latest",
"@tanstack/react-query": "^4.33.0",
"burnt": "^0.10.0",
"burnt": "^0.12.1",
"expo-constants": "~14.4.2",
"expo-haptics": "~12.4.0",
"expo-linking": "~5.0.2",
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6844,7 +6844,7 @@ __metadata:
"@tamagui/themes": latest
"@tanstack/react-query": ^4.33.0
"@types/react": ^18.0.27
burnt: ^0.10.0
burnt: ^0.12.1
expo-constants: ~14.4.2
expo-haptics: ~12.4.0
expo-linking: ~5.0.2
Expand Down Expand Up @@ -7718,6 +7718,20 @@ __metadata:
languageName: node
linkType: hard

"burnt@npm:^0.12.1":
version: 0.12.1
resolution: "burnt@npm:0.12.1"
dependencies:
sf-symbols-typescript: ^1.0.0
sonner: ^0.3.5
peerDependencies:
expo: "*"
react: "*"
react-native: "*"
checksum: 5aa27ffd871daf47237a973f43611031bbb7a00ae50b7469c875b2a487659e43440d616e71671cc433c1c15b83fe8c2563320d8b72700508b0d0149460d9a747
languageName: node
linkType: hard

"bytes@npm:3.0.0":
version: 3.0.0
resolution: "bytes@npm:3.0.0"
Expand Down Expand Up @@ -16616,6 +16630,16 @@ __metadata:
languageName: node
linkType: hard

"sonner@npm:^0.3.5":
version: 0.3.5
resolution: "sonner@npm:0.3.5"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: c0c564eddef03edb61d5a9ba4993d2a2d05a1e24e7ac9bdd4fa461e8b1fceeef69b99d4da0ffa23b3e8cbffdb660eb54327d583a9131aca34eb436a88a063691
languageName: node
linkType: hard

"source-map-js@npm:^1.0.2":
version: 1.0.2
resolution: "source-map-js@npm:1.0.2"
Expand Down

0 comments on commit bda2333

Please sign in to comment.