Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Sep 25, 2024
1 parent 897240a commit 6e5c26a
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 308 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"vitepress": "^1.3.4",
"vue": "^3.5.4"
"vue": "^3.5.8"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,25 @@
"preversion": "pnpm run check"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.2",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/config-pnpm-scopes": "^19.5.0",
"@lerna-lite/cli": "^3.9.1",
"@lerna-lite/version": "^3.9.1",
"@types/node": "^20.16.5",
"@vitest/coverage-v8": "^2.0.5",
"@types/node": "^20.16.7",
"@vitest/coverage-v8": "^2.1.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.7",
"taze": "^0.16.9",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.11.0 || >=21.2.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.2",
"chokidar": "^3.6.0",
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/eslint": "^8.56.12",
"picocolors": "^1.1.0",
"rollup": "^4.21.2",
"rollup": "^4.22.4",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"vite": "^5.4.8"
},
"peerDependencies": {
"@types/eslint": "^7.0.0 || ^8.0.0 || ^9.0.0-0",
Expand All @@ -75,7 +75,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 6e5c26a

Please sign in to comment.