Skip to content

Commit

Permalink
feat: 依赖版本锁定 (#135)
Browse files Browse the repository at this point in the history
* feat: 依赖版本锁定

* chore: update
  • Loading branch information
mmdapl authored Feb 3, 2025
1 parent 446bde4 commit 858e7bf
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 76 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"release": "npx fa release --vip"
},
"devDependencies": {
"@142vip/eslint-config": "^0.0.1-alpha.2",
"@142vip/fairy-cli": "^0.0.3-alpha.13",
"@142vip/utils": "^0.0.1-alpha.7",
"@142vip/eslint-config": "0.0.1-alpha.2",
"@142vip/fairy-cli": "0.0.3-alpha.13",
"@142vip/utils": "0.0.1-alpha.7",
"@142vip/vuepress": "0.0.1-alpha.8",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"markmap-cli": "^0.18.0",
"only-allow": "^1.2.1",
"simple-git-hooks": "^2.11.1",
"markmap-cli": "0.18.0",
"only-allow": "1.2.1",
"simple-git-hooks": "2.11.1",
"vuepress": "2.0.0-rc.19",
"xmind-embed-viewer": "^1.2.0"
"xmind-embed-viewer": "1.2.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint:fix",
Expand Down
Loading

0 comments on commit 858e7bf

Please sign in to comment.