Mercurial > code > home > repos > homeauto
comparison service/wifi/package.json @ 719:34343fb39fbe
update deps
Ignore-this: 1ffe01336632df9c487565fec4184c43
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Feb 2020 00:18:20 -0800 |
parents | 9ae34280218b |
children | 7c785c0dd605 |
comparison
equal
deleted
inserted
replaced
718:edc14422f128 | 719:34343fb39fbe |
---|---|
13 "test_forever": "jest --watch" | 13 "test_forever": "jest --watch" |
14 }, | 14 }, |
15 "dependencies": { | 15 "dependencies": { |
16 "@polymer/decorators": "^3.0.0", | 16 "@polymer/decorators": "^3.0.0", |
17 "@polymer/polymer": "^3.3.1", | 17 "@polymer/polymer": "^3.3.1", |
18 "@types/n3": "^1.1.1", | 18 "@types/n3": "^1.1.3", |
19 "lit-element": "^2.2.1", | 19 "lit-element": "^2.2.1", |
20 "lit-html": "^1.1.2", | 20 "lit-html": "^1.1.2", |
21 "n3": "^1.3.5", | 21 "n3": "^1.3.5", |
22 "streamed-graph": "file:/my/proj/streamed-graph" | 22 "streamed-graph": "file:/my/proj/streamed-graph" |
23 }, | 23 }, |
24 "devDependencies": { | 24 "devDependencies": { |
25 "@rollup/plugin-commonjs": "^11.0.0", | 25 "@rollup/plugin-commonjs": "^11.0.1", |
26 "@rollup/plugin-node-resolve": "^6.0.0", | 26 "@rollup/plugin-node-resolve": "^6.1.0", |
27 "@rollup/plugin-replace": "^2.3.0", | 27 "@rollup/plugin-replace": "^2.3.0", |
28 "@types/jest": "^24.0.25", | 28 "@types/jest": "^24.0.25", |
29 "jest": "^24.9.0", | 29 "jest": "^24.9.0", |
30 "node-globals": "^0.1.5", | 30 "node-globals": "^0.1.5", |
31 "rollup": "^1.27.14", | 31 "rollup": "^1.28.0", |
32 "rollup-plugin-force-binding": "^1.0.6", | 32 "rollup-plugin-force-binding": "^1.0.6", |
33 "rollup-plugin-node-builtins": "^2.1.2", | 33 "rollup-plugin-node-builtins": "^2.1.2", |
34 "rollup-plugin-typescript2": "^0.25.3", | 34 "rollup-plugin-typescript2": "^0.25.3", |
35 "ts-jest": "^24.2.0", | 35 "ts-jest": "^24.3.0", |
36 "tslib": "^1.10.0", | 36 "tslib": "^1.10.0", |
37 "typescript": "^3.7.4" | 37 "typescript": "^3.7.4" |
38 } | 38 } |
39 } | 39 } |