Skip to content

Commit 83d891a

Browse files
authored
Merge pull request #53 from PlayerData/renovate-d548798289ab05253286f
chore(deps): update dependency prettier to v3
2 parents af11769 + 452d16f commit 83d891a

File tree

3 files changed

+1694
-437
lines changed

3 files changed

+1694
-437
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/lodash": "^4.14.186",
2424
"@types/react-native": "^0.67.6",
2525
"babel-plugin-module-resolver": "^4.1.0",
26-
"metro-react-native-babel-preset": "^0.70.2",
26+
"metro-react-native-babel-preset": "^0.77.0",
2727
"pod-install": "^0.1.35",
2828
"typescript": "^4.6.4"
2929
}

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,17 @@
5151
"devDependencies": {
5252
"@commitlint/cli": "^12.0.1",
5353
"@commitlint/config-conventional": "^12.0.1",
54-
"@react-native-community/eslint-config": "^2.0.0",
54+
"@react-native-community/eslint-config": "^3.2.0",
5555
"@types/react": "^16.9.19",
5656
"@types/react-native": "0.62.13",
5757
"@types/uuid": "8.3.4",
58-
"eslint": "^7.2.0",
59-
"eslint-config-prettier": "^7.0.0",
60-
"eslint-plugin-prettier": "^3.1.3",
58+
"eslint": "^8.44.0",
59+
"eslint-config-prettier": "^8.8.0",
60+
"eslint-plugin-ft-flow": "^3.0.0",
61+
"eslint-plugin-prettier": "^5.0.0",
6162
"husky": "^8.0.0",
62-
"prettier": "^2.0.5",
63+
"metro-react-native-babel-preset": "^0.77.0",
64+
"prettier": "^3.0.0",
6365
"react": "18.2.0",
6466
"react-native": "0.68.1",
6567
"react-native-builder-bob": "^0.18.1",
@@ -121,6 +123,8 @@
121123
]
122124
},
123125
"release": {
124-
"branches": ["main"]
126+
"branches": [
127+
"main"
128+
]
125129
}
126130
}

0 commit comments

Comments
 (0)