diff --git a/.gitignore b/.gitignore index 9930a3dc..2b3c810f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/node_modules +node_modules .yarn/* !.yarn/patches !.yarn/plugins diff --git a/apps/expo/package.json b/apps/expo/package.json index e7baaf1a..ebf6b633 100644 --- a/apps/expo/package.json +++ b/apps/expo/package.json @@ -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", diff --git a/packages/app/package.json b/packages/app/package.json index a2ff0312..e0ddeb0f 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 6b66f9c9..7353a243 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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 @@ -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"