Skip to content

Commit

Permalink
chore: 🤖 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
suchcodemuchwow committed Apr 13, 2024
1 parent f5f90b7 commit d498c34
Show file tree
Hide file tree
Showing 6 changed files with 590 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"cache-manager": "^5.4.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"reflect-metadata": "^0.2.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
}
}
4 changes: 2 additions & 2 deletions apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@acme/ui": "workspace:*",
"@plasmohq/messaging": "^0.6.0",
"lucide-react": "^0.344.0",
"plasmo": "0.84.2",
"lucide-react": "^0.368.0",
"plasmo": "0.85.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.10.0"
Expand Down
16 changes: 8 additions & 8 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^50.0.0",
"expo-dev-client": "~3.3.0",
"expo-splash-screen": "~0.26.0",
"expo": "^50.0.15",
"expo-dev-client": "~3.3.11",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "1.11.1",
"expo-updates": "0.24.11",
"jest-expo": "^50.0.0",
"expo-updates": "0.24.12",
"jest-expo": "^50.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.5",
"react-native-web": "~0.19.6"
"react-native": "0.73.6",
"react-native-web": "~0.19.10"
},
"eslintConfig": {
"extends": [
Expand All @@ -50,6 +50,6 @@
},
"prettier": "@acme/prettier-config",
"devDependencies": {
"@babel/core": "^7.20.0"
"@babel/core": "^7.24.4"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"detox": "^20.18.3",
"electron": "^29.1.0",
"electron-builder": "^24.12.0",
"eslint": "^9.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -66,7 +66,7 @@
"tsconfig-paths": "^4.2.0",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"turbo": "latest",
"turbo": "^1.11.3",
"typescript": "5.4.5",
"vite": "^5.1.4",
"vite-plugin-electron": "^0.28.2",
Expand Down
Loading

0 comments on commit d498c34

Please sign in to comment.