Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3f5a920

Browse files
lib: update libs
1 parent 24fa632 commit 3f5a920

File tree

3 files changed

+54
-66
lines changed

3 files changed

+54
-66
lines changed

webcomponents/charts/package-lock.json

Lines changed: 51 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webcomponents/charts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"date-fns": "^2.0.0-alpha.27"
2929
},
3030
"devDependencies": {
31-
"@stencil/core": "^1.0.0",
32-
"@stencil/postcss": "^0.1.0",
33-
"@stencil/sass": "^0.2.3",
31+
"@stencil/core": "^1.0.7",
32+
"@stencil/postcss": "^1.0.1",
33+
"@stencil/sass": "^1.0.0",
3434
"@stencil/utils": "0.0.5",
3535
"autoprefixer": "^9.6.0",
3636
"@types/d3-array": "^2.0.0",

webcomponents/charts/src/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {
1515
DefaultArcObject,
1616
} from 'd3-shape';
1717

18-
1918
export namespace Components {
2019
interface DeckgoBarChart {
2120
'draw': () => Promise<void>;

0 commit comments

Comments
 (0)