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

Bump the types group across 1 directory with 3 updates #1323

Closed
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
},
"devDependencies": {
"@tokenizer/token": "^0.3.0",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.4",
"@types/chai": "^5.0.0",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.7",
"chai": "^5.1.1",
"del-cli": "^5.1.0",
"file-type": "^19.5.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1612,9 +1612,9 @@ __metadata:
"@biomejs/biome": "npm:^1.8.3"
"@tokenizer/range": "npm:^0.10.0"
"@tokenizer/token": "npm:^0.3.0"
"@types/chai": "npm:^4.3.19"
"@types/mocha": "npm:^10.0.7"
"@types/node": "npm:^22.5.4"
"@types/chai": "npm:^5.0.0"
"@types/mocha": "npm:^10.0.9"
"@types/node": "npm:^22.7.7"
chai: "npm:^5.1.1"
del-cli: "npm:^5.1.0"
file-type: "npm:^19.5.0"
Expand Down Expand Up @@ -1661,10 +1661,10 @@ __metadata:
languageName: node
linkType: hard

"@types/chai@npm:^4.3.19":
version: 4.3.19
resolution: "@types/chai@npm:4.3.19"
checksum: 10c0/8fd573192e486803c4d04185f2b0fab554660d9a1300dbed5bde9747ab8bef15f462a226f560ed5ca48827eecaf8d71eed64aa653ff9aec72fb2eae272e43a84
"@types/chai@npm:^5.0.0":
version: 5.0.0
resolution: "@types/chai@npm:5.0.0"
checksum: 10c0/fcce55f2bbb8485fc860a1dcbac17c1a685b598cfc91a55d37b65b1642b921cf736caa8cce9dcc530830d900f78ab95cf43db4e118db34a5176f252cacd9e1e8
languageName: node
linkType: hard

Expand All @@ -1682,19 +1682,19 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha@npm:^10.0.7":
version: 10.0.7
resolution: "@types/mocha@npm:10.0.7"
checksum: 10c0/48a2df4dd02b6e66a11129dca6a23cf0cc3995faf8525286eb851043685bd8b7444780f4bb29a1c42df7559ed63294e5308bfce3a6b862ad2e0359cb21c21329
"@types/mocha@npm:^10.0.9":
version: 10.0.9
resolution: "@types/mocha@npm:10.0.9"
checksum: 10c0/76dd782ac7e971ea159d4a7fd40c929afa051e040be3f41187ff03a2d7b3279e19828ddaa498ba1757b3e6b91316263bb7640db0e906938275b97a06e087b989
languageName: node
linkType: hard

"@types/node@npm:^22.5.4":
version: 22.5.4
resolution: "@types/node@npm:22.5.4"
"@types/node@npm:^22.7.7":
version: 22.7.7
resolution: "@types/node@npm:22.7.7"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/b445daa7eecd761ad4d778b882d6ff7bcc3b4baad2086ea9804db7c5d4a4ab0298b00d7f5315fc640a73b5a1d52bbf9628e09c9fec0cf44dbf9b4df674a8717d
checksum: 10c0/07268a1e990ad9d9b1865092881317ea679a46eb6706d83a8874eec75fdddae6cfd6452e4e68b651561183e2a8f8548276f3155744bc402c2545978c19b70d65
languageName: node
linkType: hard

Expand Down
Loading