|
2 | 2 | "name": "vscode-data-preview", |
3 | 3 | "displayName": "Data Preview", |
4 | 4 | "description": "Data Preview", |
5 | | - "version": "1.8.0", |
| 5 | + "version": "1.8.1", |
6 | 6 | "publisher": "RandomFractalsInc", |
7 | 7 | "author": "Taras Novak", |
8 | 8 | "contributors": [ |
|
41 | 41 | "parquet", |
42 | 42 | "data schema" |
43 | 43 | ], |
44 | | - "engines": { |
45 | | - "vscode": "^1.32.3", |
46 | | - "node": ">=0.11" |
47 | | - }, |
48 | 44 | "categories": [ |
49 | 45 | "Programming Languages" |
50 | 46 | ], |
|
189 | 185 | } |
190 | 186 | } |
191 | 187 | }, |
| 188 | + "engines": { |
| 189 | + "vscode": "^1.35.0", |
| 190 | + "node": ">=10.2.0" |
| 191 | + }, |
192 | 192 | "scripts": { |
193 | 193 | "vscode:prepublish": "npm run compile", |
194 | 194 | "compile": "tsc --skipLibCheck -p ./", |
|
197 | 197 | "test": "npm run compile && node ./node_modules/vscode/bin/test" |
198 | 198 | }, |
199 | 199 | "devDependencies": { |
200 | | - "@types/mocha": "^5.2.6", |
201 | | - "@types/node": "^12.0.2", |
202 | | - "tslint": "^5.16.0", |
203 | | - "typescript": "^3.4.5", |
204 | | - "vscode": "^1.1.33" |
| 200 | + "@types/mocha": "^5.2.7", |
| 201 | + "@types/node": "^12.0.5", |
| 202 | + "tslint": "^5.17.0", |
| 203 | + "typescript": "^3.5.1", |
| 204 | + "vscode": "^1.1.34" |
205 | 205 | }, |
206 | 206 | "dependencies": { |
207 | | - "@finos/perspective": "^0.3.0-rc.2", |
208 | | - "@finos/perspective-viewer": "^0.3.0-rc.2", |
209 | | - "@finos/perspective-viewer-d3fc": "^0.3.0-rc.2", |
210 | | - "@finos/perspective-viewer-highcharts": "^0.3.0-rc.2", |
211 | | - "@finos/perspective-viewer-hypergrid": "^0.3.0-rc.2", |
| 207 | + "@finos/perspective": "^0.3.0-rc.4", |
| 208 | + "@finos/perspective-viewer": "^0.3.0-rc.4", |
| 209 | + "@finos/perspective-viewer-d3fc": "^0.3.0-rc.4", |
| 210 | + "@finos/perspective-viewer-highcharts": "^0.3.0-rc.4", |
| 211 | + "@finos/perspective-viewer-hypergrid": "^0.3.0-rc.4", |
212 | 212 | "apache-arrow": "^0.4.1", |
213 | 213 | "avsc": "^5.4.10", |
214 | 214 | "d3-fetch": "^1.1.2", |
|
0 commit comments