|
2 | 2 | "name": "html-css-class-completion",
|
3 | 3 | "displayName": "IntelliSense for CSS class names in HTML",
|
4 | 4 | "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", |
7 | 7 | "engines": {
|
8 |
| - "vscode": "^1.52.0" |
| 8 | + "vscode": "^1.86.2" |
9 | 9 | },
|
10 | 10 | "keywords": [
|
11 | 11 | "html",
|
|
89 | 89 | },
|
90 | 90 | "icon": "images/icon.png",
|
91 | 91 | "repository": {
|
92 |
| - "url": "https://github.com/Zignd/HTML-CSS-Class-Completion" |
| 92 | + "url": "https://github.com/LeaderbotX400/HTML-CSS-Class-Completion" |
93 | 93 | },
|
94 | 94 | "main": "./dist/extension.js",
|
95 | 95 | "scripts": {
|
|
105 | 105 | },
|
106 | 106 | "devDependencies": {
|
107 | 107 | "@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", |
110 | 110 | "@types/htmlparser2": "^3.10.7",
|
111 | 111 | "@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", |
114 | 114 | "@types/request": "^2.48.12",
|
115 | 115 | "@types/request-promise": "^4.1.51",
|
116 | 116 | "@types/verror": "^1.10.9",
|
117 | 117 | "@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", |
125 | 125 | "vscode-test": "^1.6.1",
|
126 |
| - "webpack": "^5.90.3", |
127 |
| - "webpack-cli": "^4.10.0" |
| 126 | + "webpack": "^5.90.3" |
128 | 127 | },
|
129 | 128 | "dependencies": {
|
130 | 129 | "bluebird": "^3.7.2",
|
131 | 130 | "css": "^3.0.0",
|
132 |
| - "htmlparser2": "^6.1.0", |
| 131 | + "htmlparser2": "^9.1.0", |
133 | 132 | "lodash": "^4.17.21",
|
134 | 133 | "request": "^2.88.2",
|
135 | 134 | "request-promise": "^4.2.6",
|
|
0 commit comments