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 Apr 18, 2023
1 parent 384cbe9 commit df96994
Show file tree
Hide file tree
Showing 5 changed files with 885 additions and 171 deletions.
24 changes: 12 additions & 12 deletions idea/api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"dotenv": "16.0.1",
"express": "4.18.1",
"hcaptcha": "0.1.1",
"nanoid": "3.3.4",
"rimraf": "3.0.2"
"nanoid": "4.0.2",
"rimraf": "5.0.0"
},
"devDependencies": {
"@types/express": "4.17.13",
"@types/jest": "26.0.24",
"@types/node": "14.18.24",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@types/nodemon": "1.19.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"eslint": "8.38.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "4.2.1",
"nodemon": "2.0.19",
"prettier": "2.7.1",
"supertest": "6.2.4",
"ts-jest": "26.5.6",
"ts-loader": "8.4.0",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"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.0.4"
}
}
4 changes: 2 additions & 2 deletions idea/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@gear-js/api": "0.30.3",
"@polkadot/api": "9.14.1",
"@polkadot/api": "10.3.4",
"winston": "3.7.2"
},
"license": "ISC",
"devDependencies": {
"typescript": "4.7.4"
"typescript": "5.0.4"
}
}
4 changes: 2 additions & 2 deletions idea/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@gear-js/api": "0.30.3",
"@gear-js/common": "workspace:^",
"@polkadot/api": "9.14.1",
"@polkadot/api": "10.3.4",
"amqplib": "^0.10.3",
"class-transformer": "^0.5.1",
"pg": "^8.10.0",
Expand All @@ -25,7 +25,7 @@
"winston": "^3.8.2"
},
"devDependencies": {
"@polkadot/types": "9.14.1",
"@polkadot/types": "10.3.4",
"@types/amqplib": "^0.10.1",
"@types/node": "^18.15.11",
"jest": "^29.5.0",
Expand Down
18 changes: 9 additions & 9 deletions idea/test-balance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"dependencies": {
"@gear-js/api": "0.30.3",
"@gear-js/common": "workspace:^",
"@polkadot/api": "9.14.1",
"@polkadot/api": "10.3.4",
"@types/amqplib": "^0.8.2",
"amqplib": "^0.10.3",
"chalk": "4.1.2",
"chalk": "5.2.0",
"class-transformer": "^0.5.1",
"express": "^4.18.1",
"nodemon": "^2.0.16",
"pg": "^8.7.1",
"postgres": "^1.0.2",
"postgres": "^3.0.0",
"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",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"dotenv": "16.0.3",
"eslint": "8.38.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-prettier": "4.2.1",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.0.4"
}
}
Loading

0 comments on commit df96994

Please sign in to comment.