Skip to content

Commit bf4f484

Browse files
chore: ⬆️ bump deps
1 parent be80806 commit bf4f484

File tree

2 files changed

+45
-44
lines changed

2 files changed

+45
-44
lines changed

package-lock.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+36-36
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,14 @@
11
{
22
"name": "windicss-intellisense",
3-
"displayName": "WindiCSS IntelliSense",
43
"description": "Intelligent WindiCSS tooling for VS Code",
5-
"publisher": "voorjaar",
64
"version": "0.21.4",
7-
"license": "MIT",
8-
"engines": {
9-
"vscode": "^1.48.0"
10-
},
11-
"keywords": [
12-
"windi",
13-
"windicss",
14-
"tailwind",
15-
"tailwindcss",
16-
"css",
17-
"intellisense",
18-
"autocomplete",
19-
"vscode"
20-
],
21-
"categories": [
22-
"Other"
23-
],
245
"activationEvents": [
256
"onStartupFinished"
267
],
27-
"repository": {
28-
"type": "git",
29-
"url": "https://github.com/windicss/windicss-intellisense"
30-
},
31-
"homepage": "https://github.com/windicss/windicss-intellisense",
328
"bugs": "https://github.com/windicss/windicss-intellisense/issues",
33-
"icon": "res/logo.png",
34-
"main": "./out/extension.js",
9+
"categories": [
10+
"Other"
11+
],
3512
"contributes": {
3613
"commands": [
3714
{
@@ -251,15 +228,6 @@
251228
}
252229
]
253230
},
254-
"scripts": {
255-
"build": "rimraf out && cross-env NODE_ENV=production rollup -c && ncp node_modules/windicss-analysis/dist/app out/analyzer",
256-
"watch": "rollup -cw",
257-
"test": "jest",
258-
"test:update": "jest -u",
259-
"lint": "eslint src --ext ts",
260-
"lint:fix": "npm run lint -- --fix",
261-
"release": "bumpp --tag --commit --push"
262-
},
263231
"devDependencies": {
264232
"@rollup/plugin-commonjs": "20.0.0",
265233
"@rollup/plugin-json": "4.1.0",
@@ -285,7 +253,39 @@
285253
"ts-jest": "27.0.4",
286254
"tslib": "2.3.1",
287255
"typescript": "4.3.5",
288-
"windicss": "3.1.7",
256+
"windicss": "3.3.0",
289257
"windicss-analysis": "0.3.2"
258+
},
259+
"displayName": "WindiCSS IntelliSense",
260+
"engines": {
261+
"vscode": "^1.48.0"
262+
},
263+
"homepage": "https://github.com/windicss/windicss-intellisense",
264+
"icon": "res/logo.png",
265+
"keywords": [
266+
"autocomplete",
267+
"css",
268+
"intellisense",
269+
"tailwind",
270+
"tailwindcss",
271+
"vscode",
272+
"windi",
273+
"windicss"
274+
],
275+
"license": "MIT",
276+
"main": "./out/extension.js",
277+
"publisher": "voorjaar",
278+
"repository": {
279+
"type": "git",
280+
"url": "https://github.com/windicss/windicss-intellisense"
281+
},
282+
"scripts": {
283+
"build": "rimraf out && cross-env NODE_ENV=production rollup -c && ncp node_modules/windicss-analysis/dist/app out/analyzer",
284+
"lint": "eslint src --ext ts",
285+
"lint:fix": "npm run lint -- --fix",
286+
"release": "bumpp --tag --commit --push",
287+
"test": "jest",
288+
"test:update": "jest -u",
289+
"watch": "rollup -cw"
290290
}
291291
}

0 commit comments

Comments
 (0)