Skip to content

Commit 0d69b48

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/a40f4dd29587f2c7f4c7821b7263b79996434a5e/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 e87c984 commit 0d69b48

File tree

2 files changed

+343
-218
lines changed

2 files changed

+343
-218
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@babel/register": "7.23.7",
8181
"@commitlint/cli": "18.6.0",
8282
"@js-library/commitlint-config": "0.0.4",
83-
"ava": "5.3.1",
83+
"ava": "6.1.1",
8484
"babel-plugin-transform-remove-console": "6.9.4",
8585
"babel-plugin-unassert": "3.2.0",
8686
"babel-preset-power-assert": "3.0.0",
@@ -103,7 +103,7 @@
103103
"test/src/**/*"
104104
],
105105
"require": [
106-
"regenerator-runtime/runtime",
106+
"regenerator-runtime/runtime.js",
107107
"@babel/register"
108108
],
109109
"timeout": "1m"

0 commit comments

Comments
 (0)