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
57,325 changes: 27,995 additions & 29,330 deletions .pnp.cjs

Large diffs are not rendered by default.

64 changes: 44 additions & 20 deletions .pnp.loader.mjs

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

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.2.cjs

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ constraintsPath: ./.yarn/constraints.pro
npmPublishRegistry: "https://registry.npmjs.org"

packageExtensions:
"@dashevo/protobufjs@*":
dependencies:
chalk: ^3.0.0
escodegen: ^2.0.0
espree: ^9.1.0
estraverse: ^5.3.0
glob: ^7.2.0
minimist: ^1.2.5
semver: ^7.3.5
uglify-js: ^3.14.4
"@protobufjs/inquire@*":
dependencies:
long: ^5.2.0
Expand All @@ -15,16 +25,6 @@ packageExtensions:
pino@*:
dependencies:
pino-pretty: ^4.0.3
"@dashevo/protobufjs@*":
dependencies:
chalk: ^3.0.0
escodegen: ^2.0.0
espree: ^9.1.0
estraverse: ^5.3.0
glob: ^7.2.0
minimist: ^1.2.5
semver: ^7.3.5
uglify-js: ^3.14.4
ts-node@*:
dependencies:
typescript: ^3.9.5
Expand All @@ -36,3 +36,5 @@ plugins:
spec: "https://mskelton.dev/yarn-outdated/v2"
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs
spec: "@yarnpkg/plugin-constraints"

yarnPath: .yarn/releases/yarn-3.2.2.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"release": "yarn exec ./scripts/release/release.sh",
"bench": "yarn workspace @dashevo/bench-suite bench"
},
"packageManager": "yarn@3.1.0",
"packageManager": "yarn@3.2.2",
"ultra": {
"concurrent": [
"clean"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Manual changes might be lost - proceed with caution!

__metadata:
version: 5
version: 6
cacheKey: 8

"@apidevtools/json-schema-ref-parser@npm:^8.0.0":
Expand Down Expand Up @@ -14767,7 +14767,7 @@ typescript@^3.9.5:

"typescript@patch:typescript@^3.9.5#~builtin<compat/typescript>":
version: 3.9.10
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=ddd1e8"
resolution: "typescript@patch:typescript@npm%3A3.9.10#~builtin<compat/typescript>::version=3.9.10&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down