Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed May 21, 2024
1 parent 7326ab5 commit 67ba107
Show file tree
Hide file tree
Showing 2 changed files with 11,788 additions and 4,339 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"private": true,
"description": "Collection of essential React Utilities",
"scripts": {
"start": "pnpm -r --filter website run start",
"build": "walrus build-run",
"build:website": "pnpm -r --filter website run build",
"build:rollup": "NODE_OPTIONS=\"--max-old-space-size=6144\" rollup --config=rollup.config.ts --configPlugin=rollup-plugin-esbuild",
"clean": "rimraf --glob dist types \"packages/*/dist\"",
"test": "vitest",
Expand Down Expand Up @@ -72,8 +74,8 @@
"taze": "^0.13.2",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vite": "^5.2.11",
"vitest": "^1.6.0",
"walrus": "workspace:*"
},
"type": "module",
Expand Down
Loading

0 comments on commit 67ba107

Please sign in to comment.