Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update dependencies #1489

Merged
merged 18 commits into from
Jan 28, 2025
Merged
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
147 changes: 77 additions & 70 deletions NOTICE

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { closeApp, createNestApp, login } from '../utils';
import {
addHederaLocalnetAccounts,
addTransactions,
getExpiredTransaction,
getRepository,
getUser,
getUserKey,
Expand Down
16 changes: 8 additions & 8 deletions back-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},
"devDependencies": {
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@eslint/js": "9.19.0",
"@hashgraph/hedera-local": "2.32.6",
"@nestjs/cli": "10.4.9",
"@nestjs/schematics": "10.2.3",
Expand All @@ -82,11 +82,11 @@
"@types/passport-local": "1.0.38",
"@types/readline-sync": "1.4.8",
"@types/supertest": "6.0.2",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"globals": "15.14.0",
"jest": "29.7.0",
"jest-mock-extended": "3.0.7",
Expand All @@ -96,10 +96,10 @@
"supertest": "7.0.0",
"testcontainers": "10.16.0",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-loader": "9.5.2",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"engines": {
"node": ">=22.12.0"
Expand Down
299 changes: 159 additions & 140 deletions back-end/pnpm-lock.yaml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions front-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"@electron-toolkit/utils": "3.0.0",
"@hashgraph/proto": "2.16.0-beta.4",
"@hashgraph/sdk": "2.56.0",
"@prisma/client": "6.1.0",
"@prisma/client": "6.2.1",
"@vuepic/vue-datepicker": "10.0.0",
"argon2": "0.41.1",
"axios": "1.7.9",
"bcrypt": "5.1.1",
"better-sqlite3": "11.7.2",
"better-sqlite3": "11.8.1",
"bignumber.js": "9.1.2",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"electron-log": "5.2.4",
"electron-updater": "6.3.9",
"jwt-decode": "4.0.0",
"node-forge": "1.3.1",
"pinia": "2.3.0",
"pinia": "2.3.1",
"socket.io-client": "4.8.1",
"unzipper": "0.12.3",
"vue-router": "4.5.0",
Expand All @@ -52,32 +52,32 @@
"devDependencies": {
"@electron-toolkit/tsconfig": "1.0.1",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@eslint/js": "9.19.0",
"@types/bcrypt": "5.0.2",
"@types/better-sqlite3": "7.6.12",
"@types/bootstrap": "5.2.10",
"@types/node": "22.10.5",
"@types/node": "22.12.0",
"@types/node-forge": "1.3.11",
"@types/unzipper": "0.10.10",
"@vitejs/plugin-vue": "5.2.1",
"@vitest/coverage-v8": "2.1.8",
"@vue/eslint-config-prettier": "10.1.0",
"@vitest/coverage-v8": "3.0.4",
"@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.1.3",
"@vue/tsconfig": "0.7.0",
"electron": "34.0.0",
"electron-builder": "25.1.8",
"eslint": "9.17.0",
"eslint": "9.19.0",
"eslint-plugin-vue": "9.32.0",
"prebuild-install": "7.1.2",
"prebuild-install": "7.1.3",
"prettier": "3.4.2",
"prisma": "6.1.0",
"prisma": "6.2.1",
"sass": "1.77.6",
"typescript": "5.7.2",
"vite": "6.0.7",
"typescript": "5.7.3",
"vite": "6.0.11",
"vite-plugin-electron": "0.29.0",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-vue-devtools": "7.6.8",
"vitest": "2.1.8",
"vite-plugin-vue-devtools": "7.7.1",
"vitest": "3.0.4",
"vitest-mock-extended": "2.0.2",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
Expand Down
Loading
Loading