Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jan 22, 2025
1 parent a364304 commit a0b718f
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 175 deletions.
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^1.6.1"
"vitepress": "^1.6.2"
}
}
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,33 +42,21 @@
"@icebreakers/monorepo": "workspace:*",
"@icebreakers/stylelint-config": "^0.1.4",
"@types/fs-extra": "^11.0.4",
"@types/get-value": "^3.0.5",
"@types/git-url-parse": "^9.0.3",
"@types/klaw": "^3.0.6",
"@types/lint-staged": "^13.3.0",
"@types/lodash": "^4.17.14",
"@types/lodash-es": "^4.17.12",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.7",
"@types/set-value": "^4.0.3",
"@vitest/coverage-v8": "~3.0.2",
"ci-info": "^4.1.0",
"cross-env": "^7.0.3",
"defu": "^6.1.4",
"es-toolkit": "^1.31.0",
"eslint": "^9.18.0",
"execa": "^9.5.2",
"fs-extra": "^11.3.0",
"get-value": "^3.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.4.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"micromatch": "^4.0.8",
"only-allow": "^1.2.1",
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"rimraf": "^6.0.1",
"set-value": "^4.1.0",
"tslib": "^2.8.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
Expand Down
12 changes: 11 additions & 1 deletion packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,19 @@
"fs-extra": "^11.3.0",
"git-url-parse": "^16.0.0",
"klaw": "^4.1.0",
"p-queue": "^8.0.1",
"p-queue": "^8.1.0",
"pathe": "^2.0.2",
"picocolors": "^1.1.1",
"simple-git": "^3.27.0"
},
"devDependencies": {
"@types/get-value": "^3.0.5",
"@types/git-url-parse": "^9.0.3",
"@types/klaw": "^3.0.6",
"@types/micromatch": "^4.0.9",
"@types/set-value": "^4.0.3",
"get-value": "^3.0.1",
"micromatch": "^4.0.8",
"set-value": "^4.1.0"
}
}
Loading

0 comments on commit a0b718f

Please sign in to comment.