Skip to content

Commit

Permalink
fix(test): merge
Browse files Browse the repository at this point in the history
  • Loading branch information
botzai committed Jun 15, 2024
1 parent 0349951 commit 603ebc5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "rimraf dist/ && tsc && yarn copy-files",
"copy-files": "cp src/rules/*.json dist/rules/ && cp dist/index.js dist/x-fi",
"start": "nodemon --watch 'src/**/*.ts'",
"start": "jest --watch",
"test": "jest",
"commit": "git-cz",
"release": "semantic-release"
Expand All @@ -26,6 +26,7 @@
"@types/node": "^20.14.2",
"@types/parse-json": "^4.0.2",
"@types/semver": "^7.5.8",
"@types/winston": "^2.4.4",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^5.0.0",
"conventional-recommended-bump": "^10.0.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,13 @@
resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.5.tgz#74fef9ffbaa198eb8b588be029f38b00299caa2c"
integrity sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==

"@types/winston@^2.4.4":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@types/winston/-/winston-2.4.4.tgz#48cc744b7b42fad74b9a2e8490e0112bd9a3d08d"
integrity sha512-BVGCztsypW8EYwJ+Hq+QNYiT/MUyCif0ouBH+flrY66O5W+KIXAMML6E/0fJpm7VjIzgangahl5S03bJJQGrZw==
dependencies:
winston "*"

"@types/yargs-parser@*":
version "21.0.3"
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
Expand Down Expand Up @@ -6498,7 +6505,7 @@ winston-transport@^4.7.0:
readable-stream "^3.6.0"
triple-beam "^1.3.0"

winston@^3.13.0:
winston@*, winston@^3.13.0:
version "3.13.0"
resolved "https://registry.yarnpkg.com/winston/-/winston-3.13.0.tgz#e76c0d722f78e04838158c61adc1287201de7ce3"
integrity sha512-rwidmA1w3SE4j0E5MuIufFhyJPBDG7Nu71RkZor1p2+qHvJSZ9GYDA81AyleQcZbh/+V6HjeBdfnTZJm9rSeQQ==
Expand Down

0 comments on commit 603ebc5

Please sign in to comment.