Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 22, 2021
1 parent 9531c99 commit 1889960
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
30 changes: 15 additions & 15 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@
},
"dependencies": {
"@react-native-masked-view/masked-view": "0.2.4",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"expo": "~42.0.1",
"expo-app-loading": "^1.1.2",
"expo-font": "~9.2.1",
"expo-status-bar": "~1.0.4",
"@react-navigation/native": "6.0.6",
"@react-navigation/stack": "6.0.11",
"expo": "42.0.5",
"expo-app-loading": "1.2.1",
"expo-font": "9.2.1",
"expo-status-bar": "1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react-native-gesture-handler": "1.10.3",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-swipeable": "^0.6.0",
"react-native-web": "~0.13.12",
"tailwind-rn": "^3.0.1"
"react-native-screens": "3.4.0",
"react-native-swipeable": "0.6.0",
"react-native-web": "0.13.18",
"tailwind-rn": "3.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"typescript": "~4.0.0"
"@babel/core": "7.15.8",
"@types/react": "16.9.56",
"@types/react-native": "0.63.55",
"typescript": "4.0.8"
},
"private": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start:expo": "cd app && yarn run start"
},
"devDependencies": {
"prettier": "^2.3.2"
"prettier": "2.4.1"
},
"dependencies": {}
}
46 changes: 23 additions & 23 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
"version": "0.0.1",
"description": "",
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/graphql-upload": "^8.0.7",
"@types/jsonwebtoken": "^8.5.5",
"@types/node": "^8.0.29",
"nodemon": "^2.0.12",
"prettier": "^2.3.2",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
"@types/bcryptjs": "2.4.2",
"@types/cookie-parser": "1.4.2",
"@types/express": "4.17.13",
"@types/graphql-upload": "8.0.7",
"@types/jsonwebtoken": "8.5.5",
"@types/node": "8.10.66",
"nodemon": "2.0.14",
"prettier": "2.4.1",
"ts-node": "10.3.1",
"typescript": "4.4.4"
},
"dependencies": {
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/schema": "8.3.0",
"apollo-server-core": "^3.1.2",
"apollo-server-express": "^3.1.2",
"bcryptjs": "^2.4.3",
"class-validator": "^0.13.1",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-upload": "^12.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.0.8",
"reflect-metadata": "^0.1.10",
"subscriptions-transport-ws": "^0.9.19",
"type-graphql": "^1.1.1",
"bcryptjs": "2.4.3",
"class-validator": "0.13.1",
"cookie-parser": "1.4.5",
"dotenv": "10.0.0",
"express": "4.17.1",
"graphql": "15.6.1",
"graphql-upload": "12.0.0",
"jsonwebtoken": "8.5.1",
"mongodb": "3.7.3",
"reflect-metadata": "0.1.13",
"subscriptions-transport-ws": "0.9.19",
"type-graphql": "1.1.1",
"typeorm": "0.2.37"
},
"scripts": {
Expand Down

0 comments on commit 1889960

Please sign in to comment.