Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Nov 26, 2024
1 parent 58a8249 commit 9546198
Show file tree
Hide file tree
Showing 5 changed files with 5,633 additions and 4,753 deletions.
8 changes: 4 additions & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# #!/usr/bin/env sh
# . "$(dirname -- "$0")/_/husky.sh"

# npx --no-install commitlint --edit $1
# prepare
# # npx --no-install commitlint --edit $1
# # prepare
6 changes: 3 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
# #!/usr/bin/env sh
# . "$(dirname -- "$0")/_/husky.sh"

# npx lint-staged
# # npx lint-staged
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-cli",
"name": "template",
"version": "0.23.12",
"private": true,
"workspaces": [
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^17.3.0",
"@farmfe/cli": "^0.5.2",
"@farmfe/core": "^0.14.0",
"@farmfe/cli": "nightly",
"@farmfe/core": "nightly",
"@types/fs-extra": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
Expand Down
Loading

0 comments on commit 9546198

Please sign in to comment.