Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jun 29, 2023
1 parent 3d62ec4 commit 5cd7b88
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 317 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
patreon: Mister_Hope
open_collective: vuepress-theme-hope
custom:
- https://mrhope.site/about/donate.html
- https://mister-hope.com/about/donate.html
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": {
"name": "Mr.Hope",
"email": "mister-hope@outlook.com",
"url": "https://mrhope.site"
"url": "https://mister-hope.com"
},
"type": "module",
"exports": {
Expand Down Expand Up @@ -70,34 +70,33 @@
"path": "./node_modules/cz-git"
}
},
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.5",
"devDependencies": {
"@commitlint/cli": "17.6.3",
"@commitlint/config-conventional": "17.6.3",
"@commitlint/cli": "17.6.6",
"@commitlint/config-conventional": "17.6.6",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-replace": "5.0.2",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"@vitest/coverage-c8": "0.31.1",
"commit-and-tag-version": "11.2.1",
"@types/node": "20.3.2",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitest/coverage-v8": "0.32.2",
"commit-and-tag-version": "11.2.2",
"commitizen": "4.3.0",
"cz-git": "1.6.1",
"c8": "7.14.0",
"esbuild": "0.17.19",
"eslint": "8.41.0",
"esbuild": "0.18.10",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"nano-staged": "0.8.0",
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.23.0",
"rollup": "3.25.3",
"rollup-plugin-dts": "5.3.0",
"rollup-plugin-esbuild": "5.0.0",
"tslib": "2.5.2",
"typescript": "5.0.4",
"tslib": "2.6.0",
"typescript": "5.1.6",
"vite": "4.3.9",
"vitest": "0.31.1"
"vitest": "0.32.2"
}
}
Loading

0 comments on commit 5cd7b88

Please sign in to comment.