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): update dependency @types/node to v20.17.3 #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/node": "20.11.30",
"@types/node": "20.17.3",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@pandacss/extension-shared": "workspace:*",
"@types/base-64": "^1.0.2",
"@types/node": "20.11.30",
"@types/node": "20.17.3",
"@types/prettier": "3.0.0",
"@types/utf8": "^3.0.3",
"base-64": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"@pnpm/find-workspace-dir": "^6.0.3",
"@pnpm/find-workspace-packages": "^6.0.9",
"@pnpm/types": "^9.4.2",
"@types/node": "20.11.30",
"@types/node": "20.17.3",
"@types/semver": "^7.5.8",
"@types/vscode": "^1.87.0",
"@vscode/vsce": "^2.24.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@ __metadata:
"@pandacss/token-dictionary": "npm:^0.37.2"
"@pandacss/types": "npm:^0.37.2"
"@types/base-64": "npm:^1.0.2"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.17.3"
"@types/prettier": "npm:3.0.0"
"@types/utf8": "npm:^3.0.3"
base-64: "npm:^1.0.0"
Expand Down Expand Up @@ -3147,7 +3147,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:20.17.3":
version: 20.17.3
resolution: "@types/node@npm:20.17.3"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 31e5076665e906fd5c04fbe840976947fdacb6e69613fde4b129778d54b7447999a96300d5c12f04cc177875b8d1e4c8f9f8fe604cab484efdfc1e33184a695b
languageName: node
linkType: hard

"@types/node@npm:^12.7.1":
version: 12.20.55
resolution: "@types/node@npm:12.20.55"
Expand Down Expand Up @@ -9023,7 +9032,7 @@ __metadata:
"@pnpm/find-workspace-dir": "npm:^6.0.3"
"@pnpm/find-workspace-packages": "npm:^6.0.9"
"@pnpm/types": "npm:^9.4.2"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.17.3"
"@types/semver": "npm:^7.5.8"
"@types/vscode": "npm:^1.87.0"
"@vscode/vsce": "npm:^2.24.0"
Expand All @@ -9050,7 +9059,7 @@ __metadata:
"@changesets/changelog-github": "npm:0.5.0"
"@changesets/cli": "npm:2.27.1"
"@types/eslint": "npm:^8.56.6"
"@types/node": "npm:20.11.30"
"@types/node": "npm:20.17.3"
"@typescript-eslint/eslint-plugin": "npm:7.3.1"
"@typescript-eslint/parser": "npm:7.3.1"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -11398,6 +11407,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"unicode-trie@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-trie@npm:2.0.0"
Expand Down
Loading