|
137 | 137 | "changelog": "if [ $((grep \"$(grep -m1 'version' package.json | cut -d '\"' -f 4)\" -n CHANGELOG.md || echo 0) | cut -d ':' -f 1) -eq 3 ]; then awk '/##/{++c;next} c==1' CHANGELOG.md | awk '!/^$/'; else >&2 echo 'Unchecked version'; exit 1; fi" |
138 | 138 | }, |
139 | 139 | "devDependencies": { |
140 | | - "@types/glob": "^7.1.1", |
141 | | - "@types/mocha": "^8.2.2", |
142 | | - "@types/node": "^14.14.37", |
| 140 | + "@types/glob": "^7.1.4", |
| 141 | + "@types/mocha": "^9.0.0", |
| 142 | + "@types/node": "^14.17.5", |
143 | 143 | "@types/vscode": "^1.40.0", |
144 | | - "@typescript-eslint/eslint-plugin": "^4.20.0", |
145 | | - "@typescript-eslint/parser": "^4.20.0", |
146 | | - "eslint": "^7.23.0", |
147 | | - "glob": "^7.1.4", |
| 144 | + "@typescript-eslint/eslint-plugin": "^4.28.4", |
| 145 | + "@typescript-eslint/parser": "^4.28.4", |
| 146 | + "eslint": "^7.31.0", |
| 147 | + "glob": "^7.1.7", |
148 | 148 | "html-formatter": "^0.1.9", |
149 | | - "mocha": "^8.3.2", |
150 | | - "ovsx": "^0.1.0-next.a9154dc", |
| 149 | + "mocha": "^9.0.2", |
| 150 | + "ovsx": "^0.2.0", |
151 | 151 | "rimraf": "^3.0.2", |
152 | 152 | "run-script-os": "^1.1.6", |
153 | 153 | "source-map-support": "^0.5.12", |
154 | | - "typescript": "^4.2.3", |
| 154 | + "typescript": "^4.3.5", |
155 | 155 | "vsce": "^1.87.1", |
156 | | - "vscode-test": "^1.5.2" |
| 156 | + "vscode-test": "^1.6.1" |
157 | 157 | }, |
158 | 158 | "eslintConfig": { |
159 | 159 | "env": { |
|
0 commit comments