Skip to content

Commit

Permalink
fix: upgraded burnt to fix the build process (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Lanser <[email protected]>
  • Loading branch information
Tommylans authored Nov 6, 2023
1 parent 777ccf4 commit 221108c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 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 apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@react-navigation/native": "^6.1.6",
"app": "*",
"babel-plugin-module-resolver": "^4.1.0",
"burnt": "^0.10.0",
"burnt": "^0.12.1",
"expo": "^49.0.0",
"expo-barcode-scanner": "~12.5.3",
"expo-constants": "~14.4.2",
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
23 changes: 17 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6845,7 +6845,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 @@ -7706,16 +7706,17 @@ __metadata:
languageName: node
linkType: hard

"burnt@npm:^0.10.0":
version: 0.10.0
resolution: "burnt@npm:0.10.0"
"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: b33a84b0a57be34cc37d18f50710d46fb72e8d8eb2c5d5ae687a22dad41a1c6a42a49d507a71065480b5286729c887e3ee281f47af1325321f63fdc15e3af913
checksum: 5aa27ffd871daf47237a973f43611031bbb7a00ae50b7469c875b2a487659e43440d616e71671cc433c1c15b83fe8c2563320d8b72700508b0d0149460d9a747
languageName: node
linkType: hard

Expand Down Expand Up @@ -9752,7 +9753,7 @@ __metadata:
app: "*"
babel-plugin-module-resolver: ^4.1.0
babel-plugin-transform-inline-environment-variables: ^0.4.4
burnt: ^0.10.0
burnt: ^0.12.1
expo: ^49.0.0
expo-barcode-scanner: ~12.5.3
expo-constants: ~14.4.2
Expand Down Expand Up @@ -16642,6 +16643,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 221108c

Please sign in to comment.