Skip to content

Commit

Permalink
Merge branch 'main' into fix/handle_events
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored Oct 17, 2024
2 parents f0e66ef + 5fd54a6 commit 20865c0
Show file tree
Hide file tree
Showing 2 changed files with 8,127 additions and 6,582 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,22 @@
},
"dependencies": {
"@dyne/slangroom-chain": "^1.6.4",
"@slangroom/core": "^1.40.2",
"@slangroom/db": "^1.40.2",
"@slangroom/ethereum": "^1.40.2",
"@slangroom/fs": "^1.40.2",
"@slangroom/git": "^1.40.2",
"@slangroom/helpers": "^1.40.2",
"@slangroom/http": "^1.40.2",
"@slangroom/json-schema": "^1.40.2",
"@slangroom/oauth": "^1.40.2",
"@slangroom/pocketbase": "^1.40.2",
"@slangroom/timestamp": "^1.40.2",
"@slangroom/wallet": "^1.40.2",
"@slangroom/zencode": "^1.40.2",
"@slangroom/core": "^1.42.0",
"@slangroom/db": "^1.42.0",
"@slangroom/ethereum": "^1.42.0",
"@slangroom/fs": "^1.42.0",
"@slangroom/git": "^1.42.0",
"@slangroom/helpers": "^1.42.0",
"@slangroom/http": "^1.42.0",
"@slangroom/json-schema": "^1.42.0",
"@slangroom/oauth": "^1.42.0",
"@slangroom/pocketbase": "^1.42.0",
"@slangroom/timestamp": "^1.42.0",
"@slangroom/wallet": "^1.42.0",
"@slangroom/zencode": "^1.42.0",
"@slangroom/qrcode": "^1.42.0",
"@slangroom/redis": "^1.42.0",
"@slangroom/shell": "^1.42.0",
"@tgwf/co2": "^0.16.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand All @@ -63,56 +66,53 @@
"fs-extra": "^11.2.0",
"live-directory": "^3.0.3",
"lodash": "^4.17.21",
"mariadb": "^3.3.1",
"mariadb": "^3.3.2",
"mime": "^4.0.1",
"mysql2": "^3.10.1",
"mysql2": "^3.11.3",
"oracledb": "^6.5.1",
"pg": "^8.12.0",
"pg": "^8.13.0",
"pg-hstore": "^2.3.4",
"prom-client": "^15.0.0",
"snowflake-sdk": "^1.11.0",
"snowflake-sdk": "^1.14.0",
"sqlite3": "^5.1.7",
"tedious": "^18.2.0",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#semver:^20",
"zenroom": "^4.42.0"
"zenroom": "^4.44.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@eslint/js": "^9.12.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/github": "^11.0.0",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@sinclair/typebox": "^0.32.15",
"@slangroom/qrcode": "^1.40.2",
"@slangroom/redis": "^1.40.2",
"@slangroom/shell": "^1.40.2",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.36",
"@swc/helpers": "^0.5.13",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.10",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"@types/tgwf__co2": "^0.14.1",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.11.1",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.10.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"lodash.isequal": "^4.5.0",
"nodemon": "^3.1.7",
"openapi-types": "^12.1.3",
"pkg": "^5.8.1",
"prettier": "3.3.3",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.23.0",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^24.1.2",
Expand All @@ -121,8 +121,8 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslog": "^4.9.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"winston": "^3.12.0"
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"winston": "^3.15.0"
}
}
Loading

0 comments on commit 20865c0

Please sign in to comment.