Skip to content
Closed
Show file tree
Hide file tree
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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.11.1
24.16.0
6 changes: 3 additions & 3 deletions bboard-cli/compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
services:
proof-server:
image: midnightntwrk/proof-server:8.0.3
image: midnightntwrk/proof-server:8.1.0@sha256:801bbc0340e9e96f16735f77b523f23c7459e3359842f7c79c2c53f4e994d531
command: ['midnight-proof-server', '-v']
container_name: "proof-server_$TESTCONTAINERS_UID"
ports:
- '6300'

indexer:
image: 'midnightntwrk/indexer-standalone:4.0.1'
image: 'midnightntwrk/indexer-standalone:4.3.2@sha256:a769f7f2eaf34ba7ecaea19e878112d9a4686c5aa9a1d3dce86a42086a9a6444'
container_name: 'indexer_$TESTCONTAINERS_UID'
ports:
- '8088'
Expand All @@ -21,7 +21,7 @@ services:
node:
condition: service_started
node:
image: 'midnightntwrk/midnight-node:0.22.3'
image: 'midnightntwrk/midnight-node:0.22.5@sha256:c65b8b80def751580c190ac2e9402fddfcda04bdfb5a6ec83c5cc42bea154dac'
container_name: 'node_$TESTCONTAINERS_UID'
ports:
- "9944"
Expand Down
103 changes: 0 additions & 103 deletions bboard-ui/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 bboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^9.1.1",
"@mui/material": "^9.1.1",
"@mui/material": "^7.3.8",
"node-stdlib-browser": "^1.3.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "7.17.0"
},
"devDependencies": {
"@swc/core": "^1.15.41",
"@types/react": "19.2.14",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"eslint-plugin-react": "^7.37.5",
Expand Down
39 changes: 0 additions & 39 deletions contract/package-lock.json

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

2 changes: 1 addition & 1 deletion contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^8.55.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
Expand Down
Loading
Loading