-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 'rol' to private claims * Update rol claim * Fix formatting
- Loading branch information
1 parent
c11ce76
commit a9ea2a7
Showing
16 changed files
with
1,942 additions
and
2,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@quiltt/react-native": patch | ||
"@quiltt/react": patch | ||
"@quiltt/core": patch | ||
--- | ||
|
||
Add 'rol' to private claims |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v20.14.0 | ||
v20.15.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"scripts": { | ||
"android": "expo run:android", | ||
"build": "CI=1 expo prebuild --no-install", | ||
"ios": "expo start --ios", | ||
"ios": "expo run:ios", | ||
"jest": "jest --watchAll", | ||
"lint": "expo lint", | ||
"start": "expo start", | ||
|
@@ -19,22 +19,22 @@ | |
"preset": "jest-expo" | ||
}, | ||
"dependencies": { | ||
"@expo/vector-icons": "14.0.0", | ||
"@quiltt/react-native": "3.6.9", | ||
"@expo/vector-icons": "^14.0.2", | ||
"@quiltt/react-native": "3.6.10", | ||
"@react-navigation/native": "6.0.2", | ||
"base-64": "1.0.0", | ||
"expo": "~51.0.7", | ||
"expo-constants": "16.0.1", | ||
"expo-font": "12.0.5", | ||
"expo": "~51.0.17", | ||
"expo-constants": "~16.0.2", | ||
"expo-font": "~12.0.7", | ||
"expo-linking": "6.3.1", | ||
"expo-router": "~3.5.14", | ||
"expo-splash-screen": "0.27.4", | ||
"expo-router": "~3.5.17", | ||
"expo-splash-screen": "~0.27.5", | ||
"expo-status-bar": "1.12.1", | ||
"expo-system-ui": "3.0.4", | ||
"expo-system-ui": "~3.0.7", | ||
"expo-web-browser": "13.0.3", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-native": "0.74.1", | ||
"react-native": "0.74.3", | ||
"react-native-gesture-handler": "2.16.1", | ||
"react-native-reanimated": "3.10.1", | ||
"react-native-safe-area-context": "4.10.1", | ||
|
@@ -49,9 +49,9 @@ | |
"@types/react": "~18.2.79", | ||
"@types/react-test-renderer": "18.0.7", | ||
"jest": "^29.4.0", | ||
"jest-expo": "51.0.1", | ||
"jest-expo": "~51.0.3", | ||
"react-test-renderer": "18.2.0", | ||
"typescript": "5.3.3" | ||
"typescript": "~5.3.3" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,21 +23,21 @@ | |
"postversion": "pnpm exec pnpm install --filter=./packages/** " | ||
}, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.8.1", | ||
"@biomejs/biome": "1.8.3", | ||
"@changesets/changelog-github": "0.5.0", | ||
"@changesets/cli": "2.27.1", | ||
"@changesets/cli": "2.27.7", | ||
"@testing-library/react": "15.0.5", | ||
"@testing-library/react-native": "12.4.5", | ||
"@types/node": "20.14.5", | ||
"@types/node": "20.14.10", | ||
"@vitejs/plugin-react": "4.2.1", | ||
"@vitest/coverage-v8": "1.5.2", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"check-dependency-version-consistency": "4.1.0", | ||
"genversion": "3.2.0", | ||
"happy-dom": "14.7.1", | ||
"turbo": "2.0.4", | ||
"vite": "5.2.10", | ||
"turbo": "2.0.6", | ||
"vite": "5.3.3", | ||
"vite-tsconfig-paths": "4.3.2", | ||
"vitest": "1.5.2", | ||
"vitest": "1.6.0", | ||
"vitest-react-native": "0.1.5" | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.