Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wasm/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"author": "Justin Poehnelt <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@biomejs/biome": "^1.9.4",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For development tools like Biome, it's a good practice to pin the exact version instead of using a caret (^). This ensures that all developers and CI/CD environments use the exact same version of the tool, preventing unexpected formatting or linting changes when a new minor version is released. This leads to more consistent and predictable builds.

    "@biomejs/biome": "1.9.4",

"@google/clasp": "^2.4.2",
"esbuild": "^0.20.1",
"esbuild-plugin-wasm": "github:Tschrock/esbuild-plugin-wasm#04ce98be15b9471980c150eb142d51b20a7dd8bd",
Expand Down