Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @types/node from 20.11.24 to 20.11.28 #19

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"type": "module",
"private": true,
"devDependencies": {
"@types/node": "^20.11.24"
"@types/node": "^20.11.28"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@lerna-lite/publish": "^3.3.1",
"@lerna-lite/run": "^3.3.1",
"@lerna-lite/version": "^3.3.1",
"@types/node": "^20.11.24",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@web/dev-server": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@gecut/lit-helper": "workspace:^",
"@gecut/types": "^2.1.1-alpha.0",
"@gecut/utilities": "^5.1.1-alpha.0",
"@types/node": "^20.11.24",
"@types/node": "^20.11.28",
"lit": "^3.1.2"
}
}
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ __metadata:
"@gecut/lit-helper": "workspace:^"
"@gecut/types": "npm:^2.1.1-alpha.0"
"@gecut/utilities": "npm:^5.1.1-alpha.0"
"@types/node": "npm:^20.11.24"
"@types/node": "npm:^20.11.28"
lit: "npm:^3.1.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1324,7 +1324,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.11.24":
"@types/node@npm:*":
version: 20.11.24
resolution: "@types/node@npm:20.11.24"
dependencies:
Expand All @@ -1333,6 +1333,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.11.28":
version: 20.11.28
resolution: "@types/node@npm:20.11.28"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/c599745243ed9ae4ca87460f18f88d02ab7424b545136aa504ed7a1d898e3a9bb133c927bcc7e861f79d7f6043ef917a173e780c8a001e129221e92f6d97b0ee
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.1":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -3586,7 +3595,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "gecut-demo@workspace:demo"
dependencies:
"@types/node": "npm:^20.11.24"
"@types/node": "npm:^20.11.28"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3987,7 +3996,7 @@ __metadata:
"@lerna-lite/publish": "npm:^3.3.1"
"@lerna-lite/run": "npm:^3.3.1"
"@lerna-lite/version": "npm:^3.3.1"
"@types/node": "npm:^20.11.24"
"@types/node": "npm:^20.11.28"
"@typescript-eslint/eslint-plugin": "npm:^7.1.1"
"@typescript-eslint/parser": "npm:^7.1.1"
"@web/dev-server": "npm:^0.4.3"
Expand Down