Skip to content

Commit

Permalink
chore: upgrade ava to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstork committed Dec 31, 2024
1 parent bcae876 commit f5e0315
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 60 deletions.
106 changes: 50 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"@types/node": "^14.18.53",
"@vitest/coverage-c8": "^0.33.0",
"atob": "^2.1.2",
"ava": "^4.0.0",
"ava": "^5.0.0",
"c8": "^7.12.0",
"copyfiles": "^2.4.1",
"cpy": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
"devDependencies": {
"@types/node": "^14.18.53",
"ava": "^4.0.0",
"ava": "^5.0.0",
"c8": "^7.12.0",
"has-ansi": "^5.0.0",
"is-ci": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"@types/node": "^14.18.53",
"ava": "^4.0.0",
"ava": "^5.0.0",
"c8": "^7.11.0",
"from2-string": "^1.1.0",
"nock": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@netlify/config": "^20.0.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^14.18.53",
"ava": "^4.0.0",
"ava": "^5.0.0",
"c8": "^7.12.0",
"cpy": "^9.0.0",
"execa": "^6.0.0",
Expand Down

0 comments on commit f5e0315

Please sign in to comment.