@vighnesh153/fake-data
Advanced tools
Comparing version 0.4.5-alpha04 to 0.4.6
{ | ||
"name": "@vighnesh153/fake-data", | ||
"version": "0.4.5-alpha04", | ||
"version": "0.4.6", | ||
"private": false, | ||
@@ -27,2 +27,3 @@ "description": "An internal typescript-only package I use for generating fake data.", | ||
"build": "npm-run-all build:once:*", | ||
"lint": "eslint --max-warnings=0 .", | ||
"dev": "npm-run-all --parallel build:watch:*" | ||
@@ -34,3 +35,3 @@ }, | ||
"dependencies": { | ||
"@ngneat/falso": "^6.4.0" | ||
"@ngneat/falso": "^7.2.0" | ||
}, | ||
@@ -42,5 +43,5 @@ "devDependencies": { | ||
"npm-run-all": "^4.1.5", | ||
"tsup": "^7.0.0", | ||
"typescript": "^5.1.3" | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.2" | ||
} | ||
} |
2958
+ Added@ngneat/falso@7.3.0(transitive)
- Removed@ngneat/falso@6.4.0(transitive)
Updated@ngneat/falso@^7.2.0