Skip to content

Commit 0272d9c

Browse files
CopilotGordonSmith
andcommitted
Remove caret from ovsx version in package.json
Change "ovsx": "^0.10.6" to "ovsx": "0.10.6" to match project convention of using exact versions for all dependencies. Co-authored-by: GordonSmith <966863+GordonSmith@users.noreply.github.com>
1 parent 117faad commit 0272d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"eslint-plugin-prettier": "5.5.4",
8383
"globals": "16.4.0",
8484
"npm-run-all": "4.1.5",
85-
"ovsx": "^0.10.6",
85+
"ovsx": "0.10.6",
8686
"prettier": "3.6.2",
8787
"rimraf": "6.0.1",
8888
"typescript": "5.9.2",

0 commit comments

Comments
 (0)