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

@@ -70,23 +70,22 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@expo/config-plugins": "^3.0.7",
"@expo/config-plugins": "^4.0.0",
"@jamesacarr/eslint-formatter-github-actions": "^0.1.0",
"@react-native-community/eslint-config": "^3.0.0",
"@react-native-community/eslint-config": "^3.0.1",
"@react-native-community/eslint-plugin": "^1.1.0",
"@release-it/conventional-changelog": "^3.3.0",
"@types/react": "^17.0.19",
"@types/react-native": "^0.64.13",
"eslint": "^7.27.0",
"pod-install": "^0.1.26",
"prettier": "^2.3.0",
"@types/react": "^17.0.21",
"@types/react-native": "^0.65.0",
"eslint": "^7.32.0",
"pod-install": "^0.1.27",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-native": "^0.65.1",
"react-native-builder-bob": "^0.18.1",
"react-native-codegen": "^0.0.7",
"react-native-reanimated": "^2.3.0-alpha.3",
"release-it": "^14.11.5",
"typescript": "4.3.5"
"typescript": "^4.4.3"
},
"peerDependencies": {
"react": "*",
@@ -94,7 +93,7 @@
},
"prettier": {
"bracketSpacing": true,
"jsxBracketSameLine": true,
"bracketSameLine": true,
"singleQuote": true,
"trailingComma": "all",
"semi": true,