Skip to content

Commit 0054682

Browse files
committed
Release 1.1.0
1 parent 6987d23 commit 0054682

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-html-css",
33
"displayName": "HTML CSS Support",
44
"description": "CSS support for HTML documents",
5-
"version": "1.0.2",
5+
"version": "1.1.0",
66
"publisher": "ecmel",
77
"license": "MIT",
88
"homepage": "https://github.com/ecmel/vscode-html-css",
@@ -72,6 +72,7 @@
7272
"webpack": "webpack --mode development"
7373
},
7474
"devDependencies": {
75+
"@types/chokidar": "^2.1.3",
7576
"@types/css-tree": "^1.0.4",
7677
"@types/glob": "^7.1.3",
7778
"@types/mocha": "^8.0.0",
@@ -80,7 +81,7 @@
8081
"@types/vscode": "^1.51.0",
8182
"@typescript-eslint/eslint-plugin": "^4.1.1",
8283
"@typescript-eslint/parser": "^4.1.1",
83-
"@types/chokidar": "^2.1.3",
84+
"chokidar": "^3.4.3",
8485
"css-tree": "^1.1.2",
8586
"eslint": "^7.9.0",
8687
"glob": "^7.1.6",
@@ -91,7 +92,6 @@
9192
"vsce": "^1.81.1",
9293
"vscode-test": "^1.4.0",
9394
"webpack-cli": "^4.2.0",
94-
"webpack": "^5.9.0",
95-
"chokidar": "^3.4.3"
95+
"webpack": "^5.9.0"
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)