mirror of
https://github.com/ringtools/ringtools-server-ts.git
synced 2024-05-16 05:44:40 +02:00
Dependency updates
This commit is contained in:
parent
db67454821
commit
67d77156ce
2 changed files with 515 additions and 503 deletions
36
package.json
36
package.json
|
@ -16,36 +16,36 @@
|
|||
"axios": "^0.27.2",
|
||||
"cross-fetch": "3.1.5",
|
||||
"dotenv": "16.0.1",
|
||||
"fastify": "^3.29.0",
|
||||
"fastify-decorators": "^3.11.0",
|
||||
"fastify": "^3.29.1",
|
||||
"fastify-decorators": "^3.12.0",
|
||||
"fastify-plugin": "^3.0.1",
|
||||
"fastify-socket.io": "^3.0.0",
|
||||
"ioredis": "^5.0.6",
|
||||
"node-fetch": "3.2.5",
|
||||
"ioredis": "^5.1.0",
|
||||
"node-fetch": "3.2.6",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rxjs": "^7.5.5",
|
||||
"socket.io": "^4.5.1",
|
||||
"socks-proxy-agent": "^7.0.0",
|
||||
"typescript": "^4.7.3",
|
||||
"ws": "^8.7.0"
|
||||
"typescript": "^4.7.4",
|
||||
"ws": "^8.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@shopify/eslint-plugin": "^41.3.0",
|
||||
"@types/jest": "^28.1.1",
|
||||
"@types/node": "^17.0.40",
|
||||
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
||||
"@typescript-eslint/parser": "^5.27.1",
|
||||
"@shopify/eslint-plugin": "^41.3.1",
|
||||
"@types/jest": "^28.1.4",
|
||||
"@types/node": "^17.0.45",
|
||||
"@typescript-eslint/eslint-plugin": "^5.30.4",
|
||||
"@typescript-eslint/parser": "^5.30.4",
|
||||
"axios-mock-adapter": "^1.21.1",
|
||||
"concurrently": "^7.2.1",
|
||||
"eslint": "^8.17.0",
|
||||
"concurrently": "^7.2.2",
|
||||
"eslint": "^8.19.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"fastify-tsconfig": "^1.0.1",
|
||||
"jest": "^28.1.0",
|
||||
"jest": "^28.1.2",
|
||||
"jest-websocket-mock": "^2.3.0",
|
||||
"mock-socket": "^9.1.4",
|
||||
"prettier": "^2.6.2",
|
||||
"ts-jest": "^28.0.4",
|
||||
"ts-node": "^10.8.1"
|
||||
"mock-socket": "^9.1.5",
|
||||
"prettier": "^2.7.1",
|
||||
"ts-jest": "^28.0.5",
|
||||
"ts-node": "^10.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node src/server.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue