Skip to content

Commit

Permalink
chore: fix vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Jan 9, 2025
1 parent 30e12cc commit 8d60958
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 310 deletions.
21 changes: 14 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.1.3",
"private": true,
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"description": "YouCan's design system.",
"author": "YouCan <tech@youcan.shop>",
"keywords": [
Expand All @@ -27,11 +27,11 @@
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/node": "^22.10.2",
"@unocss/eslint-plugin": "^0.65.1",
"@youcan/lint": "^3.0.4",
"bumpp": "^9.9.2",
"eslint": "^9.16.0",
"@types/node": "^22.10.5",
"@unocss/eslint-plugin": "^0.65.4",
"@youcan/lint": "^3.0.6",
"bumpp": "^9.9.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"lint-staged": "^15.3.0",
"nr": "^0.1.0",
Expand All @@ -42,13 +42,20 @@
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"pnpm": {
"overrides": {
"deep-extend@<0.5.1": ">=0.5.1",
"minimist@<0.2.1": ">=0.2.1",
"minimist@<0.2.4": ">=0.2.4"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm commitlint --edit ${1}"
Expand Down
4 changes: 2 additions & 2 deletions packages/celeste-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"jsdom": "^25.0.1",
"unocss": "^0.65.3",
"vite": "^6.0.6",
"unocss": "^0.65.4",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8",
"vue": "^3.5.13",
Expand Down
Loading

0 comments on commit 8d60958

Please sign in to comment.