chore: Upgrade a whole lotta dependencies (#436)

* chore: Upgrade a lot of dependencies for `./`

* chore: Upgrade a lot of dependencies for `./example`

* chore: Upgrade a lot of dependencies for `./docs`

* Use new `EventEmitter` syntax (`.remove()`)

* Update Podfile.lock

* docs: Use watch mode

* docs: Replace all relative links with absolute

* Fix all links

* Update docusaurus.config.js

* Upgrade docusaurus-plugin-typedoc to fix docs build

* Update yarn.lock

* Upgrade typescript to 4.4.3

* Fix error unknown

* Update package.json

* Upgrade typedoc

* Upgrade a few more deps

* Fix deprecated sidebar syntax

* Update Gemfile.lock
This commit is contained in:
Marc Rousavy
2021-09-22 13:58:59 +02:00
committed by GitHub
parent 1a4fd7a233
commit d3105fa207
20 changed files with 2294 additions and 2410 deletions

View File

@@ -16,33 +16,33 @@
"dependencies": {
"@react-native-community/blur": "^3.6.0",
"@react-native-community/cameraroll": "^4.0.4",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/slider": "^4.1.7",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-codegen": "^0.0.7",
"react-native-gesture-handler": "^1.10.3",
"react-native-navigation": "^7.19.0",
"react-native-navigation": "^7.21.0",
"react-native-pressable-opacity": "^1.0.4",
"react-native-reanimated": "^2.3.0-alpha.3",
"react-native-screens": "^3.6.0",
"react-native-screens": "^3.7.2",
"react-native-static-safe-area-insets": "^2.1.1",
"react-native-vector-icons": "^8.0.0",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/runtime": "^7.15.3",
"@react-native-community/eslint-config": "^3.0.0",
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-plugin": "^1.1.0",
"@types/react": "^17.0.19",
"@types/react-native": "^0.65.0",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-native-video": "^5.0.5",
"@types/react": "^17.0.24",
"@types/react-native": "^0.65.1",
"@types/react-native-vector-icons": "^6.4.8",
"@types/react-native-video": "^5.0.9",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.32.0",
"metro-config": "^0.66.2",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.3.1",
"typescript": "4.3.5"
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}