Skip to content

Commit

Permalink
Merge pull request #42 from this-is-tobi/develop
Browse files Browse the repository at this point in the history
build: upgrade javascript dependencies
  • Loading branch information
this-is-tobi authored Jan 16, 2025
2 parents b249964 + e338559 commit b6e6114
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 679 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@
"vp:preview": "vitepress preview ./docpress --port 8080"
},
"dependencies": {
"@octokit/rest": "^21.0.2",
"@octokit/rest": "^21.1.0",
"axios": "^1.7.9",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"octokit": "^4.0.2",
"chalk": "^5.4.1",
"commander": "^13.0.0",
"octokit": "^4.1.0",
"rimraf": "^6.0.1",
"simple-git": "^3.27.0",
"vitepress": "^1.5.0",
"yaml": "^2.6.1",
"yaml": "^2.7.0",
"zod": "^3.24.1",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@commitlint/cli": "^19.6.0",
"@antfu/eslint-config": "^3.14.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@octokit/types": "^13.6.2",
"@types/node": "^22.10.2",
"@octokit/types": "^13.7.0",
"@types/node": "^22.10.6",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.16.0",
"eslint": "^9.18.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"lint-staged": "^15.3.0",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-node": "^2.1.8",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit b6e6114

Please sign in to comment.