Skip to content

Commit

Permalink
chore: bump neverthrow to ^8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Oct 11, 2024
1 parent b974d35 commit 6524176
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 36 deletions.
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"database": "*",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"neverthrow": "^6.2.1",
"neverthrow": "^8.0.0",
"ramda": "^0.28.0",
"sanitize-html": "^2.11.0",
"svelte-filepond": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"jsonwebtoken": "^9.0.2",
"neverthrow": "^6.2.1",
"neverthrow": "^8.0.0",
"ramda": "^0.28.0",
"sanitize-html": "^2.11.0",
"svelte-filepond": "^0.2.0",
Expand Down
73 changes: 42 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@floating-ui/dom": "^1.5.3",
"@radixdlt/babylon-core-api-sdk": "^1.2.3",
"@radixdlt/babylon-gateway-api-sdk": "^1.7.3",
"@radixdlt/radix-dapp-toolkit": "^2.1.1",
"@radixdlt/radix-dapp-toolkit": "2.2.0-dev.5",
"@radixdlt/radix-engine-toolkit": "^1.0.5",
"@radixdlt/rola": "^2.0.0",
"@radixdlt/rola": "2.0.2-dev.1",
"dayjs": "^1.11.10",
"zod": "^3.22.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"jsonwebtoken": "^9.0.0",
"neverthrow": "^6.2.1",
"neverthrow": "^8.0.0",
"ramda": "^0.28.0",
"sanitize-html": "^2.11.0",
"svelte-filepond": "^0.2.0",
Expand Down

0 comments on commit 6524176

Please sign in to comment.