Skip to content

Commit

Permalink
prepare 5.1.1 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Oct 23, 2023
1 parent 134835b commit 1030c1e
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 132 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-html-languageservice",
"version": "5.1.0",
"version": "5.1.1",
"description": "Language service for HTML",
"main": "./lib/umd/htmlLanguageService.js",
"typings": "./lib/umd/htmlLanguageService",
Expand All @@ -15,22 +15,22 @@
"url": "https://github.com/Microsoft/vscode-html-languageservice"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.3",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vscode/web-custom-data": "^0.4.8",
"eslint": "^8.48.0",
"eslint": "^8.52.0",
"js-beautify": "^1.14.9",
"mocha": "^10.2.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
},
"dependencies": {
"@vscode/l10n": "^0.0.16",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-languageserver-types": "^3.17.3",
"vscode-uri": "^3.0.7"
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver-types": "^3.17.5",
"vscode-uri": "^3.0.8"
},
"scripts": {
"prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
Expand Down
Loading

0 comments on commit 1030c1e

Please sign in to comment.