Skip to content

Commit

Permalink
chore: update packege
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Dec 20, 2023
1 parent 8c1cfd1 commit 66d74b4
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 46 deletions.
172 changes: 144 additions & 28 deletions package-lock.json

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

37 changes: 19 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,58 +53,59 @@
"eventsource": "^2.0.2",
"flatbuffers": "^23.5.26",
"ip-num": "^1.5.1",
"js-sha3": "^0.9.2",
"pino": "^8.16.2",
"pino-pretty": "^10.2.3",
"js-sha3": "^0.9.3",
"pino": "^8.17.1",
"pino-pretty": "^10.3.0",
"tmp": "^0.2.1",
"uuid": "^9.0.1",
"ya-ts-client": "^0.5.3"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@johanblumenberg/ts-mockito": "^1.0.40",
"@johanblumenberg/ts-mockito": "^1.0.41",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/eventsource": "^1.1.15",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/supertest": "^2.0.16",
"@types/tmp": "^0.2.6",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"buffer": "^6.0.3",
"cypress": "13.6.1",
"eslint": "~8.55.0",
"eslint-config-prettier": "^9.0.0",
"cypress": "^13.5.1",
"cypress-log-to-output": "^1.1.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.1.0",
"rollup": "^4.6.1",
"prettier": "^3.1.1",
"rollup": "^4.9.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-visualizer": "^5.9.3",
"semantic-release": "^22.0.8",
"rollup-plugin-visualizer": "^5.11.0",
"semantic-release": "^22.0.12",
"stream-browserify": "^3.0.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typedoc-theme-hierarchy": "4.1.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}

0 comments on commit 66d74b4

Please sign in to comment.