We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c5d94 commit 0e44f9cCopy full SHA for 0e44f9c
package.json
@@ -75,20 +75,27 @@
75
"react-native-fetch-blob": "^0.10.8",
76
"rexreplace": "7.1.14",
77
"strftime": "0.10.3",
78
- "tabletop": "1.6.3",
+ "tabletop": "^1.6.2",
79
"uglify-js": "3.19.3"
80
},
81
"resolutions": {
82
"got": "14",
83
- "axios": "1",
+ "axios": "^1.13.2",
84
"json5": "2",
85
"underscore": "1",
86
"glob-parent": "6",
87
"decode-uri-component": "0.4",
88
"semver": "7",
89
- "follow-redirects": "1",
+ "follow-redirects": "^1.15.11",
90
"js-yaml": "4",
91
- "glob": "10.5"
+ "glob": "^13.0.0",
92
+ "rimraf": "^6.1.2"
93
+ },
94
+ "overrides": {
95
96
97
98
99
100
"engines": {
101
"node": ">=15"
0 commit comments