Skip to content

Commit 9546198

Browse files
committed
chore: update deps
1 parent 58a8249 commit 9546198

File tree

5 files changed

+5633
-4753
lines changed

5 files changed

+5633
-4753
lines changed

.husky/commit-msg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
1+
# #!/usr/bin/env sh
2+
# . "$(dirname -- "$0")/_/husky.sh"
33

4-
# npx --no-install commitlint --edit $1
5-
# prepare
4+
# # npx --no-install commitlint --edit $1
5+
# # prepare

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
1+
# #!/usr/bin/env sh
2+
# . "$(dirname -- "$0")/_/husky.sh"
33

4-
# npx lint-staged
4+
# # npx lint-staged

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "vite-cli",
2+
"name": "template",
33
"version": "0.23.12",
44
"private": true,
55
"workspaces": [
@@ -25,8 +25,8 @@
2525
},
2626
"devDependencies": {
2727
"@commitlint/config-conventional": "^17.3.0",
28-
"@farmfe/cli": "^0.5.2",
29-
"@farmfe/core": "^0.14.0",
28+
"@farmfe/cli": "nightly",
29+
"@farmfe/core": "nightly",
3030
"@types/fs-extra": "^11.0.0",
3131
"@typescript-eslint/eslint-plugin": "^5.46.0",
3232
"@typescript-eslint/parser": "^5.46.0",

0 commit comments

Comments
 (0)