|
95 | 95 | "graphql": ">=0.11 <=16" |
96 | 96 | }, |
97 | 97 | "devDependencies": { |
98 | | - "@babel/core": "^7.20.7", |
| 98 | + "@babel/core": "^7.20.12", |
99 | 99 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
100 | 100 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
101 | 101 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
102 | 102 | "@babel/plugin-proposal-optional-chaining": "^7.20.7", |
103 | 103 | "@babel/preset-env": "^7.20.2", |
104 | 104 | "@babel/preset-typescript": "^7.18.6", |
105 | | - "@rollup/plugin-terser": "^0.2.1", |
106 | | - "@rollup/plugin-typescript": "^10.0.1", |
| 105 | + "@rollup/plugin-terser": "^0.3.0", |
| 106 | + "@rollup/plugin-typescript": "^11.0.0", |
107 | 107 | "@semantic-release/changelog": "^6.0.2", |
108 | 108 | "@semantic-release/git": "^10.0.1", |
109 | 109 | "@types/eslint": "^8.4.10", |
110 | 110 | "@types/express": "^4.17.15", |
111 | | - "@types/glob": "^8.0.0", |
112 | | - "@types/jest": "^29.2.4", |
| 111 | + "@types/glob": "^8.0.1", |
| 112 | + "@types/jest": "^29.2.6", |
113 | 113 | "@types/koa": "^2.13.5", |
114 | 114 | "@types/koa-mount": "^4.0.2", |
115 | | - "@typescript-eslint/eslint-plugin": "^5.47.0", |
116 | | - "@typescript-eslint/parser": "^5.47.0", |
117 | | - "@whatwg-node/fetch": "^0.5.3", |
| 115 | + "@typescript-eslint/eslint-plugin": "^5.48.2", |
| 116 | + "@typescript-eslint/parser": "^5.48.2", |
| 117 | + "@whatwg-node/fetch": "^0.6.2", |
118 | 118 | "babel-jest": "^29.3.1", |
119 | | - "eslint": "^8.30.0", |
120 | | - "eslint-config-prettier": "^8.5.0", |
| 119 | + "eslint": "^8.32.0", |
| 120 | + "eslint-config-prettier": "^8.6.0", |
121 | 121 | "express": "^4.18.2", |
122 | | - "fastify": "^4.10.2", |
| 122 | + "fastify": "^4.11.0", |
123 | 123 | "graphql": "^16.6.0", |
124 | 124 | "jest": "^29.3.1", |
125 | 125 | "jest-jasmine2": "^29.3.1", |
126 | 126 | "koa": "^2.14.1", |
127 | 127 | "koa-mount": "^4.0.0", |
128 | 128 | "node-fetch": "^3.3.0", |
129 | | - "prettier": "^2.8.1", |
130 | | - "rollup": "^3.8.1", |
131 | | - "semantic-release": "^19.0.5", |
| 129 | + "prettier": "^2.8.3", |
| 130 | + "rollup": "^3.10.0", |
| 131 | + "semantic-release": "^20.0.2", |
132 | 132 | "tslib": "^2.4.1", |
133 | | - "typedoc": "^0.23.23", |
| 133 | + "typedoc": "^0.23.24", |
134 | 134 | "typedoc-plugin-markdown": "^3.14.0", |
135 | 135 | "typescript": "^4.9.4" |
136 | 136 | }, |
|
0 commit comments