Skip to content

Commit 04ab368

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/5c07fa640b846da4c34695dc6ef1b93c034a99a2/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 53c47a3 commit 04ab368

File tree

2 files changed

+389
-216
lines changed

2 files changed

+389
-216
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@iterable-iterator/select": "1.0.0",
8585
"@iterable-iterator/zip": "1.0.1",
8686
"@js-library/commitlint-config": "0.0.4",
87-
"ava": "5.3.1",
87+
"ava": "6.1.1",
8888
"babel-plugin-transform-remove-console": "6.9.4",
8989
"babel-plugin-unassert": "3.2.0",
9090
"babel-preset-power-assert": "3.0.0",
@@ -109,7 +109,7 @@
109109
"test/src/**/*"
110110
],
111111
"require": [
112-
"regenerator-runtime/runtime",
112+
"regenerator-runtime/runtime.js",
113113
"@babel/register"
114114
],
115115
"timeout": "1m"

0 commit comments

Comments
 (0)