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 23, 2025
1 parent a0b718f commit 3e75bb5
Show file tree
Hide file tree
Showing 5 changed files with 245 additions and 227 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.2"
"vitepress": "^1.6.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"test": "vitest run --coverage.enabled",
"test": "vitest run",
"test:dev": "vitest",
"lint": "turbo run lint",
"release": "changeset",
Expand All @@ -42,7 +42,7 @@
"@icebreakers/monorepo": "workspace:*",
"@icebreakers/stylelint-config": "^0.1.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.10.7",
"@types/node": "^22.10.8",
"@vitest/coverage-v8": "~3.0.2",
"ci-info": "^4.1.0",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 3e75bb5

Please sign in to comment.