Skip to content

Commit 4361d93

Browse files
authored
Bump versions (#193)
1 parent 60e0864 commit 4361d93

File tree

2 files changed

+67
-25
lines changed

2 files changed

+67
-25
lines changed

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vscode/extension-telemetry",
33
"description": "A module for Visual Studio Code extensions to report consistent telemetry.",
4-
"version": "0.9.0",
4+
"version": "0.9.1",
55
"author": {
66
"name": "Microsoft Corporation"
77
},
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@microsoft/1ds-core-js": "^4.0.3",
2424
"@microsoft/1ds-post-js": "^4.0.3",
25-
"@microsoft/applicationinsights-web-basic": "^3.0.4"
25+
"@microsoft/applicationinsights-web-basic": "^3.0.6"
2626
},
2727
"devDependencies": {
2828
"@types/mocha": "^10.0.3",
@@ -34,7 +34,7 @@
3434
"eslint": "^8.52.0",
3535
"mocha": "^10.2.0",
3636
"sinon": "^17.0.0",
37-
"typescript": "^5.2.2",
37+
"typescript": "^5.3.3",
3838
"user-agent-data-types": "^0.4.2"
3939
},
4040
"repository": {

0 commit comments

Comments
 (0)