Skip to content

Commit c3ff4c9

Browse files
🤖 deps: Upgrade AVA to v6.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/ce1bc1f6c3a4414cb4f4617a8809f02f57694cb9/src/transforms/ava:upgrade-from-5-to-6.js Please contact the author of the transform if you believe there was an error.
1 parent 3a4325e commit c3ff4c9

File tree

2 files changed

+387
-214
lines changed

2 files changed

+387
-214
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@babel/register": "7.23.7",
7373
"@commitlint/cli": "18.6.0",
7474
"@js-library/commitlint-config": "0.0.4",
75-
"ava": "5.3.1",
75+
"ava": "6.1.1",
7676
"babel-plugin-transform-remove-console": "6.9.4",
7777
"babel-plugin-unassert": "3.2.0",
7878
"babel-preset-power-assert": "3.0.0",
@@ -97,7 +97,7 @@
9797
"test/src/**/*"
9898
],
9999
"require": [
100-
"regenerator-runtime/runtime",
100+
"regenerator-runtime/runtime.js",
101101
"@babel/register"
102102
],
103103
"timeout": "1m"

0 commit comments

Comments
 (0)