|
46 | 46 | ".readme-assets" |
47 | 47 | ], |
48 | 48 | "devDependencies": { |
49 | | - "@openapitools/openapi-generator-cli": "^2.7.0", |
50 | | - "@rollup/plugin-replace": "^5.0.2", |
51 | | - "@rollup/plugin-typescript": "^11.1.4", |
52 | | - "@stream-io/openai-realtime-api": "~0.1.3", |
53 | | - "@types/uuid": "^9.0.4", |
54 | | - "@typescript-eslint/eslint-plugin": "^6.4.0", |
55 | | - "dotenv": "^16.3.1", |
56 | | - "eslint": "^8.0.1", |
57 | | - "eslint-config-prettier": "^9.0.0", |
58 | | - "eslint-config-standard-with-typescript": "^40.0.0", |
59 | | - "eslint-plugin-import": "^2.25.2", |
60 | | - "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", |
61 | | - "eslint-plugin-promise": "^6.0.0", |
62 | | - "eslint-plugin-unused-imports": "^4.0.1", |
63 | | - "husky": "^8.0.3", |
64 | | - "lint-staged": "^15.1.0", |
65 | | - "prettier": "^3.1.0", |
66 | | - "rollup": "^3.29.3", |
67 | | - "typescript": "^5.2.2", |
68 | | - "vite": "^4.4.9", |
69 | | - "vitest": "^1.0.0-beta.5", |
70 | | - "vitest-mock-extended": "^1.2.1" |
| 49 | + "@rollup/plugin-replace": "^6.0.3", |
| 50 | + "@rollup/plugin-typescript": "^12.3.0", |
| 51 | + "@stream-io/openai-realtime-api": "~0.3.3", |
| 52 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 53 | + "@typescript-eslint/parser": "^6.21.0", |
| 54 | + "dotenv": "^17.3.1", |
| 55 | + "eslint": "^8.57.1", |
| 56 | + "eslint-config-prettier": "^9.1.0", |
| 57 | + "eslint-config-standard-with-typescript": "^43.0.1", |
| 58 | + "eslint-plugin-import": "^2.32.0", |
| 59 | + "eslint-plugin-n": "^16.6.2", |
| 60 | + "eslint-plugin-promise": "^6.6.0", |
| 61 | + "eslint-plugin-unused-imports": "^4.4.1", |
| 62 | + "husky": "^9.1.7", |
| 63 | + "lint-staged": "^16.3.3", |
| 64 | + "prettier": "^3.8.1", |
| 65 | + "rollup": "^4.59.0", |
| 66 | + "tslib": "^2.8.1", |
| 67 | + "typescript": "^5.9.3", |
| 68 | + "vite": "^6.4.1", |
| 69 | + "vitest": "~3.1.4", |
| 70 | + "vitest-mock-extended": "^3.1.0" |
71 | 71 | }, |
72 | 72 | "dependencies": { |
73 | | - "@types/jsonwebtoken": "^9.0.3", |
| 73 | + "@types/jsonwebtoken": "^9.0.10", |
74 | 74 | "@types/node": "^18.3.0", |
75 | 75 | "jsonwebtoken": "^9.0.3", |
76 | | - "uuid": "^9.0.1" |
| 76 | + "uuid": "^13.0.0" |
77 | 77 | }, |
78 | 78 | "peerDependencies": { |
79 | | - "@stream-io/openai-realtime-api": "~0.1.3 || ~0.2.0 || ~0.3.0" |
| 79 | + "@stream-io/openai-realtime-api": "~0.1.3 || ~0.2.0 || ~0.3.0 || ~0.3.3" |
80 | 80 | }, |
81 | 81 | "peerDependenciesMeta": { |
82 | 82 | "@stream-io/openai-realtime-api": { |
|
0 commit comments