Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 17, 2025
1 parent 707dff1 commit a19d80e
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion extensions/configuration-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"tunnel": "0.0.6"
},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/icon.png",
"capabilities": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
"image-size": "1.2.0"
},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/icon.png",
"capabilities": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/extension-editing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@types/markdown-it": "14.1.2",
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/icon.png",
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3419,15 +3419,15 @@
"dependencies": {
"@joaomoreno/unique-names-generator": "5.2.0",
"byline": "5.0.0",
"file-type": "19.6.0",
"file-type": "20.0.0",
"jschardet": "3.1.4",
"picomatch": "4.0.2",
"which": "5.0.0"
},
"devDependencies": {
"@types/byline": "4.2.36",
"@types/node": "22.x",
"@types/picomatch": "3.0.1",
"@types/picomatch": "3.0.2",
"@types/which": "3.0.4"
},
"extensionDependencies": [
Expand Down
2 changes: 1 addition & 1 deletion extensions/grunt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/grunt.png",
"capabilities": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/gulp.png",
"capabilities": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/jake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "images/cowboy_hat.png",
"capabilities": {
Expand Down
2 changes: 1 addition & 1 deletion extensions/markdown-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
"@types/dompurify": "3.2.0",
"@types/lodash.throttle": "4.1.9",
"@types/markdown-it": "14.1.2",
"@types/picomatch": "3.0.1",
"@types/picomatch": "3.0.2",
"lodash.throttle": "4.1.1"
},
"icon": "icon.png",
Expand Down
2 changes: 1 addition & 1 deletion extensions/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
},
"devDependencies": {
"@types/minimatch": "5.1.2",
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"@types/which": "3.0.4"
},
"icon": "images/npm_icon.png",
Expand Down
2 changes: 1 addition & 1 deletion extensions/php-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"which": "5.0.0"
},
"devDependencies": {
"@types/node": "22.10.6",
"@types/node": "22.10.7",
"@types/which": "3.0.4"
},
"icon": "icons/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion extensions/vscode-colorize-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jsonc-parser": "3.3.1"
},
"devDependencies": {
"@types/node": "22.10.6"
"@types/node": "22.10.7"
},
"icon": "media/icon.png"
}

0 comments on commit a19d80e

Please sign in to comment.