|
6 | 6 | "dependencies": {
|
7 | 7 | "@google-cloud/pubsub": "^4.1.1",
|
8 | 8 | "aht20-sensor": "^1.0.2",
|
9 |
| - "dotenv": "^16.3.1", |
| 9 | + "dotenv": "^16.3.2", |
10 | 10 | "esbuild": "^0.19.11",
|
11 | 11 | "express": "^4.18.2",
|
12 | 12 | "lodash": "^4.17.21",
|
|
18 | 18 | },
|
19 | 19 | "devDependencies": {
|
20 | 20 | "@faker-js/faker": "^8.3.1",
|
21 |
| - "@types/node": "^20.11.0", |
22 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
23 |
| - "@typescript-eslint/parser": "^6.18.1", |
24 |
| - "@typescript-eslint/typescript-estree": "^6.18.1", |
25 |
| - "@typescript-eslint/utils": "^6.18.1", |
26 |
| - "@vitest/coverage-v8": "^1.2.0", |
| 21 | + "@types/node": "^20.11.5", |
| 22 | + "@typescript-eslint/eslint-plugin": "^6.19.0", |
| 23 | + "@typescript-eslint/parser": "^6.19.0", |
| 24 | + "@typescript-eslint/typescript-estree": "^6.19.0", |
| 25 | + "@typescript-eslint/utils": "^6.19.0", |
| 26 | + "@vitest/coverage-v8": "^1.2.1", |
27 | 27 | "eslint": "^8.56.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 | 32 | "eslint-plugin-react": "^7.33.2",
|
33 | 33 | "eslint-plugin-react-hooks": "^4.6.0",
|
34 |
| - "msw": "^2.0.14", |
35 |
| - "vitest": "^1.2.0" |
| 34 | + "msw": "^2.1.2", |
| 35 | + "vitest": "^1.2.1" |
36 | 36 | },
|
37 | 37 | "scripts": {
|
38 | 38 | "start": "ts-node-esm src/index.ts",
|
|
0 commit comments