Skip to content

Commit

Permalink
chore: Standardise workspace JS dependencies (#4583)
Browse files Browse the repository at this point in the history
# Description

## Problem\*



## Summary\*

This PR standardizes the versions of various JS dependencies across the
workspace

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench committed Apr 3, 2024
1 parent 347eabd commit ee9cfc8
Show file tree
Hide file tree
Showing 14 changed files with 851 additions and 829 deletions.
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
logFilters:
- code: YN0013
level: discard

nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.6.3.cjs
logFilters:
- code: YN0013
level: discard
12 changes: 6 additions & 6 deletions acvm-repo/acvm_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.15.3",
"@web/test-runner": "^0.18.1",
"@web/test-runner-playwright": "^0.10.0",
"chai": "^4.3.7",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.4.2"
}
}
8 changes: 4 additions & 4 deletions compiler/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/dev-server-import-maps": "^0.2.0",
"@web/test-runner": "^0.15.3",
"@web/test-runner": "^0.18.1",
"@web/test-runner-playwright": "^0.10.0",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"ethers": "^6.7.1",
"hardhat": "^2.17.4",
"prettier": "3.0.3",
"prettier": "3.2.5",
"smol-toml": "^1.1.2",
"toml": "^3.0.0",
"tslog": "^4.9.2"
Expand Down
12 changes: 6 additions & 6 deletions compiler/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,27 +55,27 @@
"@types/sinon": "^17",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.18.0",
"@web/test-runner": "^0.18.1",
"@web/test-runner-playwright": "^0.11.0",
"adm-zip": "^0.5.0",
"assert": "^2.1.0",
"browserify-fs": "^1.0.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"html-webpack-plugin": "^5.6.0",
"memfs": "^4.6.0",
"mocha": "^10.2.0",
"mocha-each": "^2.0.1",
"path-browserify": "^1.0.1",
"prettier": "3.0.3",
"prettier": "3.2.5",
"process": "^0.11.10",
"readable-stream": "^4.4.2",
"sinon": "^17.0.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"typescript": "~5.2.2",
"typescript": "^5.4.2",
"unzipit": "^1.4.3",
"url": "^0.11.3",
"webpack": "^5.90.1",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@docusaurus/types": "^3.0.1",
"@types/prettier": "^3",
"docusaurus-plugin-typedoc": "1.0.0-next.18",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"serve": "^14.2.1",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc-plugin-frontmatter": "^0.0.2",
"typedoc-plugin-markdown": "4.0.0-next.25",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "~5.2.2"
"typescript": "^5.4.2"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"chai": "^4.3.7",
"chai": "^4.4.1",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.4.2"
},
"packageManager": "yarn@3.6.4"
}
10 changes: 5 additions & 5 deletions tooling/noir_codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.2",
"@types/prettier": "^3",
"chai": "^4.3.8",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"ts-node": "^10.9.1",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.4.2"
}
}
10 changes: 5 additions & 5 deletions tooling/noir_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"@types/mocha": "^10.0.1",
"@types/node": "^20.6.2",
"@types/prettier": "^3",
"chai": "^4.3.8",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"ts-node": "^10.9.1",
"tsc-multi": "^1.1.0",
"tsx": "^4.6.2",
"typescript": "^5.2.2"
"typescript": "^5.4.2"
}
}
10 changes: 5 additions & 5 deletions tooling/noir_js_backend_barretenberg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"devDependencies": {
"@types/node": "^20.6.2",
"@types/prettier": "^3",
"chai": "^4.3.8",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"mocha": "^10.2.0",
"prettier": "3.0.3",
"prettier": "3.2.5",
"ts-node": "^10.9.1",
"typescript": "5.1.5"
"typescript": "5.4.2"
}
}
1 change: 1 addition & 0 deletions tooling/noir_js_backend_barretenberg/tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"outDir": "./lib/cjs"
},
}
8 changes: 4 additions & 4 deletions tooling/noir_js_types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"devDependencies": {
"@types/prettier": "^3",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "3.0.3",
"typescript": "^5.2.2"
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "3.2.5",
"typescript": "^5.4.2"
}
}
4 changes: 2 additions & 2 deletions tooling/noirc_abi_wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/dev-server-esbuild": "^0.3.6",
"@web/test-runner": "^0.15.3",
"@web/test-runner": "^0.18.1",
"@web/test-runner-playwright": "^0.10.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"mocha": "^10.2.0"
}
}
Loading

0 comments on commit ee9cfc8

Please sign in to comment.