mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-10 11:51:57 +02:00
Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 10.3.0 to 10.5.0. - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](https://github.com/faker-js/faker/compare/v10.3.0...v10.5.0) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
566 B
JSON
25 lines
566 B
JSON
{
|
|
"name": "@yaak/faker",
|
|
"displayName": "Faker",
|
|
"version": "1.1.1",
|
|
"private": true,
|
|
"description": "Template functions for generating fake data using FakerJS",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mountain-loop/yaak.git",
|
|
"directory": "plugins-external/faker"
|
|
},
|
|
"scripts": {
|
|
"build": "yaakcli build",
|
|
"dev": "yaakcli dev",
|
|
"test": "vp test --run tests"
|
|
},
|
|
"dependencies": {
|
|
"@faker-js/faker": "^10.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|