Skip to content

Commit

Permalink
prepare 6.2.8 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli authored Sep 25, 2023
1 parent 9e05a33 commit 56c9962
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 133 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-css-languageservice",
"version": "6.2.7",
"version": "6.2.8",
"description": "Language service for CSS, LESS and SCSS",
"main": "./lib/umd/cssLanguageService.js",
"typings": "./lib/umd/cssLanguageService",
Expand All @@ -17,10 +17,10 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@vscode/web-custom-data": "^0.4.7",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vscode/web-custom-data": "^0.4.8",
"eslint": "^8.50.0",
"js-beautify": "^1.14.9",
"mocha": "^10.2.0",
"rimraf": "^5.0.1",
Expand All @@ -30,7 +30,7 @@
"dependencies": {
"@vscode/l10n": "^0.0.16",
"vscode-languageserver-textdocument": "^1.0.8",
"vscode-languageserver-types": "^3.17.3",
"vscode-languageserver-types": "^3.17.4",
"vscode-uri": "^3.0.7"
},
"scripts": {
Expand Down
Loading

0 comments on commit 56c9962

Please sign in to comment.