Skip to content
Merged
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
4 changes: 2 additions & 2 deletions acvm-repo/acvm_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-playwright": "^0.11.1",
"chai": "^4.4.1",
"eslint": "^9.28.0",
"eslint-plugin-prettier": "^5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@noir-lang/noir_wasm": "workspace:*",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@web/dev-server-esbuild": "^0.3.6",
"@web/dev-server-esbuild": "^1.0.4",
"@web/dev-server-import-maps": "^0.2.1",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-playwright": "^0.11.1",
"eslint": "^9.28.0",
"eslint-plugin-prettier": "^5.4.1",
"ethers": "^6.14.3",
Expand Down
6 changes: 3 additions & 3 deletions compiler/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@types/readable-stream": "^4",
"@types/sinon": "^17.0.4",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-playwright": "^0.11.1",
"adm-zip": "^0.5.16",
"assert": "^2.1.0",
"browserify-fs": "^1.0.0",
Expand All @@ -79,7 +79,7 @@
"url": "^0.11.4",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
"webpack-dev-server": "^5.2.2"
},
"dependencies": {
"@noir-lang/types": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install-js-tools: install-binstall

# Installs Playwright (necessary for Javascript browser tests but slow to install)
install-playwright:
npx -y playwright@1.49 install --with-deps
npx -y playwright@1.55.0 install --with-deps

# Installs Foundry (necessary for examples)
install-foundry:
Expand Down
2 changes: 1 addition & 1 deletion tooling/noir_codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@noir-lang/types": "workspace:*",
"glob": "^11.0.2",
"glob": "^11.0.3",
"ts-command-line-args": "^2.5.1"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions tooling/noirc_abi_wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-playwright": "^0.11.1",
"eslint": "^9.28.0",
"mocha": "^11.5.0"
}
Expand Down
Loading
Loading