Skip to content

Commit

Permalink
Update idea-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent e42bbd3 commit ed62d9d
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 1,321 deletions.
32 changes: 16 additions & 16 deletions idea/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@
"@types/amqplib": "^0.8.2",
"@types/cron": "2.0.0",
"amqplib": "^0.10.3",
"cron": "2.1.0",
"cron": "3.1.6",
"dotenv": "16.0.1",
"express": "4.18.1",
"hcaptcha": "0.1.1",
"nanoid": "3.3.4",
"nanoid": "5.0.3",
"redis": "^4.6.8",
"rimraf": "3.0.2"
"rimraf": "5.0.5"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/node": "14.18.24",
"@types/jest": "29.5.10",
"@types/node": "20.9.4",
"@types/nodemon": "1.19.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.1",
"nodemon": "2.0.19",
"prettier": "2.7.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"nodemon": "3.0.1",
"prettier": "3.1.0",
"supertest": "6.2.4",
"ts-jest": "26.5.6",
"ts-loader": "8.4.0",
"ts-jest": "29.1.1",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"tsconfig-paths": "3.14.1",
"typescript": "4.7.4"
"tsconfig-paths": "4.2.0",
"typescript": "5.3.2"
}
}
2 changes: 1 addition & 1 deletion idea/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"license": "ISC",
"devDependencies": {
"typescript": "4.7.4"
"typescript": "5.3.2"
},
"lint-staged": {
"*.ts": [
Expand Down
4 changes: 2 additions & 2 deletions idea/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"devDependencies": {
"@types/amqplib": "0.10.1",
"@types/node": "18.15.11",
"@types/node": "20.9.4",
"jest": "29.5.0",
"prettier": "2.8.7",
"prettier": "3.1.0",
"ts-jest": "29.0.5",
"ts-node-dev": "2.0.0",
"typescript": "5.0.2"
Expand Down
20 changes: 10 additions & 10 deletions idea/test-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@
"@polkadot/api": "10.10.1",
"@types/amqplib": "0.8.2",
"amqplib": "0.10.3",
"chalk": "4.1.2",
"chalk": "5.3.0",
"class-transformer": "0.5.1",
"express": "4.18.1",
"nodemon": "2.0.16",
"nodemon": "3.0.1",
"pg": "8.7.1",
"postgres": "1.0.2",
"postgres": "3.4.3",
"typeorm": "0.3.9",
"winston": "3.3.3"
},
"devDependencies": {
"@types/express": "4.17.13",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.1",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"dotenv": "16.3.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.3.2"
},
"lint-staged": {
"*.ts": [
Expand Down
Loading

0 comments on commit ed62d9d

Please sign in to comment.