|
3 | 3 | "displayName": "DNB Eufemia Tools", |
4 | 4 | "description": "DNB Eufemia Design System Extension", |
5 | 5 | "categories": [], |
6 | | - "version": "1.3.2", |
| 6 | + "version": "1.3.3", |
7 | 7 | "publisher": "dnbexperience", |
8 | 8 | "author": "Tobias Høegh <tobias.hoegh@dnb.no>", |
9 | 9 | "license": "SEE LICENSE IN LICENSE", |
|
29 | 29 | "package": "webpack --mode production --devtool hidden-source-map", |
30 | 30 | "lint": "eslint src --ext ts", |
31 | 31 | "test": "vitest run", |
32 | | - "test:watch": "vitest --watch", |
33 | | - "e2e:test:compile": "tsc -p . --outDir out", |
34 | | - "e2e:test:compile:watch": "tsc -p . -w --outDir out", |
35 | | - "e2e:test": "node ./out/__tests__/runTest.js", |
36 | | - "e2e:test:watch": "node ./out/__tests__/runTest.js --watch --watch-files ./src/**/*", |
37 | | - "e2e:pretest": "yarn e2e:test:compile && yarn compile && yarn lint" |
| 32 | + "test:watch": "vitest --watch" |
38 | 33 | }, |
39 | 34 | "activationEvents": [ |
40 | 35 | "onLanguage:css", |
|
185 | 180 | "jsonc-parser": "^3.2.0" |
186 | 181 | }, |
187 | 182 | "devDependencies": { |
188 | | - "@eufemia/eslint-plugin": "^1.0.5", |
189 | | - "@types/glob": "^8.0.0", |
190 | | - "@types/mocha": "^10.0.1", |
191 | 183 | "@types/node": "16.x", |
192 | 184 | "@types/vscode": "^1.70.0", |
193 | 185 | "@typescript-eslint/eslint-plugin": "^5.45.0", |
194 | 186 | "@typescript-eslint/parser": "^5.45.0", |
195 | | - "@vscode/test-electron": "^2.2.0", |
196 | 187 | "@vscode/vsce": "^2.16.0", |
197 | 188 | "eslint": "^8.28.0", |
198 | | - "glob": "^8.0.3", |
199 | | - "mocha": "^10.1.0", |
200 | 189 | "react": "^18.2.0", |
201 | 190 | "react-dom": "^18.2.0", |
202 | 191 | "ts-loader": "^9.4.1", |
|
206 | 195 | "webpack": "^5.75.0", |
207 | 196 | "webpack-cli": "^5.0.0" |
208 | 197 | }, |
| 198 | + "volta": { |
| 199 | + "node": "18.12.1", |
| 200 | + "yarn": "1.22.10" |
| 201 | + }, |
209 | 202 | "packageManager": "yarn@1.22.1" |
210 | 203 | } |
0 commit comments