Skip to content

Commit

Permalink
test: update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thilllon committed Sep 17, 2024
1 parent e00851f commit 0a0574f
Show file tree
Hide file tree
Showing 4 changed files with 3,770 additions and 7,090 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,41 +62,41 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@gitbeaker/requester-utils": "^40.0.3",
"@gitbeaker/rest": "^40.0.3",
"axios": "^1.7.1",
"@gitbeaker/requester-utils": "^40.2.1",
"@gitbeaker/rest": "^40.2.1",
"axios": "^1.7.7",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"lodash": "^4.17.21",
"octokit": "^4.0.2",
"open": "^10.1.0",
"parse-git-config": "^3.0.0",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.3.0",
"@swc/core": "^1.5.7",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@swc/core": "^1.7.26",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.5",
"@types/parse-git-config": "^3.0.4",
"commitizen": "^4.3.0",
"commitlint": "^19.3.0",
"commitlint": "^19.5.0",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"eslint": "^9.10.0",
"git-cz": "^4.9.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"release-it": "^17.3.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^7.18.0",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 0a0574f

Please sign in to comment.