Skip to content

Commit 98ac066

Browse files
committed
version number update
1 parent ad185e2 commit 98ac066

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-viz-stat",
33
"displayName": "CodeViz Stat",
44
"description": "Explore source code statistics with animated vizualizations.",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"publisher": "vizzuhq",
77
"author": {
88
"name": "Tamás Czagány",
@@ -96,7 +96,8 @@
9696
"vscode-test": "^1.5.0"
9797
},
9898
"dependencies": {
99-
"vizzu": "^0.4.7",
100-
"@vscode/webview-ui-toolkit": "^0.9.1"
99+
"@vscode/webview-ui-toolkit": "^0.9.1",
100+
"react": "^18.2.0",
101+
"vizzu": "^0.4.8"
101102
}
102103
}

0 commit comments

Comments
 (0)