Skip to content

Commit

Permalink
prepare 6.3.1 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Aug 26, 2024
1 parent e18433a commit 2326c0c
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 95 deletions.
157 changes: 67 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-css-languageservice",
"version": "6.3.0",
"version": "6.3.1",
"description": "Language service for CSS, LESS and SCSS",
"main": "./lib/umd/cssLanguageService.js",
"typings": "./lib/umd/cssLanguageService",
Expand All @@ -22,14 +22,14 @@
"@vscode/web-custom-data": "^0.4.11",
"eslint": "^8.57.0",
"js-beautify": "^1.15.1",
"mocha": "^10.4.0",
"rimraf": "^5.0.7",
"mocha": "^10.7.3",
"rimraf": "^5.0.10",
"source-map-support": "^0.5.21",
"typescript": "^5.4.2"
"typescript": "^5.5.4"
},
"dependencies": {
"@vscode/l10n": "^0.0.18",
"vscode-languageserver-textdocument": "^1.0.11",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-languageserver-types": "3.17.5",
"vscode-uri": "^3.0.8"
},
Expand Down

0 comments on commit 2326c0c

Please sign in to comment.