Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochunqi committed Jan 21, 2025
1 parent 9402c08 commit e72b533
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 330 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starred-to-logseq-action",
"version": "1.3.3",
"version": "1.3.4",
"description": "This project is a GitHub action that outputs GitHub stars in the format of Logseq documents.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -12,26 +12,26 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.14",
"@vercel/ncc": "^0.36.1",
"husky": "^8.0.0",
"jest": "^29.6.1",
"jest-circus": "^29.6.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"js-yaml": "^4.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"capital-case": "^1.0.4",
"dotenv": "^16.3.1",
"dotenv": "^16.4.7",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"moment": "^2.30.1",
"param-case": "^3.0.4"
}
}
Loading

0 comments on commit e72b533

Please sign in to comment.