Skip to content

Commit 6f6f637

Browse files
committed
updated version for marketplace publish
1 parent 8f23817 commit 6f6f637

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

modules/openvino_code/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/openvino_code/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"publisher": "OpenVINO",
33
"name": "openvino-code-completion",
4-
"version": "0.0.14",
4+
"version": "0.0.15",
55
"displayName": "OpenVINO Code Completion",
66
"description": "VSCode extension for AI code completion with OpenVINO",
77
"icon": "media/logo.png",

modules/openvino_code/side-panel-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"eslint-plugin-react-hooks": "4.6.0",
2424
"eslint-plugin-react-refresh": "0.4.3",
2525
"rollup-plugin-copy": "3.4.0",
26-
"vite": "4.5.2"
26+
"vite": "^4.5.3"
2727
}
2828
}

0 commit comments

Comments
 (0)