|
37 | 37 | "update:update": "ncu -u && lerna run update:update --stream" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/core": "^7.16.7", |
41 | | - "@babel/plugin-proposal-private-methods": "^7.16.7", |
42 | | - "@commitlint/cli": "^16.0.2", |
| 40 | + "@babel/core": "^7.16.12", |
| 41 | + "@babel/plugin-proposal-private-methods": "^7.16.11", |
| 42 | + "@commitlint/cli": "^16.1.0", |
43 | 43 | "@commitlint/config-conventional": "^16.0.0", |
44 | 44 | "@commitlint/config-lerna-scopes": "^16.0.0", |
45 | | - "@graphql-codegen/cli": "^2.3.1", |
| 45 | + "@graphql-codegen/cli": "^2.4.0", |
46 | 46 | "@graphql-codegen/typescript": "^2.4.2", |
47 | | - "@graphql-codegen/typescript-operations": "^2.2.2", |
| 47 | + "@graphql-codegen/typescript-operations": "^2.2.3", |
48 | 48 | "@graphql-tools/utils": "^8.6.1", |
49 | 49 | "@manypkg/cli": "^0.19.1", |
50 | 50 | "@rollup/plugin-commonjs": "^21.0.1", |
51 | 51 | "@rollup/plugin-node-resolve": "^13.1.3", |
52 | 52 | "@types/graphql": "^14.5.0", |
53 | 53 | "@types/jest": "^27.4.0", |
54 | 54 | "@types/jsdom": "^16.2.14", |
55 | | - "@types/node": "^17.0.8", |
| 55 | + "@types/node": "^17.0.14", |
56 | 56 | "@types/webpack": "^5.28.0", |
57 | | - "@typescript-eslint/parser": "^5.9.1", |
| 57 | + "@typescript-eslint/parser": "^5.10.2", |
58 | 58 | "@vue/eslint-config-typescript": "^10.0.0", |
59 | 59 | "all-contributors-cli": "^6.20.0", |
60 | 60 | "babel-eslint": "^10.1.0", |
61 | 61 | "commitizen": "^4.2.4", |
62 | 62 | "ejs": "^3.1.6", |
63 | | - "eslint": "8.6.0", |
| 63 | + "eslint": "8.8.0", |
64 | 64 | "husky": "^7.0.4", |
65 | 65 | "jest": "^27.4.7", |
66 | 66 | "jest-date-mock": "^1.0.8", |
|
70 | 70 | "jest-watch-toggle-config": "^2.0.1", |
71 | 71 | "jest-watch-typeahead": "^1.0.0", |
72 | 72 | "lerna": "^4.0.0", |
73 | | - "lint-staged": "^12.1.7", |
| 73 | + "lint-staged": "^12.3.3", |
74 | 74 | "majestic": "^1.8.1", |
75 | | - "npm-check-updates": "^12.1.0", |
| 75 | + "npm-check-updates": "^12.2.1", |
76 | 76 | "rimraf": "^3.0.2", |
77 | | - "rollup": "^2.64.0", |
| 77 | + "rollup": "^2.66.1", |
78 | 78 | "rollup-plugin-terser": "^7.0.2", |
79 | 79 | "rollup-plugin-typescript2": "^0.31.1", |
80 | 80 | "shx": "^0.3.4", |
81 | 81 | "ts-jest": "^27.1.3", |
82 | 82 | "ts-node": "^10.4.0", |
83 | 83 | "tslib": "^2.3.1", |
84 | 84 | "typescript": "^4.5.4", |
85 | | - "vue-eslint-parser": "^8.0.1" |
| 85 | + "vue-eslint-parser": "^8.2.0" |
86 | 86 | }, |
87 | 87 | "engines": { |
88 | 88 | "node": ">=16.x.x", |
|
0 commit comments