Skip to content

Commit 11fccd5

Browse files
committed
fix: maintenance - upgraded dev deps
1 parent 36d69a9 commit 11fccd5

4 files changed

Lines changed: 15385 additions & 24 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.0
1+
v24.13.0

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"dependencies": {
1313
"@dr.pogodin/react-native-fs": "2.32.1",
14-
"@react-native-documents/picker": "^10.1.2",
14+
"@react-native-documents/picker": "^10.1.7",
1515
"react": "19.0.0",
16-
"react-native": "0.79.1",
16+
"react-native": "0.79.7",
1717
"react-native-permissions": "^5.3.0",
1818
"react-native-share": "^12.0.9"
1919
},
@@ -22,12 +22,12 @@
2222
"@babel/preset-env": "^7.25.3",
2323
"@babel/runtime": "^7.25.0",
2424
"@react-native-community/cli": ">=18.0.1",
25-
"@react-native/babel-preset": "0.79.1",
26-
"@react-native/eslint-config": "0.79.1",
27-
"@react-native/metro-config": "0.79.1",
28-
"@react-native/typescript-config": "0.79.1",
25+
"@react-native/babel-preset": "0.79.7",
26+
"@react-native/eslint-config": "0.79.7",
27+
"@react-native/metro-config": "0.79.7",
28+
"@react-native/typescript-config": "0.79.7",
2929
"@types/react": "^19.0.0",
30-
"react-native-builder-bob": "^0.40.6"
30+
"react-native-builder-bob": "^0.40.17"
3131
},
3232
"engines": {
3333
"node": ">=18"

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,34 @@
7878
"provenance": true
7979
},
8080
"devDependencies": {
81-
"@commitlint/config-conventional": "^19.6.0",
81+
"@commitlint/config-conventional": "^20.4.1",
8282
"@eslint/compat": "^1.2.7",
83-
"@eslint/eslintrc": "^3.3.0",
83+
"@eslint/eslintrc": "^3.3.3",
8484
"@eslint/js": "^9.22.0",
85-
"@evilmartians/lefthook": "^1.5.0",
85+
"@evilmartians/lefthook": "^2.1.0",
8686
"@react-native-community/cli": ">=18.0.1",
87-
"@react-native/eslint-config": "^0.78.0",
88-
"@release-it/conventional-changelog": "^10.0.0",
87+
"@react-native/eslint-config": "^0.78.3",
88+
"@release-it/conventional-changelog": "^10.0.5",
8989
"@semantic-release/changelog": "^6.0.3",
9090
"@semantic-release/git": "^10.0.1",
91-
"@semantic-release/github": "^11.0.1",
92-
"@semantic-release/npm": "^12.0.1",
93-
"@types/jest": "^29.5.5",
91+
"@semantic-release/github": "^12.0.5",
92+
"@semantic-release/npm": "^13.1.4",
93+
"@types/jest": "^29.5.14",
9494
"@types/react": "^19.0.0",
95-
"commitlint": "^19.6.1",
95+
"commitlint": "^20.4.1",
9696
"del-cli": "^5.1.0",
9797
"eslint": "^9.22.0",
98-
"eslint-config-prettier": "^10.1.1",
98+
"eslint-config-prettier": "^10.1.8",
9999
"eslint-plugin-prettier": "^5.2.3",
100100
"jest": "^29.7.0",
101101
"prettier": "^3.0.3",
102102
"react": "19.0.0",
103-
"react-native": "0.78.2",
104-
"react-native-builder-bob": "^0.40.6",
105-
"release-it": "^17.10.0",
106-
"semantic-release": "^24.1.0",
107-
"turbo": "^1.10.7",
108-
"typescript": "^5.2.2"
103+
"react-native": "0.78.3",
104+
"react-native-builder-bob": "^0.40.17",
105+
"release-it": "^19.2.4",
106+
"semantic-release": "^25.0.3",
107+
"turbo": "^1.13.4",
108+
"typescript": "^5.9.3"
109109
},
110110
"peerDependencies": {
111111
"react": "*",

0 commit comments

Comments
 (0)