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

build(deps-dev): bump @types/node from 22.0.0 to 22.4.0 #35

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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@tarojs/cli": "3.6.34",
"@tarojs/taro-loader": "3.6.34",
"@tarojs/webpack5-runner": "3.6.34",
"@types/node": "^22.0.0",
"@types/node": "^22.4.0",
"@types/react": "^18.3.3",
"@types/sass": "1.45.0",
"@types/webpack-env": "^1.18.5",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^22.4.0":
version: 22.4.0
resolution: "@types/node@npm:22.4.0"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/84cd094b19a27e0db425f1d02614e4f7ac59b5eb3b21e288c8f8d4d0a4c9ad370107bc1a649d4c2b4e810cd133feea26e0bbf7e7c617f93e9e139d6d2568cf50
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -12558,7 +12567,7 @@ __metadata:
"@tarojs/taro": "npm:4.0.3"
"@tarojs/taro-loader": "npm:3.6.34"
"@tarojs/webpack5-runner": "npm:3.6.34"
"@types/node": "npm:^22.0.0"
"@types/node": "npm:^22.4.0"
"@types/react": "npm:^18.3.3"
"@types/sass": "npm:1.45.0"
"@types/webpack-env": "npm:^1.18.5"
Expand Down Expand Up @@ -17394,6 +17403,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.6
resolution: "undici-types@npm:6.19.6"
checksum: 10c0/9b2264c5700e7169c6c62c643aac56cd8984c5fd7e18ed31ff11780260e137f6340dee8317a2e6e0ae3c49f5e5ef6fa577ea07193cbaa535265cba76a267cae9
languageName: node
linkType: hard

"unescape-js@npm:^1.1.1":
version: 1.1.4
resolution: "unescape-js@npm:1.1.4"
Expand Down
Loading