Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Feb 6, 2024
1 parent 528e384 commit 7664c69
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"expo-system-ui": "~2.9.3",
"expo-updates": "~0.24.10",
"expo-web-browser": "~12.8.2",
"posthog-react-native": "2.11.1",
"posthog-react-native": "2.11.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
Expand All @@ -68,7 +68,7 @@
},
"devDependencies": {
"@babel/core": "7.23.9",
"@types/react": "18.2.54",
"@types/react": "18.2.55",
"eslint": "8.56.0",
"eslint-config-universe": "12.0.0",
"typescript": "5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions apps/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"dependencies": {
"@sanity/icons": "2.10.1",
"@sanity/ui": "2.0.1",
"@sanity/vision": "3.27.1",
"@sanity/vision": "3.28.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"sanity": "3.27.1",
"sanity": "3.28.0",
"styled-components": "6.1.8"
},
"devDependencies": {
"@sanity/eslint-config-studio": "3.0.1",
"@types/react": "18.2.54",
"@types/react": "18.2.55",
"@types/styled-components": "5.1.34",
"eslint": "8.56.0",
"typescript": "5.3.3"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"@remix-run/dev": "2.6.0",
"@remix-run/eslint-config": "2.6.0",
"@tailwindcss/typography": "0.5.10",
"@types/react": "18.2.54",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.17",
"eslint": "8.56.0",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"wrangler": "3.26.0"
"wrangler": "3.27.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 @@ -19,7 +19,7 @@
"svgo": "3.2.0"
},
"devDependencies": {
"@types/bun": "1.0.4",
"@types/bun": "1.0.5",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
Expand Down

0 comments on commit 7664c69

Please sign in to comment.