Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Mar 11, 2023
1 parent 2d3a085 commit 696c625
Show file tree
Hide file tree
Showing 3 changed files with 635 additions and 992 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,22 @@
},
"devDependencies": {
"@2nthony/eslint-config": "^1.0.1",
"@saika/github-corner": "0.1.1",
"@saika/github-corner": "0.1.3",
"eslint": "^8.36.0",
"husky": "3.1.0",
"lint-staged": "9.5.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"postcss": "8.4.21",
"postcss-preset-env": "7.8.3",
"postcss-preset-env": "8.0.1",
"saika": "2.13.10",
"saika-code-block-buttons": "1.0.1",
"tsup": "6.6.3",
"typedoc": "0.15.8",
"typedoc": "0.23.26",
"typescript": "4.9.5",
"vite": "4.1.4",
"vue": "2.7.14",
"vue-template-compiler": "2.7.14",
"vuedown": "3.2.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,js,json,md}": [
"eslint --fix",
Expand Down
Loading

0 comments on commit 696c625

Please sign in to comment.