Skip to content

Commit 84a1d9f

Browse files
committed
Update package.json with new version and publisher
1 parent 304a412 commit 84a1d9f

File tree

2 files changed

+455
-807
lines changed

2 files changed

+455
-807
lines changed

package.json

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "html-css-class-completion",
33
"displayName": "IntelliSense for CSS class names in HTML",
44
"description": "CSS class name completion for the HTML class attribute based on the definitions found in your workspace.",
5-
"version": "1.20.0",
6-
"publisher": "Zignd",
5+
"version": "1.21.0",
6+
"publisher": "LeaderbotX400",
77
"engines": {
8-
"vscode": "^1.52.0"
8+
"vscode": "^1.86.2"
99
},
1010
"keywords": [
1111
"html",
@@ -89,7 +89,7 @@
8989
},
9090
"icon": "images/icon.png",
9191
"repository": {
92-
"url": "https://github.com/Zignd/HTML-CSS-Class-Completion"
92+
"url": "https://github.com/LeaderbotX400/HTML-CSS-Class-Completion"
9393
},
9494
"main": "./dist/extension.js",
9595
"scripts": {
@@ -105,31 +105,30 @@
105105
},
106106
"devDependencies": {
107107
"@types/bluebird": "^3.5.42",
108-
"@types/css": "0.0.31",
109-
"@types/glob": "^7.2.0",
108+
"@types/css": "0.0.37",
109+
"@types/glob": "^8.1.0",
110110
"@types/htmlparser2": "^3.10.7",
111111
"@types/lodash": "^4.14.202",
112-
"@types/mocha": "^8.2.3",
113-
"@types/node": "^12.20.55",
112+
"@types/mocha": "^10.0.6",
113+
"@types/node": "^20.11.20",
114114
"@types/request": "^2.48.12",
115115
"@types/request-promise": "^4.1.51",
116116
"@types/verror": "^1.10.9",
117117
"@types/vscode": "^1.86.0",
118-
"@typescript-eslint/eslint-plugin": "^4.33.0",
119-
"@typescript-eslint/parser": "^4.33.0",
120-
"eslint": "^7.32.0",
121-
"glob": "^7.2.3",
122-
"mocha": "^8.4.0",
123-
"ts-loader": "^8.4.0",
124-
"typescript": "^4.9.5",
118+
"@typescript-eslint/eslint-plugin": "^7.0.2",
119+
"@typescript-eslint/parser": "^7.0.2",
120+
"eslint": "^8.57.0",
121+
"glob": "^10.3.10",
122+
"mocha": "^10.3.0",
123+
"ts-loader": "^9.5.1",
124+
"typescript": "^5.3.3",
125125
"vscode-test": "^1.6.1",
126-
"webpack": "^5.90.3",
127-
"webpack-cli": "^4.10.0"
126+
"webpack": "^5.90.3"
128127
},
129128
"dependencies": {
130129
"bluebird": "^3.7.2",
131130
"css": "^3.0.0",
132-
"htmlparser2": "^6.1.0",
131+
"htmlparser2": "^9.1.0",
133132
"lodash": "^4.17.21",
134133
"request": "^2.88.2",
135134
"request-promise": "^4.2.6",

0 commit comments

Comments
 (0)