Skip to content

Commit 46177d5

Browse files
committed
chore: update deps
1 parent d49f7a7 commit 46177d5

File tree

4 files changed

+499
-278
lines changed

4 files changed

+499
-278
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-note-repo",
33
"type": "module",
44
"private": true,
5-
"packageManager": "[email protected].0",
5+
"packageManager": "[email protected].1",
66
"sideEffects": false,
77
"scripts": {
88
"build": "tsdown",
@@ -15,7 +15,8 @@
1515
"release": "bumpp -r",
1616
"test": "vitest",
1717
"typecheck": "nr build && tsc --noEmit",
18-
"prepare": "simple-git-hooks"
18+
"prepare": "simple-git-hooks",
19+
"deps": "taze -r -w && ni"
1920
},
2021
"devDependencies": {
2122
"@antfu/eslint-config": "catalog:cli",
@@ -25,6 +26,7 @@
2526
"eslint": "catalog:cli",
2627
"lint-staged": "catalog:cli",
2728
"simple-git-hooks": "catalog:cli",
29+
"taze": "catalog:cli",
2830
"tinyexec": "catalog:testing",
2931
"tsdown": "catalog:cli",
3032
"tsx": "catalog:cli",

packages/vue-note/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"url": "git+https://github.com/liangmiQwQ/vue-note.git"
1212
},
1313
"bugs": "https://github.com/liangmiQwQ/vue-note/issues",
14-
"keywords": ["Vuejs"],
14+
"keywords": [
15+
"Vuejs"
16+
],
1517
"sideEffects": false,
1618
"exports": {
1719
".": {

0 commit comments

Comments
 (0)