Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2023
1 parent 836a81d commit aea7696
Show file tree
Hide file tree
Showing 7 changed files with 590 additions and 629 deletions.
262 changes: 131 additions & 131 deletions .yarn/releases/yarn-3.6.3.cjs → .yarn/releases/yarn-3.6.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-3.6.4.cjs
30 changes: 15 additions & 15 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,46 @@
"start": "TAMAGUI_TARGET=native npx expo start -c"
},
"resolutions": {
"metro": "0.79.0",
"metro-resolver": "0.79.0"
"metro": "0.79.1",
"metro-resolver": "0.79.1"
},
"dependencies": {
"@babel/runtime": "7.22.15",
"@babel/runtime": "7.23.1",
"@productsway/ui": "*",
"@react-navigation/native": "6.1.7",
"@types/react-native": "0.72.2",
"@react-navigation/native": "6.1.8",
"@types/react-native": "0.72.3",
"app": "*",
"babel-plugin-module-resolver": "5.0.0",
"burnt": "0.11.7",
"expo": "48.0.20",
"expo-constants": "14.4.2",
"expo-dev-client": "2.4.10",
"expo-dev-client": "2.4.11",
"expo-font": "11.6.0",
"expo-linear-gradient": "12.5.0",
"expo-linking": "4.1.0",
"expo-router": "1.7.7",
"expo-splash-screen": "0.22.0",
"expo-status-bar": "1.7.1",
"expo-updates": "0.18.13",
"expo-updates": "0.18.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "2.13.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "2.13.1",
"react-native-safe-area-context": "4.7.2",
"react-native-screens": "3.25.0",
"react-native-svg": "13.13.0",
"react-native-web": "0.19.8"
"react-native-svg": "13.14.0",
"react-native-web": "0.19.9"
},
"devDependencies": {
"@babel/core": "7.22.20",
"@babel/core": "7.23.0",
"@expo/metro-config": "0.10.7",
"@tamagui/babel-plugin": "latest",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"metro-minify-terser": "0.79.0",
"metro-minify-terser": "0.79.1",
"typescript": "5.2.2"
},
"overrides": {
"metro": "0.79.0",
"metro-resolver": "0.79.0"
"metro": "0.79.1",
"metro-resolver": "0.79.1"
}
}
10 changes: 5 additions & 5 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"dependencies": {
"@tamagui/next-theme": "latest",
"app": "*",
"next": "13.4.19",
"next": "13.5.4",
"raf": "3.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-web": "0.19.8",
"react-native": "0.72.5",
"react-native-web": "0.19.9",
"react-native-web-lite": "latest",
"vercel": "latest"
},
"devDependencies": {
"@tamagui/next-plugin": "latest",
"@types/node": "18.17.17",
"eslint-config-next": "13.4.19"
"@types/node": "18.18.3",
"eslint-config-next": "13.5.4"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"web:prod:serve": "yarn workspace next-app serve"
},
"resolutions": {
"@types/react-native": "0.72.2",
"@types/react-native": "0.72.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native-svg": "13.13.0",
"react-native-web": "0.19.8",
"react-native-svg": "13.14.0",
"react-native-web": "0.19.9",
"react-refresh": "0.14.0"
},
"dependencies": {
"@babel/runtime": "7.22.15",
"@babel/runtime": "7.23.1",
"@manypkg/cli": "0.21.0",
"check-dependency-version-consistency": "4.1.0",
"eslint": "8.49.0",
"eslint": "8.50.0",
"node-gyp": "9.4.0",
"prettier": "2.8.8",
"turbo": "1.10.14",
"typescript": "5.2.2"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"solito": "3.2.9"
},
"devDependencies": {
"@types/react": "18.2.21",
"@types/react-native": "0.72.2"
"@types/react": "18.2.25",
"@types/react-native": "0.72.3"
}
}
Loading

0 comments on commit aea7696

Please sign in to comment.