|
24 | 24 | "engines": { |
25 | 25 | "node": ">=12" |
26 | 26 | }, |
27 | | - "packageManager": "yarn@3.4.1", |
| 27 | + "packageManager": "yarn@3.5.0", |
28 | 28 | "main": "lib/index.js", |
29 | 29 | "module": "lib/index.mjs", |
30 | 30 | "browser": "umd/graphql-http.js", |
|
106 | 106 | "graphql": ">=0.11 <=16" |
107 | 107 | }, |
108 | 108 | "devDependencies": { |
109 | | - "@babel/core": "^7.20.12", |
| 109 | + "@babel/core": "^7.21.3", |
110 | 110 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
111 | 111 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
112 | 112 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
113 | | - "@babel/plugin-proposal-optional-chaining": "^7.20.7", |
| 113 | + "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
114 | 114 | "@babel/preset-env": "^7.20.2", |
115 | | - "@babel/preset-typescript": "^7.18.6", |
| 115 | + "@babel/preset-typescript": "^7.21.0", |
116 | 116 | "@rollup/plugin-terser": "^0.4.0", |
117 | 117 | "@rollup/plugin-typescript": "^11.0.0", |
118 | | - "@semantic-release/changelog": "^6.0.2", |
| 118 | + "@semantic-release/changelog": "^6.0.3", |
119 | 119 | "@semantic-release/git": "^10.0.1", |
120 | | - "@types/eslint": "^8.21.0", |
| 120 | + "@types/eslint": "^8.21.3", |
121 | 121 | "@types/express": "^4.17.17", |
122 | | - "@types/glob": "^8.0.1", |
| 122 | + "@types/glob": "^8.1.0", |
123 | 123 | "@types/html-validator": "^5.0.3", |
124 | | - "@types/jest": "^29.4.0", |
125 | | - "@types/koa": "^2.13.5", |
| 124 | + "@types/jest": "^29.5.0", |
| 125 | + "@types/koa": "^2.13.6", |
126 | 126 | "@types/koa-mount": "^4.0.2", |
127 | | - "@typescript-eslint/eslint-plugin": "^5.51.0", |
128 | | - "@typescript-eslint/parser": "^5.51.0", |
129 | | - "@whatwg-node/fetch": "^0.8.1", |
130 | | - "babel-jest": "^29.4.2", |
131 | | - "eslint": "^8.34.0", |
132 | | - "eslint-config-prettier": "^8.6.0", |
| 127 | + "@typescript-eslint/eslint-plugin": "^5.57.0", |
| 128 | + "@typescript-eslint/parser": "^5.57.0", |
| 129 | + "@whatwg-node/fetch": "^0.8.4", |
| 130 | + "babel-jest": "^29.5.0", |
| 131 | + "eslint": "^8.36.0", |
| 132 | + "eslint-config-prettier": "^8.8.0", |
133 | 133 | "express": "^4.18.2", |
134 | | - "fastify": "^4.13.0", |
| 134 | + "fastify": "^4.15.0", |
135 | 135 | "graphql": "^16.6.0", |
136 | 136 | "html-validator": "^6.0.1", |
137 | | - "jest": "^29.4.2", |
138 | | - "jest-jasmine2": "^29.4.2", |
| 137 | + "jest": "^29.5.0", |
| 138 | + "jest-jasmine2": "^29.5.0", |
139 | 139 | "koa": "^2.14.1", |
140 | 140 | "koa-mount": "^4.0.0", |
141 | | - "node-fetch": "^3.3.0", |
142 | | - "prettier": "^2.8.4", |
143 | | - "rollup": "^3.15.0", |
| 141 | + "node-fetch": "^3.3.1", |
| 142 | + "prettier": "^2.8.7", |
| 143 | + "rollup": "^3.20.2", |
144 | 144 | "rollup-plugin-gzip": "^3.1.0", |
145 | | - "semantic-release": "^20.1.0", |
| 145 | + "semantic-release": "^21.0.0", |
146 | 146 | "tslib": "^2.5.0", |
147 | | - "typedoc": "^0.23.25", |
| 147 | + "typedoc": "^0.23.28", |
148 | 148 | "typedoc-plugin-markdown": "^3.14.0", |
149 | | - "typescript": "^4.9.5" |
| 149 | + "typescript": "^5.0.2" |
150 | 150 | }, |
151 | 151 | "resolutions": { |
152 | 152 | "npm/libnpmversion": "^3.0.6" |
|
0 commit comments