Skip to content

Commit e5c9d8c

Browse files
committed
updated dependencies
1 parent 019fdfa commit e5c9d8c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -137,23 +137,23 @@
137137
"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"
138138
},
139139
"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",
143143
"@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",
148148
"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",
151151
"rimraf": "^3.0.2",
152152
"run-script-os": "^1.1.6",
153153
"source-map-support": "^0.5.12",
154-
"typescript": "^4.2.3",
154+
"typescript": "^4.3.5",
155155
"vsce": "^1.87.1",
156-
"vscode-test": "^1.5.2"
156+
"vscode-test": "^1.6.1"
157157
},
158158
"eslintConfig": {
159159
"env": {

0 commit comments

Comments
 (0)