Skip to content

Commit

Permalink
Merge pull request #546 from Brooooooklyn/upgrade-ava
Browse files Browse the repository at this point in the history
chore: upgrade ava to compatible with Node.js 18.8.0
  • Loading branch information
Brooooooklyn authored Aug 26, 2022
2 parents b82083d + c632142 commit f9b9fc4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"ava": "^4.3.1",
"ava": "^4.3.3",
"benny": "^3.7.1",
"canvas": "^2.9.3",
"canvaskit-wasm": "^0.36.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ __metadata:
"@types/node": ^18.7.13
"@typescript-eslint/eslint-plugin": ^5.35.1
"@typescript-eslint/parser": ^5.35.1
ava: ^4.3.1
ava: ^4.3.3
benny: ^3.7.1
canvas: ^2.9.3
canvaskit-wasm: ^0.36.1
Expand Down Expand Up @@ -1117,9 +1117,9 @@ __metadata:
languageName: node
linkType: hard

"ava@npm:^4.3.1":
version: 4.3.1
resolution: "ava@npm:4.3.1"
"ava@npm:^4.3.3":
version: 4.3.3
resolution: "ava@npm:4.3.3"
dependencies:
acorn: ^8.7.1
acorn-walk: ^8.2.0
Expand Down Expand Up @@ -1173,7 +1173,7 @@ __metadata:
optional: true
bin:
ava: entrypoints/cli.mjs
checksum: 279b139addc4484a639e9636f0b9855b797027c3e715479a189fe678be19618469acea6d89cf62997f60ee967423feac27a731733567c29562815747ecf7b915
checksum: 6365f0e9fab13b3f471e4f71081ba9f8015d4ea62df6b6685cb752442edd6720ddd76011c2a5cbd595dcf6d675cfd7486d72cecfa94225adb6dd511215713fff
languageName: node
linkType: hard

Expand Down

0 comments on commit f9b9fc4

Please sign in to comment.