Skip to content

Commit

Permalink
chore: update project template npm dependencies (#1687)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocaillard authored Feb 21, 2025
1 parent f3efd91 commit 4c7b467
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/clarinet-cli/src/generate/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,13 @@ btc_address = "mvZtbibDAAA3WLpY7zXXFqRa3T4XSknBX7"
"author": "",
"license": "ISC",
"dependencies": {{
"@hirosystems/clarinet-sdk": "^2.3.2",
"@hirosystems/clarinet-sdk": "^2.14.0",
"@stacks/transactions": "^6.12.0",
"chokidar-cli": "^3.0.0",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vitest-environment-clarinet": "^2.0.0"
"typescript": "^5.6.0",
"vite": "^6.1.0",
"vitest": "^3.0.0",
"vitest-environment-clarinet": "^2.3.0"
}}
}}
"#,
Expand Down

0 comments on commit 4c7b467

Please sign in to comment.