Skip to content

Commit

Permalink
chore: bump dev deps a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelezkov committed Jul 22, 2024
1 parent 1b4a326 commit 51e5383
Show file tree
Hide file tree
Showing 3 changed files with 15,576 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"expo": "~51.0.21",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.3",
"@expo/metro-runtime": "~3.2.1",
"react-dom": "18.2.0",
"react-native": "0.74.3",
"react-native-web": "~0.19.10"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@react-native/eslint-config": "^0.74.85",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-builder-bob": "^0.26.0",
"release-it": "^15.0.0",
"typescript": "^5.2.2"
"typescript": "^5.5.3"
},
"resolutions": {
"@types/react": "^18.2.44"
Expand Down
Loading

0 comments on commit 51e5383

Please sign in to comment.