Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Dec 17, 2023
1 parent dfdb169 commit fa69ef8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@tamagui/font-inter": "1.79.12",
"@tamagui/lucide-icons": "1.79.12",
"@tamagui/theme-base": "1.79.12",
"expo": "50.0.0-preview.3",
"expo": "50.0.0-preview.4",
"expo-apple-authentication": "~6.3.0",
"expo-application": "~5.8.0",
"expo-asset": "~9.0.1",
Expand All @@ -43,15 +43,15 @@
"expo-image": "~1.10.0",
"expo-linking": "~6.2.1",
"expo-media-library": "~15.9.0",
"expo-router": "~3.3.1",
"expo-router": "~3.4.0",
"expo-sharing": "~11.10.0",
"expo-splash-screen": "~0.26.0",
"expo-status-bar": "~1.11.0",
"expo-store-review": "~6.8.1",
"expo-system-ui": "~2.9.0",
"expo-updates": "~0.24.2",
"expo-store-review": "~6.8.2",
"expo-system-ui": "~2.9.1",
"expo-updates": "~0.24.3",
"expo-web-browser": "~12.8.0",
"posthog-react-native": "2.9.0",
"posthog-react-native": "2.9.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.0",
Expand All @@ -72,7 +72,7 @@
"devDependencies": {
"@babel/core": "7.23.6",
"@types/react": "18.2.45",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-universe": "12.0.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sanity/eslint-config-studio": "3.0.1",
"@types/react": "18.2.45",
"@types/styled-components": "5.1.34",
"eslint": "8.55.0",
"eslint": "8.56.0",
"typescript": "5.3.3"
}
}
6 changes: 3 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@remix-run/eslint-config": "2.4.0",
"@tailwindcss/typography": "0.5.10",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.17",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint": "8.56.0",
"tailwindcss": "3.3.6",
"typescript": "5.3.3",
"wrangler": "3.20.0"
"wrangler": "3.21.0"
},
"license": "UNLICENSED",
"private": true
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/seed-data-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"bun-types": "1.0.18",
"eslint": "8.55.0",
"eslint": "8.56.0",
"typescript": "5.3.3"
},
"license": "UNLICENSED",
Expand Down

0 comments on commit fa69ef8

Please sign in to comment.