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 bd5da08 commit b243a3cCopy full SHA for b243a3c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generic-functions.mlai",
3
- "version": "0.0.45",
+ "version": "0.0.5",
4
"description": "Some generic functions that can be used by anyone",
5
"main": "dist/cjs/index.js",
6
"module": "dist/esm/index.js",
@@ -20,11 +20,11 @@
20
"@types/node": "^17.0.21",
21
"typescript": "^4.5.2"
22
},
23
- "dependencies": {
24
- "axios": "^1.2.1",
25
- "dayjs": "^1.11.7",
26
- "lodash": "^4.17.21",
27
- "prettier": "^2.8.1",
28
- "xlsx": "^0.18.5"
+ "peerDependencies": {
+ "axios": ">=1.2.1",
+ "dayjs": ">=1.11.7",
+ "lodash": ">=4.17.21",
+ "prettier": ">=2.8.1",
+ "xlsx": ">=0.18.5"
29
}
30
0 commit comments