Skip to content

Commit

Permalink
ci(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 10, 2024
1 parent 461e7e5 commit a55cea4
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 261 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"release": "semantic-release"
},
"dependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^22.2.0",
"chalk": "^5.0.1",
"commander": "^12.1.0",
"core-js": "^3.19.1",
"inquirer": "^9.0.0",
"marked": "^4.0.17"
"@types/inquirer": "9.0.7",
"@types/node": "22.2.0",
"chalk": "5.3.0",
"commander": "12.1.0",
"core-js": "3.38.0",
"inquirer": "9.3.6",
"marked": "4.3.0"
},
"commitlint": {
"extends": [
Expand All @@ -61,39 +61,39 @@
}
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/prompt-cli": "^19.4.0",
"@faker-js/faker": "^8.4.1",
"@meza/adr-tools": "^1.0.10",
"@meza/tsconfig-base": "^1.1.0",
"@ryansonshine/commitizen": "^4.2.8",
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.4",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/uuid": "^10.0.0",
"@faker-js/faker": "8.4.1",
"@meza/adr-tools": "1.0.10",
"@meza/tsconfig-base": "1.1.0",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.1.4",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@types/uuid": "10.0.0",
"@vitest/ui": "^2.0.5",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"husky": "^9.1.4",
"install-deps-postmerge": "^2.0.1",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.8",
"mock-cwd": "^1.0.0",
"copyfiles": "2.4.1",
"cross-env": "7.0.3",
"husky": "9.1.4",
"install-deps-postmerge": "2.0.1",
"is-ci": "3.0.1",
"lint-staged": "15.2.8",
"mock-cwd": "1.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"semantic-release": "^24.0.0",
"semantic-release": "24.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"typescript": "5.5.4",
"uuid": "10.0.0",
"vitest": "^2.0.5",
"yarn": "^1.22.17"
"yarn": "1.22.22"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit a55cea4

Please sign in to comment.