Skip to content

Commit

Permalink
Update deps and add @babel/plugin-proposal-class-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ahummel25 committed Mar 17, 2021
1 parent 4415452 commit 6746dd0
Show file tree
Hide file tree
Showing 3 changed files with 2,996 additions and 4,270 deletions.
3 changes: 2 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
safe: false,
allowUndefined: true
}
]
],
['@babel/plugin-proposal-class-properties']
]
};
33 changes: 17 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"dependencies": {
"@expo-google-fonts/roboto": "^0.1.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.8.9",
"@react-navigation/stack": "^5.12.6",
"expo": "~40.0.0",
"expo-font": "^9.0.0",
"expo-status-bar": "~1.0.2",
"expo": "^40.0.1",
"expo-font": "~8.4.0",
"expo-status-bar": "~1.0.3",
"formik": "^2.2.5",
"graceful-fs": "^4.2.4",
"next": "^10.0.0",
"next-fonts": "^1.4.0",
"next-images": "^1.6.2",
"react": "17.0.1",
"react-art": "17.0.1",
"react-dom": "17.0.1",
"react-native": "^0.64.0",
"react": "^17.0.1",
"react-art": "^17.0.1",
"react-dom": "^17.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dom": "^0.5.0",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-gesture-handler": "^1.8.0",
"react-native-reanimated": "^2.0.0",
"react-native-screens": "^2.14.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-reanimated": "~1.13.0",
"react-native-screens": "~2.15.2",
"react-native-vector-icons": "^8.0.0",
"react-native-web": "^0.15.0",
"react-router-dom": "^5.2.0",
Expand All @@ -53,18 +53,19 @@
"@testing-library/jest-native": "^4.0.0",
"@testing-library/react-native": "^7.1.0",
"@types/jest": "^26.0.15",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-native": "^0.63.27",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-elements": "^0.18.0",
"@types/react-native-web": "npm:@types/react-native",
"@types/styled-components": "^5.1.4",
"@types/styled-components-react-native": "^5.1.1",
"@types/yup": "^0.29.9",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.12.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^7.11.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
Expand All @@ -78,7 +79,7 @@
"react-native-mock-render": "^0.1.9",
"react-test-renderer": "^17.0.1",
"ts-jest": "^26.4.4",
"typescript": "^4.0.3"
"typescript": "~4.0.0"
},
"private": true,
"browserslist": {
Expand Down
Loading

0 comments on commit 6746dd0

Please sign in to comment.