Skip to content

Commit

Permalink
feat: new slangroom deps (#213)
Browse files Browse the repository at this point in the history
* feat: new slangroom deps

* test: fix hash check

---------

Co-authored-by: matteo-cristino <[email protected]>
  • Loading branch information
puria and matteo-cristino authored Jun 15, 2024
1 parent b2bbc17 commit 48feed9
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 428 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
},
"dependencies": {
"@dyne/slangroom-chain": "^1.6.0",
"@slangroom/core": "^1.33.1",
"@slangroom/db": "^1.33.1",
"@slangroom/ethereum": "^1.33.1",
"@slangroom/fs": "^1.33.1",
"@slangroom/git": "^1.33.1",
"@slangroom/helpers": "^1.33.1",
"@slangroom/http": "^1.33.1",
"@slangroom/json-schema": "^1.33.1",
"@slangroom/oauth": "^1.33.1",
"@slangroom/pocketbase": "^1.33.1",
"@slangroom/timestamp": "^1.33.1",
"@slangroom/wallet": "^1.33.1",
"@slangroom/zencode": "^1.33.1",
"@tgwf/co2": "^0.14.4",
"@slangroom/core": "^1.33.2",
"@slangroom/db": "^1.33.2",
"@slangroom/ethereum": "^1.33.2",
"@slangroom/fs": "^1.33.2",
"@slangroom/git": "^1.33.2",
"@slangroom/helpers": "^1.33.2",
"@slangroom/http": "^1.33.2",
"@slangroom/json-schema": "^1.33.2",
"@slangroom/oauth": "^1.33.2",
"@slangroom/pocketbase": "^1.33.2",
"@slangroom/timestamp": "^1.33.2",
"@slangroom/wallet": "^1.33.2",
"@slangroom/zencode": "^1.33.2",
"@tgwf/co2": "^0.15.0",
"@typescript-eslint/parser": "^7.1.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand All @@ -79,16 +79,16 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@sinclair/typebox": "^0.32.15",
"@slangroom/qrcode": "^1.33.1",
"@slangroom/redis": "^1.33.1",
"@slangroom/shell": "^1.33.1",
"@slangroom/qrcode": "^1.33.2",
"@slangroom/redis": "^1.33.2",
"@slangroom/shell": "^1.33.2",
"@swc/core": "^1.4.8",
"@swc/helpers": "^0.5.6",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/lodash": "^4.17.5",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.25",
"@types/node": "^20.14.2",
"@types/tgwf__co2": "^0.14.1",
"jest": "^29.7.0",
"lodash.isequal": "^4.5.0",
Expand All @@ -103,10 +103,10 @@
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^24.0.0",
"start-server-and-test": "^2.0.3",
"stepci": "^2.8.0",
"stepci": "^2.8.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslog": "^4.9.2",
"tslog": "^4.9.3",
"typescript": "^5.4.2",
"winston": "^3.12.0"
}
Expand Down
Loading

0 comments on commit 48feed9

Please sign in to comment.