Skip to content

Commit 3b0eebb

Browse files
authored
Upgrade dev dependencies (#454)
1 parent f4b8bde commit 3b0eebb

File tree

3 files changed

+3433
-4617
lines changed

3 files changed

+3433
-4617
lines changed

package.json

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"scripts": {
2424
"test": "jest",
2525
"lint": "eslint .",
26-
"bundle-size": "node scripts/bundle-size",
2726
"prepare": "husky install"
2827
},
2928
"author": "Nicolas Charpentier <[email protected]>",
@@ -32,27 +31,18 @@
3231
"whatwg-url-without-unicode": "8.0.0-3"
3332
},
3433
"devDependencies": {
35-
"@react-native-community/eslint-config": "3.0.1",
36-
"chalk": "^4.0.0",
37-
"detox": "^18.23.1",
38-
"eslint": "7.32.0",
39-
"eslint-plugin-prettier": "4.0.0",
40-
"execa": "^5.0.0",
41-
"filesize": "^8.0.0",
42-
"husky": "^7.0.0",
43-
"jest": "^27.3.1",
44-
"lint-staged": ">=8",
45-
"metro-react-native-babel-preset": "^0.66.2",
46-
"ora": "^5.4.1",
47-
"prepend-file": "^1.3.1",
48-
"prettier": "2.4.1",
49-
"react": "17.0.2",
50-
"react-native": "0.67.0",
51-
"rmfr": "^2.0.0",
52-
"source-map-explorer": "^2.4.2",
53-
"tmp": "^0.2.1",
54-
"typescript": "4.5.2",
55-
"uuid": "^8.1.0"
34+
"@react-native-community/eslint-config": "3.2.0",
35+
"detox": "20.9.1",
36+
"eslint": "8.44.0",
37+
"eslint-plugin-prettier": "4.2.1",
38+
"husky": "8.0.3",
39+
"jest": "29.5.0",
40+
"lint-staged": "13.2.3",
41+
"metro-react-native-babel-preset": "0.76.7",
42+
"prettier": "2.8.8",
43+
"react": "18.2.0",
44+
"react-native": "0.72.1",
45+
"typescript": "5.1.6"
5646
},
5747
"peerDependencies": {
5848
"react-native": "*"
@@ -66,8 +56,7 @@
6656
},
6757
"lint-staged": {
6858
"*.js": [
69-
"eslint --fix",
70-
"git add"
59+
"eslint --fix"
7160
]
7261
}
7362
}

scripts/bundle-size.js

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

0 commit comments

Comments
 (0)