|
42 | 42 | "packages/*" |
43 | 43 | ], |
44 | 44 | "devDependencies": { |
45 | | - "@babel/cli": "7.16.0", |
46 | | - "@babel/core": "7.16.0", |
47 | | - "@babel/plugin-proposal-class-properties": "7.16.0", |
48 | | - "@babel/plugin-proposal-export-default-from": "7.16.0", |
49 | | - "@babel/plugin-proposal-export-namespace-from": "7.16.0", |
50 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0", |
51 | | - "@babel/plugin-proposal-object-rest-spread": "7.16.0", |
52 | | - "@babel/plugin-proposal-optional-chaining": "7.16.0", |
53 | | - "@babel/plugin-proposal-pipeline-operator": "7.16.0", |
| 45 | + "@babel/cli": "7.17.6", |
| 46 | + "@babel/core": "7.17.5", |
| 47 | + "@babel/plugin-proposal-class-properties": "7.16.7", |
| 48 | + "@babel/plugin-proposal-export-default-from": "7.16.7", |
| 49 | + "@babel/plugin-proposal-export-namespace-from": "7.16.7", |
| 50 | + "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7", |
| 51 | + "@babel/plugin-proposal-object-rest-spread": "7.17.3", |
| 52 | + "@babel/plugin-proposal-optional-chaining": "7.16.7", |
| 53 | + "@babel/plugin-proposal-pipeline-operator": "7.17.6", |
54 | 54 | "@babel/plugin-syntax-optional-chaining": "7.8.3", |
55 | | - "@babel/preset-env": "7.16.4", |
56 | | - "@babel/preset-flow": "7.16.0", |
57 | | - "@babel/preset-typescript": "7.16.0", |
58 | | - "@changesets/changelog-github": "0.4.1", |
59 | | - "@changesets/cli": "2.18.0", |
| 55 | + "@babel/preset-env": "7.16.11", |
| 56 | + "@babel/preset-flow": "7.16.7", |
| 57 | + "@babel/preset-typescript": "7.16.7", |
| 58 | + "@changesets/changelog-github": "0.4.3", |
| 59 | + "@changesets/cli": "2.21.0", |
60 | 60 | "@commitlint/cli": "12.1.4", |
61 | 61 | "@commitlint/config-conventional": "12.1.4", |
62 | | - "@rollup/plugin-alias": "3.1.8", |
| 62 | + "@rollup/plugin-alias": "3.1.9", |
63 | 63 | "@types/jest": "26.0.24", |
64 | 64 | "@types/node": "10.17.60", |
65 | | - "@types/node-fetch": "2.5.12", |
| 65 | + "@types/node-fetch": "2.6.1", |
66 | 66 | "@typescript-eslint/eslint-plugin": "3.10.1", |
67 | 67 | "@typescript-eslint/parser": "3.10.1", |
68 | 68 | "babel-core": "7.0.0-bridge.0", |
|
73 | 73 | "commitizen": "4.2.4", |
74 | 74 | "common-tags": "1.8.2", |
75 | 75 | "cross-env": "7.0.3", |
76 | | - "debug": "4.3.2", |
| 76 | + "debug": "4.3.3", |
77 | 77 | "eslint": "7.32.0", |
78 | 78 | "eslint-config-airbnb": "18.2.1", |
79 | 79 | "eslint-config-airbnb-base": "14.2.1", |
|
82 | 82 | "eslint-import-resolver-typescript": "2.5.0", |
83 | 83 | "eslint-plugin-babel": "5.3.1", |
84 | 84 | "eslint-plugin-flowtype": "5.10.0", |
85 | | - "eslint-plugin-import": "2.25.3", |
| 85 | + "eslint-plugin-import": "2.25.4", |
86 | 86 | "eslint-plugin-jest": "23.20.0", |
87 | 87 | "eslint-plugin-jsx-a11y": "6.5.1", |
88 | 88 | "eslint-plugin-prettier": "3.4.1", |
89 | | - "eslint-plugin-react": "7.27.0", |
90 | | - "flow-bin": "0.141.0", |
| 89 | + "eslint-plugin-react": "7.29.3", |
| 90 | + "flow-bin": "0.173.0", |
91 | 91 | "gitbook-cli": "daern91/gitbook-cli", |
92 | 92 | "gitbook-plugin-anchorjs": "2.1.0", |
93 | 93 | "gitbook-plugin-edit-link": "2.0.2", |
|
102 | 102 | "jest-silent-reporter": "0.5.0", |
103 | 103 | "lerna": "4.0.0", |
104 | 104 | "lint-staged": "10.5.4", |
105 | | - "prettier": "2.4.1", |
106 | | - "resolve": "1.20.0", |
| 105 | + "prettier": "2.5.1", |
| 106 | + "resolve": "1.22.0", |
107 | 107 | "rimraf": "3.0.2", |
108 | | - "rollup": "2.60.0", |
| 108 | + "rollup": "2.69.0", |
109 | 109 | "rollup-plugin-babel": "4.4.0", |
110 | 110 | "rollup-plugin-commonjs": "10.1.0", |
111 | 111 | "rollup-plugin-includepaths": "0.2.4", |
|
118 | 118 | "streamtest": "2.0.0", |
119 | 119 | "ts-jest": "26.5.6", |
120 | 120 | "tsconfig-replace-paths": "0.0.11", |
121 | | - "typescript": "4.5.2" |
| 121 | + "typescript": "4.6.2" |
122 | 122 | }, |
123 | 123 | "resolutions": { |
124 | | - "graceful-fs": "4.2.8", |
125 | | - "**/graceful-fs": "4.2.8", |
| 124 | + "graceful-fs": "4.2.9", |
| 125 | + "**/graceful-fs": "4.2.9", |
126 | 126 | "y18n": "3.2.2", |
127 | 127 | "lodash": "4.17.21", |
128 | 128 | "handlebars": "4.7.7", |
|
0 commit comments