Skip to content

Commit

Permalink
chore: fix some package version update
Browse files Browse the repository at this point in the history
  • Loading branch information
npmstudy committed Jan 21, 2024
1 parent c1e2b98 commit 49d09a0
Show file tree
Hide file tree
Showing 2 changed files with 372 additions and 237 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "nx run-many -t build",
"build:fast": "nx run-many -t build:fast",
"dev": "nx run-many -t dev",
"dev": "npm run build && nx run-many -t dev",
"test": "nx run-many -t test",
"test:watch": "nx run-many -t test:watch",
"coverage": "nx run-many -t coverage",
Expand Down Expand Up @@ -45,11 +45,11 @@
"nx": "16.3.2",
"prettier": "^2.8.8",
"size-limit": "^8.2.6",
"tsup": "^7.2.0",
"tsx": "^3.12.10",
"typescript": "^4.9.5",
"vite": "^4.4.9",
"vitest": "^1.0.1"
"tsup": "^8.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"packageManager": "[email protected]",
"size-limit": [
Expand All @@ -66,4 +66,4 @@
"@changesets/cli": "^2.26.2",
"eslint-plugin-react": "^7.33.2"
}
}
}
Loading

0 comments on commit 49d09a0

Please sign in to comment.