Skip to content

Commit

Permalink
bump deps (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
janlegner authored Dec 14, 2024
1 parent 7e2b94e commit 14854a3
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 1,225 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"dependencies": {
"@coral-xyz/anchor": "0.28.1-beta.1",
"@marinade.finance/directed-stake-sdk": "^0.1.0",
"jsbi": "^4.3.0",
"@nestjs/cache-manager": "^1.0.0",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
Expand All @@ -39,21 +38,22 @@
"better-sqlite3": "11.7.0",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"cache-manager": "^5.2.1",
"cache-manager": "^5.7.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"csv": "^6.2.10",
"class-validator": "^0.14.1",
"csv": "^6.3.11",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.3",
"dotenv": "^16.4.7",
"isomorphic-fetch": "^3.0.0",
"jsbi": "^4.3.0",
"log4js": "^6.9.1",
"nest-commander": "^3.6.1",
"nest-commander": "^3.15.0",
"nestjs-redoc": "^2.2.2",
"pq": "^0.0.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"slonik": "^33.3.0",
"zod": "^3.24.0"
"reflect-metadata": "^0.1.14",
"rxjs": "^7.8.1",
"slonik": "^33.3.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.9",
Expand All @@ -63,6 +63,7 @@
"@types/better-sqlite3": "^7.6.12",
"@types/bn.js": "^5.1.6",
"@types/express": "^5.0.0",
"@types/inquirer": "^8.2.10",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jest": "^29.5.14",
"@types/node": "18.15.11",
Expand All @@ -71,10 +72,9 @@
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@types/inquirer": "^8.1.3",
"eslint": "^8.57.1",
"eslint-plugin-node": "^11.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gts": "^6.0.2",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit 14854a3

Please sign in to comment.