Skip to content

Commit

Permalink
fix: barretenberg-acir-tests-bb.js thru version bump (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Mar 14, 2024
1 parent c34a299 commit 9298f93
Show file tree
Hide file tree
Showing 5 changed files with 637 additions and 401 deletions.
3 changes: 2 additions & 1 deletion barretenberg/acir_tests/Dockerfile.bb.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ WORKDIR /usr/src/barretenberg/acir_tests
# Build/install ts apps.
COPY browser-test-app browser-test-app
COPY headless-test headless-test
RUN (cd browser-test-app && yarn && yarn build) && (cd headless-test && yarn && npx playwright install && npx playwright install-deps)
RUN cd browser-test-app && yarn && yarn build
RUN cd headless-test && yarn && npx playwright install && npx playwright install-deps
COPY . .
ENV VERBOSE=1
# Run double_verify_proof through bb.js on node to check 512k support.
Expand Down
16 changes: 8 additions & 8 deletions barretenberg/acir_tests/browser-test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
},
"devDependencies": {
"@aztec/bb.js": "../../ts",
"@types/debug": "^4.1.8",
"@types/pako": "^2.0.0",
"copy-webpack-plugin": "^11.0.0",
"@types/debug": "^4.1.12",
"@types/pako": "^2.0.3",
"copy-webpack-plugin": "^12.0.2",
"debug": "^4.3.4",
"html-webpack-plugin": "^5.5.3",
"html-webpack-plugin": "^5.6.0",
"pako": "^2.1.0",
"resolve-typescript-plugin": "^2.0.1",
"serve": "^14.2.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
"webpack-dev-server": "^5.0.3"
}
}
Loading

0 comments on commit 9298f93

Please sign in to comment.