|
94 | 94 | }, |
95 | 95 | "homepage": "https://github.com/codemodsquad/asyncify#readme", |
96 | 96 | "devDependencies": { |
97 | | - "@babel/cli": "^7.1.5", |
98 | | - "@babel/core": "^7.1.6", |
99 | | - "@babel/plugin-proposal-class-properties": "^7.1.0", |
100 | | - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
101 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
102 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", |
103 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
104 | | - "@babel/plugin-proposal-optional-chaining": "^7.6.0", |
| 97 | + "@babel/cli": "^7.12.13", |
| 98 | + "@babel/core": "^7.12.13", |
| 99 | + "@babel/plugin-proposal-class-properties": "^7.12.13", |
| 100 | + "@babel/plugin-proposal-export-default-from": "^7.12.13", |
| 101 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.13", |
| 102 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
| 103 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.13", |
| 104 | + "@babel/plugin-proposal-optional-chaining": "^7.12.13", |
105 | 105 | "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
106 | | - "@babel/plugin-transform-runtime": "^7.1.0", |
107 | | - "@babel/preset-env": "^7.1.6", |
108 | | - "@babel/preset-typescript": "^7.7.2", |
109 | | - "@babel/register": "^7.0.0", |
| 106 | + "@babel/plugin-transform-runtime": "^7.12.15", |
| 107 | + "@babel/preset-env": "^7.12.13", |
| 108 | + "@babel/preset-typescript": "^7.12.13", |
| 109 | + "@babel/register": "^7.12.13", |
110 | 110 | "@commitlint/cli": "^6.0.2", |
111 | 111 | "@commitlint/config-conventional": "^6.0.2", |
112 | 112 | "@jedwards1211/commitlint-config": "^1.0.0", |
113 | 113 | "@jedwards1211/eslint-config-typescript": "^1.0.0", |
114 | | - "@types/babel__generator": "^7.6.1", |
115 | | - "@types/babel__template": "^7.0.2", |
116 | | - "@types/babel__traverse": "^7.0.10", |
| 114 | + "@types/babel__generator": "^7.6.2", |
| 115 | + "@types/babel__template": "^7.4.0", |
| 116 | + "@types/babel__traverse": "^7.11.0", |
117 | 117 | "@types/chai": "^4.2.0", |
118 | 118 | "@types/chai-subset": "^1.3.3", |
119 | 119 | "@types/chalk": "^2.2.0", |
|
122 | 122 | "@types/mocha": "^5.2.7", |
123 | 123 | "@types/node": "^13.7.4", |
124 | 124 | "@types/prettier": "^1.19.0", |
125 | | - "babel-eslint": "^10.0.1", |
126 | | - "babel-plugin-istanbul": "^5.1.0", |
| 125 | + "babel-plugin-istanbul": "^6.0.0", |
127 | 126 | "chai": "^4.2.0", |
128 | 127 | "chai-subset": "^1.6.0", |
129 | 128 | "chalk": "^4.0.0", |
|
150 | 149 | "typescript": "^3.7.2" |
151 | 150 | }, |
152 | 151 | "dependencies": { |
153 | | - "@babel/generator": "^7.9.5", |
154 | | - "@babel/runtime": "^7.1.5", |
155 | | - "@babel/template": "^7.8.6", |
156 | | - "@babel/traverse": "^7.9.5", |
157 | | - "@babel/types": "^7.9.5", |
| 152 | + "@babel/generator": "^7.12.15", |
| 153 | + "@babel/runtime": "^7.12.13", |
| 154 | + "@babel/template": "^7.12.13", |
| 155 | + "@babel/traverse": "^7.12.13", |
| 156 | + "@babel/types": "^7.12.13", |
158 | 157 | "recast": "^0.19.0" |
159 | 158 | }, |
160 | 159 | "renovate": { |
|
0 commit comments