|
7 | 7 | "@google-cloud/pubsub": "^4.3.3",
|
8 | 8 | "aht20-sensor": "^1.0.2",
|
9 | 9 | "dotenv": "^16.4.5",
|
10 |
| - "esbuild": "^0.20.1", |
| 10 | + "esbuild": "^0.20.2", |
11 | 11 | "express": "^4.18.3",
|
12 | 12 | "lodash": "^4.17.21",
|
13 | 13 | "prom-client": "^15.1.0",
|
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 | 20 | "@faker-js/faker": "^8.4.1",
|
21 |
| - "@types/node": "^20.11.25", |
| 21 | + "@types/node": "^20.11.28", |
22 | 22 | "@typescript-eslint/eslint-plugin": "^6.21.0",
|
23 | 23 | "@typescript-eslint/parser": "^6.21.0",
|
24 | 24 | "@typescript-eslint/typescript-estree": "^6.21.0",
|
25 | 25 | "@typescript-eslint/utils": "^6.21.0",
|
26 |
| - "@vitest/coverage-v8": "^1.3.1", |
| 26 | + "@vitest/coverage-v8": "^1.4.0", |
27 | 27 | "eslint": "^8.57.0",
|
28 | 28 | "eslint-config-airbnb": "^19.0.4",
|
29 | 29 | "eslint-config-airbnb-typescript": "^17.1.0",
|
30 | 30 | "eslint-plugin-import": "^2.29.1",
|
31 | 31 | "eslint-plugin-jsx-a11y": "^6.8.0",
|
32 |
| - "eslint-plugin-react": "^7.34.0", |
| 32 | + "eslint-plugin-react": "^7.34.1", |
33 | 33 | "eslint-plugin-react-hooks": "^4.6.0",
|
34 |
| - "msw": "^2.2.3", |
35 |
| - "vitest": "^1.3.1" |
| 34 | + "msw": "^2.2.5", |
| 35 | + "vitest": "^1.4.0" |
36 | 36 | },
|
37 | 37 | "scripts": {
|
38 | 38 | "start": "ts-node-esm src/index.ts",
|
|
0 commit comments