Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
newbthenewbd authored Jan 13, 2024
1 parent b62f331 commit 7a1dfd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@expo/webpack-config": "^19.0.0",
"@react-native/metro-config": "^0.73.3",
"expo": "~49.0.15",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-native": "0.72.6",
"react-native-web": "~0.19.6",
"yarn": "^1.22.21",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^19.0.0",
"@types/react": "~18.2.14",
"eslint": "^8.54.0",
"eslint-config-universe": "^12.0.0",
Expand All @@ -33,6 +31,8 @@
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.1.0",
"react-dom": "18.2.0",
"react-native-web": "~0.19.6",
"typescript": "^5.1.3"
},
"private": true
Expand Down

0 comments on commit 7a1dfd7

Please sign in to comment.