Skip to content

Commit

Permalink
Merge pull request #119 from fleet-sdk/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies and fix code formating
  • Loading branch information
arobsn authored Jul 20, 2024
2 parents 41dbb9d + 54b1d73 commit 292097f
Show file tree
Hide file tree
Showing 115 changed files with 3,265 additions and 5,802 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"enabled": true
},
"formatter": {
"indentStyle": "space"
"indentStyle": "space",
"lineWidth": 90
},
"javascript": {
"formatter": {
Expand Down
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,33 @@
"snapshot:publish": "pnpm clear && pnpm -r build && changeset publish --no-git-tag --tag snapshot"
},
"devDependencies": {
"@biomejs/biome": "1.8.2",
"@changesets/cli": "^2.27.5",
"@edge-runtime/vm": "^3.2.0",
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@edge-runtime/vm": "^4.0.1",
"@fleet-sdk/common": "workspace:^",
"@fleet-sdk/crypto": "workspace:^",
"@types/diff": "^5.2.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^2.0.3",
"ergo-lib-wasm-nodejs": "^0.26.0",
"fast-check": "^3.19.0",
"happy-dom": "^14.12.0",
"fast-check": "^3.20.0",
"happy-dom": "^14.12.3",
"npm-run-all": "^4.1.5",
"open-cli": "^8.0.0",
"sigmastate-js": "0.4.6",
"tsup": "^8.1.0",
"type-fest": "^4.20.1",
"typescript": "^5.4.5",
"vite": "^5.3.1",
"tsup": "^8.2.1",
"type-fest": "^4.22.1",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
"vitest": "^2.0.3"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"pnpm": {
"requiredScripts": ["build"]
"requiredScripts": [
"build"
]
}
}
Loading

0 comments on commit 292097f

Please sign in to comment.