Skip to content

Commit c1cb140

Browse files
committed
Bump packages: @types/node: 20.8.2 -> 20.8.3, eslint: 8.50.0 -> 8.51.0
1 parent 35ed885 commit c1cb140

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"displayName": "AngularTools",
55
"description": "AngularTools is a collection of tools for exploring an Angular project, help you with documenting, reverse engineering a project or help when refactoring.",
66
"icon": "logo.png",
7-
"version": "1.11.0",
7+
"version": "1.12.0",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-angulartools",
1010
"author": {
1111
"name": "Allan Simonsen",
1212
"url": "https://github.com/CoderAllan"
1313
},
1414
"engines": {
15-
"vscode": "^1.80.0"
15+
"vscode": "^1.83.0"
1616
},
1717
"categories": [
1818
"Other",
@@ -409,11 +409,11 @@
409409
"devDependencies": {
410410
"@types/glob": "^8.1.0",
411411
"@types/mocha": "^10.0.2",
412-
"@types/node": "^20.8.2",
412+
"@types/node": "^20.8.3",
413413
"@types/vscode": "^1.83.0",
414414
"@typescript-eslint/eslint-plugin": "^6.7.4",
415415
"@typescript-eslint/parser": "^6.7.4",
416-
"eslint": "^8.50.0",
416+
"eslint": "^8.51.0",
417417
"glob": "^10.3.10",
418418
"supports-color": "^9.4.0",
419419
"ts-loader": "^9.4.4",

0 commit comments

Comments
 (0)