Skip to content

Commit c589369

Browse files
authored
Upgrade More Packages Dec 2022 (#540)
* Test Later Packages * Turn off SourceMaps * Fix Sourcemaps * Downgrade Node-Fetch * Update yarn.lock * Apparently not including sourcemaps causes the duplication issue, so we're going to include them.
1 parent af18d7b commit c589369

File tree

3 files changed

+1062
-1634
lines changed

3 files changed

+1062
-1634
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@
3636
"packages/*"
3737
],
3838
"devDependencies": {
39-
"@react-native-community/eslint-config": "^3.1.0",
40-
"@types/jest": "^26.0.23",
41-
"babel-jest": "^26.6.3",
42-
"dotenv": "^9.0.2",
43-
"eslint": "^8.18.0",
44-
"eslint-plugin-prettier": "^4.2.0",
45-
"expo-yarn-workspaces": "^2.0.0",
46-
"husky": ">=6",
47-
"jest": "^26.6.3",
48-
"json-server": "^0.16.3",
49-
"lerna": "^5.1.4",
50-
"lint-staged": ">=13",
39+
"@react-native-community/eslint-config": "^3.2.0",
40+
"@types/jest": "^29.2.4",
41+
"babel-jest": "^29.3.1",
42+
"dotenv": "^16.0.3",
43+
"eslint": "^8.29.0",
44+
"eslint-plugin-prettier": "^4.2.1",
45+
"expo-yarn-workspaces": "^2.0.4",
46+
"husky": ">=8",
47+
"jest": "^29.3.1",
48+
"json-server": "^0.17.1",
49+
"lerna": "^6.1.0",
50+
"lint-staged": "^13.1.0",
5151
"node-fetch": "^2.6.1",
52-
"patch-package": "^6.4.7",
52+
"patch-package": "^6.5.0",
5353
"postinstall-postinstall": "^2.1.0",
54-
"prettier": "^2.7.1",
55-
"react-native-builder-bob": "^0.18.3",
54+
"prettier": "^2.8.1",
55+
"react-native-builder-bob": "^0.20.3",
5656
"rimraf": "^3.0.2",
57-
"ts-node": "^10.0.0",
58-
"typescript": "~4.7.4",
57+
"ts-node": "^10.9.1",
58+
"typescript": "~4.9.4",
5959
"utility-types": "^3.10.0",
60-
"yarn-deduplicate": "^3.1.0"
60+
"yarn-deduplicate": "^6.0.0"
6161
},
6262
"eslintConfig": {
6363
"extends": [

patches/react-native-builder-bob+0.18.3.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)