Skip to content

Commit

Permalink
Bump versions (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
lramos15 committed Dec 12, 2023
1 parent 60e0864 commit 4361d93
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 25 deletions.
86 changes: 64 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vscode/extension-telemetry",
"description": "A module for Visual Studio Code extensions to report consistent telemetry.",
"version": "0.9.0",
"version": "0.9.1",
"author": {
"name": "Microsoft Corporation"
},
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@microsoft/1ds-core-js": "^4.0.3",
"@microsoft/1ds-post-js": "^4.0.3",
"@microsoft/applicationinsights-web-basic": "^3.0.4"
"@microsoft/applicationinsights-web-basic": "^3.0.6"
},
"devDependencies": {
"@types/mocha": "^10.0.3",
Expand All @@ -34,7 +34,7 @@
"eslint": "^8.52.0",
"mocha": "^10.2.0",
"sinon": "^17.0.0",
"typescript": "^5.2.2",
"typescript": "^5.3.3",
"user-agent-data-types": "^0.4.2"
},
"repository": {
Expand Down

0 comments on commit 4361d93

Please sign in to comment.