Skip to content

Commit 2a70b03

Browse files
committed
chore(deps): try moving simple-git-hooks to 'dependencies'
1 parent 5f10f40 commit 2a70b03

File tree

3 files changed

+123
-136
lines changed

3 files changed

+123
-136
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
}
5959
},
6060
"dependencies": {
61+
"simple-git-hooks": "latest",
6162
"vue-demi": "latest"
6263
},
6364
"devDependencies": {
@@ -79,15 +80,14 @@
7980
"eslint": "latest",
8081
"esno": "latest",
8182
"happy-dom": "latest",
82-
"json-editor-vue": "latest",
83+
"json-editor-vue": "workspace:*",
8384
"kolorist": "latest",
8485
"lint-staged": "latest",
8586
"lodash-es": "latest",
8687
"lossless-json": "latest",
8788
"magicast": "latest",
8889
"prompts": "latest",
8990
"semver": "latest",
90-
"simple-git-hooks": "2.8.1",
9191
"typescript": "latest",
9292
"vanilla-jsoneditor": "latest",
9393
"vite": "latest",

pnpm-lock.yaml

Lines changed: 119 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
packages:
2+
- '*'

0 commit comments

Comments
 (0)