Skip to content

Commit

Permalink
refactor(page.ts): use git cli instead of isomorphic-git
Browse files Browse the repository at this point in the history
  • Loading branch information
lonr committed Oct 18, 2023
1 parent 8f67b2c commit 01f2154
Show file tree
Hide file tree
Showing 6 changed files with 2,037 additions and 2,089 deletions.
51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,35 @@
"watch": "rimraf dist && swc src -d dist -w"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.3.0",
"@rollup/plugin-typescript": "^11.0.0",
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"@types/fs-extra": "^9.0.13",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.19",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.93",
"@types/fs-extra": "^11.0.2",
"@types/minimist": "^1.2.4",
"@types/node": "^20.8.7",
"@types/yargs": "^17.0.28",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"chokidar": "^3.5.3",
"cz-conventional-changelog": "^3.3.0",
"env-paths": "^3.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.3",
"isomorphic-git": "^1.21.0",
"lint-staged": "^13.1.0",
"minimist": "^1.2.7",
"lint-staged": "^15.0.1",
"minimist": "^1.2.8",
"picocolors": "^1.0.0",
"prettier": "2.8.1",
"rimraf": "^4.0.7",
"rollup": "^3.10.0",
"semantic-release": "^19.0.5",
"typescript": "^4.9.4"
"prettier": "3.0.3",
"rimraf": "^5.0.5",
"rollup": "^4.1.4",
"semantic-release": "^22.0.5",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@7.25.0"
"packageManager": "pnpm@8.9.2"
}
Loading

0 comments on commit 01f2154

Please sign in to comment.