|
66 | 66 | "graphql": ">=0.11 <=16"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@babel/core": "^7.18.9", |
| 69 | + "@babel/core": "^7.18.10", |
70 | 70 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
71 | 71 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
72 | 72 | "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
|
73 | 73 | "@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
74 |
| - "@babel/preset-env": "^7.18.9", |
| 74 | + "@babel/preset-env": "^7.18.10", |
75 | 75 | "@babel/preset-typescript": "^7.18.6",
|
76 |
| - "@rollup/plugin-typescript": "^8.3.3", |
| 76 | + "@rollup/plugin-typescript": "^8.3.4", |
77 | 77 | "@semantic-release/changelog": "^6.0.1",
|
78 | 78 | "@semantic-release/git": "^10.0.1",
|
79 | 79 | "@types/jest": "^28.1.6",
|
80 |
| - "@typescript-eslint/eslint-plugin": "^5.30.7", |
81 |
| - "@typescript-eslint/parser": "^5.30.7", |
| 80 | + "@typescript-eslint/eslint-plugin": "^5.32.0", |
| 81 | + "@typescript-eslint/parser": "^5.32.0", |
82 | 82 | "babel-jest": "^28.1.3",
|
83 |
| - "eslint": "^8.20.0", |
| 83 | + "eslint": "^8.21.0", |
84 | 84 | "eslint-config-prettier": "^8.5.0",
|
85 | 85 | "eslint-plugin-prettier": "^4.2.1",
|
86 | 86 | "graphql": "^16.5.0",
|
87 | 87 | "jest": "^28.1.3",
|
88 | 88 | "jest-jasmine2": "^28.1.3",
|
89 |
| - "node-fetch": "^3.2.9", |
| 89 | + "node-fetch": "^3.2.10", |
90 | 90 | "prettier": "^2.7.1",
|
91 | 91 | "replacestream": "^4.0.3",
|
92 |
| - "rollup": "^2.77.0", |
| 92 | + "rollup": "^2.77.2", |
93 | 93 | "rollup-plugin-terser": "^7.0.2",
|
94 | 94 | "semantic-release": "^19.0.3",
|
95 | 95 | "tslib": "^2.4.0",
|
96 |
| - "typedoc": "^0.23.8", |
| 96 | + "typedoc": "^0.23.10", |
97 | 97 | "typedoc-plugin-markdown": "^3.13.4",
|
98 | 98 | "typescript": "^4.7.4"
|
99 | 99 | }
|
|
0 commit comments