Compare commits

..

11 Commits

Author SHA1 Message Date
Guido D'Orsi
8706398f74 Merge pull request #2355 from garden-co/changeset-release/main
Version Packages
2025-05-23 20:31:09 +02:00
github-actions[bot]
1502a6b421 Version Packages 2025-05-23 18:15:41 +00:00
Guido D'Orsi
f167112d99 fix: remove react and react-dom dev dependencies due to npm install issues 2025-05-23 20:12:58 +02:00
Guido D'Orsi
d4d6cb3307 Merge pull request #2354 from garden-co/changeset-release/main
Version Packages
2025-05-23 20:01:42 +02:00
github-actions[bot]
9565cdf323 Version Packages 2025-05-23 18:01:27 +00:00
Guido D'Orsi
dfb21ff0f2 fix: add missing deps for sqlite and secure storage 2025-05-23 19:59:08 +02:00
Guido D'Orsi
98d697fafb fix: remove react and react-native dev dependencies 2025-05-23 19:50:54 +02:00
Guido D'Orsi
9150d53f90 Merge pull request #2353 from garden-co/changeset-release/main
Version Packages
2025-05-23 19:46:39 +02:00
github-actions[bot]
ac7ecc278c Version Packages 2025-05-23 17:46:11 +00:00
Guido D'Orsi
99595bc7e3 fix: remove React Native specific steps only for chat-rn-expo 2025-05-23 19:42:45 +02:00
Guido D'Orsi
f5bae09679 fix: remove React Native specific steps as not required anymore 2025-05-23 19:40:51 +02:00
73 changed files with 357 additions and 70 deletions

View File

@@ -1,5 +1,13 @@
# betterauth
## 0.1.15
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
- jazz-react-auth-betterauth@0.14.12
## 0.1.14
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "betterauth",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,5 +1,18 @@
# chat-rn-expo-clerk
## 1.0.135
### Patch Changes
- jazz-expo@0.14.12
## 1.0.134
### Patch Changes
- Updated dependencies [98d697f]
- jazz-expo@0.14.11
## 1.0.133
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "chat-rn-expo-clerk",
"main": "index.js",
"version": "1.0.133",
"version": "1.0.135",
"scripts": {
"build": "expo export -p ios",
"start": "expo start",

View File

@@ -1,5 +1,18 @@
# chat-rn-expo
## 1.0.3
### Patch Changes
- jazz-expo@0.14.12
## 1.0.2
### Patch Changes
- Updated dependencies [98d697f]
- jazz-expo@0.14.11
## 1.0.1
### Patch Changes

View File

@@ -26,6 +26,7 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": ["expo-secure-store", "expo-sqlite"]
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "chat-rn-expo",
"version": "1.0.1",
"version": "1.0.3",
"main": "index.ts",
"scripts": {
"build": "expo prebuild",
@@ -16,6 +16,8 @@
"@react-native-community/netinfo": "11.4.1",
"expo": "~53.0.9",
"expo-clipboard": "^7.1.4",
"expo-secure-store": "~14.2.3",
"expo-sqlite": "~15.2.10",
"expo-status-bar": "~2.2.3",
"jazz-expo": "workspace:*",
"jazz-tools": "workspace:*",

View File

@@ -1,5 +1,18 @@
# chat-rn
## 1.0.130
### Patch Changes
- jazz-react-native@0.14.12
## 1.0.129
### Patch Changes
- Updated dependencies [98d697f]
- jazz-react-native@0.14.11
## 1.0.128
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "chat-rn",
"version": "1.0.128",
"version": "1.0.130",
"main": "index.js",
"scripts": {
"android": "react-native run-android",

View File

@@ -1,5 +1,12 @@
# jazz-example-chat
## 0.0.210
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
## 0.0.209
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-chat",
"private": true,
"version": "0.0.209",
"version": "0.0.210",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,12 @@
# minimal-auth-clerk
## 0.0.109
### Patch Changes
- jazz-react@0.14.12
- jazz-react-auth-clerk@0.14.12
## 0.0.108
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "clerk",
"private": true,
"version": "0.0.108",
"version": "0.0.109",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# file-share-svelte
## 0.0.94
### Patch Changes
- jazz-inspector-element@0.14.12
## 0.0.93
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "file-share-svelte",
"version": "0.0.93",
"version": "0.0.94",
"private": true,
"type": "module",
"scripts": {

View File

@@ -1,5 +1,12 @@
# jazz-tailwind-demo-auth-starter
## 0.0.49
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
## 0.0.48
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "filestream",
"private": true,
"version": "0.0.48",
"version": "0.0.49",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# form
## 0.1.50
### Patch Changes
- jazz-react@0.14.12
## 0.1.49
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "form",
"private": true,
"version": "0.1.49",
"version": "0.1.50",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# image-upload
## 0.0.106
### Patch Changes
- jazz-react@0.14.12
## 0.0.105
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "image-upload",
"private": true,
"version": "0.0.105",
"version": "0.0.106",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# jazz-example-inspector
## 0.0.159
### Patch Changes
- jazz-inspector@0.14.12
## 0.0.158
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-inspector-app",
"private": true,
"version": "0.0.158",
"version": "0.0.159",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# multi-cursors
## 0.0.102
### Patch Changes
- jazz-react@0.14.12
## 0.0.101
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "multi-cursors",
"private": true,
"version": "0.0.101",
"version": "0.0.102",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,12 @@
# multiauth
## 0.0.50
### Patch Changes
- jazz-react@0.14.12
- jazz-react-auth-clerk@0.14.12
## 0.0.49
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "multiauth",
"private": true,
"version": "0.0.49",
"version": "0.0.50",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,12 @@
# jazz-example-musicplayer
## 0.0.131
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
## 0.0.130
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-music-player",
"private": true,
"version": "0.0.130",
"version": "0.0.131",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# organization
## 0.0.102
### Patch Changes
- jazz-react@0.14.12
## 0.0.101
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "organization",
"private": true,
"version": "0.0.101",
"version": "0.0.102",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# minimal-auth-passkey
## 0.0.107
### Patch Changes
- jazz-react@0.14.12
## 0.0.106
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "passkey",
"private": true,
"version": "0.0.106",
"version": "0.0.107",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# passphrase
## 0.0.104
### Patch Changes
- jazz-react@0.14.12
## 0.0.103
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "passphrase",
"private": true,
"version": "0.0.103",
"version": "0.0.104",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# jazz-password-manager
## 0.0.128
### Patch Changes
- jazz-react@0.14.12
## 0.0.127
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-password-manager",
"private": true,
"version": "0.0.127",
"version": "0.0.128",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# jazz-example-pets
## 0.0.226
### Patch Changes
- jazz-react@0.14.12
## 0.0.225
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-pets",
"private": true,
"version": "0.0.225",
"version": "0.0.226",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# reactions
## 0.0.106
### Patch Changes
- jazz-react@0.14.12
## 0.0.105
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "reactions",
"private": true,
"version": "0.0.105",
"version": "0.0.106",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# richtext-tiptap
## 0.1.19
### Patch Changes
- jazz-react@0.14.12
## 0.1.18
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "richtext-tiptap",
"private": true,
"version": "0.1.18",
"version": "0.1.19",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# richtext
## 0.0.96
### Patch Changes
- jazz-react@0.14.12
## 0.0.95
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "richtext",
"private": true,
"version": "0.0.95",
"version": "0.0.96",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# jazz-example-todo
## 0.0.225
### Patch Changes
- jazz-react@0.14.12
## 0.0.224
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-example-todo",
"private": true,
"version": "0.0.224",
"version": "0.0.225",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,12 @@
# version-history
## 0.0.104
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
## 0.0.103
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "version-history",
"private": true,
"version": "0.0.103",
"version": "0.0.104",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,5 +1,11 @@
# create-jazz-app
## 0.1.20
### Patch Changes
- f5bae09: Remove React Native specific steps as not required anymore
## 0.1.19
### Patch Changes

View File

@@ -5,7 +5,7 @@
"types": "src/index.ts",
"type": "module",
"license": "MIT",
"version": "0.1.19",
"version": "0.1.20",
"bin": {
"create-jazz-app": "./dist/index.js"
},

View File

@@ -248,8 +248,13 @@ async function scaffoldProject({
throw error;
}
const metroConfigPath = `${projectName}/metro.config.js`;
// Additional setup for React Native
if (starterConfig.platform === PLATFORM.REACT_NATIVE) {
if (
starterConfig.platform === PLATFORM.REACT_NATIVE &&
fs.existsSync(metroConfigPath)
) {
const rnSpinner = ora({
text: chalk.blue("Setting up React Native project..."),
spinner: "dots",
@@ -260,15 +265,14 @@ async function scaffoldProject({
execSync(`cd "${projectName}" && npx pod-install`, { stdio: "pipe" });
// Update metro.config.js
const metroConfigPath = `${projectName}/metro.config.js`;
const metroConfig = `
const { getDefaultConfig } = require("expo/metro-config");
const { withNativeWind } = require("nativewind/metro");
const { getDefaultConfig } = require("expo/metro-config");
const { withNativeWind } = require("nativewind/metro");
const config = getDefaultConfig(__dirname);
const config = getDefaultConfig(__dirname);
module.exports = withNativeWind(config, { input: "./global.css" });
`;
module.exports = withNativeWind(config, { input: "./global.css" });
`;
fs.writeFileSync(metroConfigPath, metroConfig);
rnSpinner.succeed(chalk.green("React Native setup completed"));

View File

@@ -1,5 +1,19 @@
# jazz-browser
## 0.14.12
### Patch Changes
- Updated dependencies [f167112]
- jazz-react-core@0.14.12
- jazz-react-native-core@0.14.12
## 0.14.11
### Patch Changes
- 98d697f: Remove react and react-native dev dependencies
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-expo",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
@@ -53,8 +53,6 @@
"devDependencies": {
"@react-native-community/netinfo": "11.4.1",
"expo-secure-store": "~14.2.3",
"react": "18.3.1",
"react-native": "0.79.2",
"typescript": "catalog:"
},
"scripts": {

View File

@@ -1,5 +1,11 @@
# jazz-inspector-element
## 0.14.12
### Patch Changes
- jazz-inspector@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-inspector-element",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",

View File

@@ -1,5 +1,12 @@
# jazz-inspector
## 0.14.12
### Patch Changes
- Updated dependencies [f167112]
- jazz-react-core@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-inspector",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "./dist/app.js",
"types": "./dist/app.d.ts",

View File

@@ -1,5 +1,11 @@
# jazz-react-auth-betterauth
## 0.14.12
### Patch Changes
- jazz-react@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-auth-betterauth",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "dist/index.js",
"types": "src/index.tsx",

View File

@@ -1,5 +1,11 @@
# jazz-browser-media-images
## 0.14.12
### Patch Changes
- jazz-react@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-auth-clerk",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,5 +1,11 @@
# jazz-react-core
## 0.14.12
### Patch Changes
- f167112: Remove react and react-dom dev dependencies due to npm install issues
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-core",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -26,8 +26,6 @@
"@testing-library/react": "16.2.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"typescript": "catalog:"
},
"peerDependencies": {

View File

@@ -1,5 +1,12 @@
# jazz-browser
## 0.14.12
### Patch Changes
- Updated dependencies [f167112]
- jazz-react-core@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-react-native-core",
"type": "module",
"version": "0.14.10",
"version": "0.14.12",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",

View File

@@ -1,5 +1,17 @@
# jazz-browser
## 0.14.12
### Patch Changes
- jazz-react-native-core@0.14.12
## 0.14.11
### Patch Changes
- 98d697f: Remove react and react-native dev dependencies
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react-native",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
@@ -40,8 +40,6 @@
},
"devDependencies": {
"@react-native-community/netinfo": "11.4.1",
"react": "19.0.0",
"react-native": "0.79.2",
"typescript": "catalog:"
},
"scripts": {

View File

@@ -1,5 +1,12 @@
# jazz-react
## 0.14.12
### Patch Changes
- Updated dependencies [f167112]
- jazz-react-core@0.14.12
## 0.14.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "jazz-react",
"version": "0.14.10",
"version": "0.14.12",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
"cojson": "workspace:0.14.1",
"jazz-browser-media-images": "workspace:0.14.10",
"jazz-browser": "workspace:0.14.10",
"jazz-react-core": "workspace:0.14.10",
"jazz-react-core": "workspace:0.14.12",
"jazz-tools": "workspace:0.14.10"
},
"devDependencies": {

69
pnpm-lock.yaml generated
View File

@@ -383,6 +383,12 @@ importers:
expo-clipboard:
specifier: ^7.1.4
version: 7.1.4(expo@53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
expo-secure-store:
specifier: ~14.2.3
version: 14.2.3(expo@53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))
expo-sqlite:
specifier: ~15.2.10
version: 15.2.10(expo@53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
expo-status-bar:
specifier: ~2.2.3
version: 2.2.3(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
@@ -2249,6 +2255,12 @@ importers:
jazz-tools:
specifier: workspace:*
version: link:../jazz-tools
react:
specifier: 19.0.0
version: 19.0.0
react-native:
specifier: '*'
version: 0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)
devDependencies:
'@react-native-community/netinfo':
specifier: 11.4.1
@@ -2256,12 +2268,6 @@ importers:
expo-secure-store:
specifier: ~14.2.3
version: 14.2.3(expo@53.0.9(@babel/core@7.27.1)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))
react:
specifier: 19.0.0
version: 19.0.0
react-native:
specifier: 0.79.2
version: 0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)
typescript:
specifier: 'catalog:'
version: 5.6.2
@@ -2374,7 +2380,7 @@ importers:
specifier: workspace:0.14.10
version: link:../jazz-browser-media-images
jazz-react-core:
specifier: workspace:0.14.10
specifier: workspace:0.14.12
version: link:../jazz-react-core
jazz-tools:
specifier: workspace:0.14.10
@@ -2481,6 +2487,12 @@ importers:
jazz-tools:
specifier: workspace:*
version: link:../jazz-tools
react:
specifier: 19.0.0
version: 19.0.0
react-dom:
specifier: 19.0.0
version: 19.0.0(react@19.0.0)
devDependencies:
'@scure/bip39':
specifier: ^1.3.0
@@ -2500,12 +2512,6 @@ importers:
'@types/react-dom':
specifier: 19.0.0
version: 19.0.0
react:
specifier: 19.0.0
version: 19.0.0
react-dom:
specifier: 19.0.0
version: 19.0.0(react@19.0.0)
typescript:
specifier: 'catalog:'
version: 5.6.2
@@ -2530,6 +2536,12 @@ importers:
jazz-tools:
specifier: workspace:*
version: link:../jazz-tools
react:
specifier: 19.0.0
version: 19.0.0
react-native:
specifier: '*'
version: 0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)
react-native-mmkv:
specifier: ^3.2.0
version: 3.2.0(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
@@ -2537,12 +2549,6 @@ importers:
'@react-native-community/netinfo':
specifier: 11.4.1
version: 11.4.1(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0))
react:
specifier: 19.0.0
version: 19.0.0
react-native:
specifier: 0.79.2
version: 0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)
typescript:
specifier: 'catalog:'
version: 5.6.2
@@ -7790,6 +7796,9 @@ packages:
resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==}
engines: {node: '>= 0.4'}
await-lock@2.2.2:
resolution: {integrity: sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==}
axobject-query@4.1.0:
resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==}
engines: {node: '>= 0.4'}
@@ -9283,6 +9292,13 @@ packages:
peerDependencies:
expo: '*'
expo-sqlite@15.2.10:
resolution: {integrity: sha512-F7IYvXSOh3vIqhRkmaUvIP595Oqh8888CV5wpys94/437LkMYAOzMnqoscr+TCCmcO9XWURsMbBGsCVPHanlYQ==}
peerDependencies:
expo: '*'
react: 19.0.0
react-native: '*'
expo-sqlite@15.2.9:
resolution: {integrity: sha512-i21AQtzNC1aqXC5Ee/R3OGkkRLALfxWB27vIv3ae7gQfJKdr9jJbmRqd+jymPfXXy7f2EugFDEdLN8C6jWAD1A==}
peerDependencies:
@@ -14911,7 +14927,7 @@ snapshots:
'@babel/helper-wrap-function@7.25.9':
dependencies:
'@babel/template': 7.27.0
'@babel/template': 7.27.2
'@babel/traverse': 7.27.0
'@babel/types': 7.27.1
transitivePeerDependencies:
@@ -21081,6 +21097,8 @@ snapshots:
dependencies:
possible-typed-array-names: 1.0.0
await-lock@2.2.2: {}
axobject-query@4.1.0: {}
b4a@1.6.7: {}
@@ -22998,6 +23016,10 @@ snapshots:
dependencies:
expo: 53.0.8(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
expo-secure-store@14.2.3(expo@53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)):
dependencies:
expo: 53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
expo-secure-store@14.2.3(expo@53.0.9(@babel/core@7.27.1)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)):
dependencies:
expo: 53.0.9(@babel/core@7.27.1)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.27.1)(@react-native-community/cli@15.0.1(typescript@5.6.2))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
@@ -23009,6 +23031,13 @@ snapshots:
transitivePeerDependencies:
- supports-color
expo-sqlite@15.2.10(expo@53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0):
dependencies:
await-lock: 2.2.2
expo: 53.0.9(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)
react: 19.0.0
react-native: 0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)
expo-sqlite@15.2.9(expo@53.0.8(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0))(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0):
dependencies:
expo: 53.0.8(@babel/core@7.26.0)(@expo/metro-runtime@5.0.4(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0)))(graphql@16.11.0)(react-native@0.79.2(@babel/core@7.26.0)(@react-native-community/cli@15.0.1(typescript@5.8.3))(@types/react@19.0.0)(react@19.0.0))(react@19.0.0)

View File

@@ -1,5 +1,12 @@
# jazz-tailwind-demo-auth-starter
## 0.0.103
### Patch Changes
- jazz-inspector@0.14.12
- jazz-react@0.14.12
## 0.0.102
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "jazz-tailwind-demo-auth-starter",
"private": true,
"version": "0.0.102",
"version": "0.0.103",
"type": "module",
"scripts": {
"dev": "vite",