|
27 | 27 | "engines": { |
28 | 28 | "node": ">=10" |
29 | 29 | }, |
30 | | - "packageManager": "yarn@3.2.1", |
| 30 | + "packageManager": "yarn@3.2.2", |
31 | 31 | "main": "lib/index.js", |
32 | 32 | "module": "lib/index.mjs", |
33 | 33 | "browser": "umd/graphql-ws.js", |
|
102 | 102 | "@rollup/plugin-typescript": "^8.3.4", |
103 | 103 | "@semantic-release/changelog": "^6.0.1", |
104 | 104 | "@semantic-release/git": "^10.0.1", |
105 | | - "@types/jest": "^28.1.6", |
| 105 | + "@types/jest": "^28.1.7", |
106 | 106 | "@types/ws": "^8.5.3", |
107 | | - "@typescript-eslint/eslint-plugin": "^5.33.0", |
108 | | - "@typescript-eslint/parser": "^5.33.0", |
| 107 | + "@typescript-eslint/eslint-plugin": "^5.33.1", |
| 108 | + "@typescript-eslint/parser": "^5.33.1", |
109 | 109 | "babel-jest": "^28.1.3", |
110 | | - "eslint": "^8.21.0", |
| 110 | + "eslint": "^8.22.0", |
111 | 111 | "eslint-config-prettier": "^8.5.0", |
112 | 112 | "eslint-plugin-prettier": "^4.2.1", |
113 | | - "fastify": "^4.4.0", |
| 113 | + "fastify": "^4.5.2", |
114 | 114 | "fastify-websocket": "4.2.2", |
115 | 115 | "glob": "^8.0.3", |
116 | | - "graphql": "^16.5.0", |
| 116 | + "graphql": "^16.6.0", |
117 | 117 | "jest": "^28.1.3", |
118 | 118 | "jest-environment-jsdom": "^28.1.3", |
119 | 119 | "jest-jasmine2": "^28.1.3", |
120 | 120 | "prettier": "^2.7.1", |
121 | 121 | "replacestream": "^4.0.3", |
122 | | - "rollup": "^2.77.2", |
| 122 | + "rollup": "^2.78.1", |
123 | 123 | "rollup-plugin-terser": "^7.0.2", |
124 | 124 | "semantic-release": "^19.0.3", |
125 | 125 | "subscriptions-transport-ws": "^0.11.0", |
|
0 commit comments