chore: fix tests

This commit is contained in:
lohxt1 2025-01-01 20:03:01 +05:30
parent 343e6dae47
commit 005eb273bf
2 changed files with 23 additions and 0 deletions

20
package-lock.json generated
View File

@ -24157,10 +24157,30 @@
"name": "@usebruno/schema",
"version": "0.7.0",
"license": "MIT",
"dependencies": {
"nanoid": "3.3.8"
},
"peerDependencies": {
"yup": "^0.32.11"
}
},
"packages/bruno-schema/node_modules/nanoid": {
"version": "3.3.8",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
}
},
"packages/bruno-tests": {
"name": "@usebruno/tests",
"version": "0.0.1",

View File

@ -12,5 +12,8 @@
},
"peerDependencies": {
"yup": "^0.32.11"
},
"dependencies": {
"nanoid": "3.3.8"
}
}