We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f826a5 commit 62de4deCopy full SHA for 62de4de
.mtslconfig.json
@@ -1 +1 @@
1
-{"ignore_dirs":[".git","node_modules"]}
+{"ignore_dirs":[".git","node_modules","example"]}
package.json
@@ -51,13 +51,12 @@
51
},
52
"homepage": "https://github.com/margelo/react-native-quick-sqlite#readme",
53
"devDependencies": {
54
+ "@changesets/cli": "^2.26.2",
55
+ "@types/lodash": "^4.14.200",
56
"@types/uuid": "3.4.0",
57
"react": "18.2.0",
58
"react-native": "0.71.0",
- "@changesets/cli": "^2.26.2",
59
"react-native-builder-bob": "^0.18.2",
- "react-native": "0.71.0",
60
- "react": "18.2.0",
61
"typescript": "^4.8.4"
62
63
"peerDependencies": {
@@ -85,11 +84,7 @@
85
84
]
86
87
88
-<<<<<<< HEAD
89
"dependencies": {
90
- "uuid": "3.4.0"
+ "lodash": "^4.17.21"
91
}
92
-=======
93
- "dependencies": {}
94
->>>>>>> main
95
0 commit comments