Skip to content

Commit

Permalink
chore: upgrade packages (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun authored Dec 7, 2024
1 parent 51622bc commit 1f71c43
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 409 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"husky": "^9.1.7"
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@commitlint/types": "^18.6.1",
"husky": "^9.0.11"
},
"engines": {
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"cross-spawn@<6.0.6": "^6.0.6",
"ws@>=7.0.0<7.5.10": "^7.5.10",
"send@<0.19.0": "^0.19.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/rn-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@expo/metro-runtime": "~3.2.1",
"@logto/rn": "workspace:^",
"@react-native-async-storage/async-storage": "^1.23.1",
"expo": "~51.0.38",
"expo": "~51.0.39",
"expo-crypto": "^13.0.2",
"expo-secure-store": "^13.0.1",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "^13.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.1",
"react-native": "0.74.6",
"react-native-web": "~0.19.6"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 1f71c43

Please sign in to comment.