Update ava to 4.3.3
The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3) mention compatibility with Node 18.8.
This commit is contained in:
parent
21530f507f
commit
bea5e4b220
160 changed files with 2647 additions and 2263 deletions
9
node_modules/yargs/package.json
generated
vendored
9
node_modules/yargs/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yargs",
|
||||
"version": "17.3.1",
|
||||
"version": "17.5.1",
|
||||
"description": "yargs the modern, pirate-themed, successor to optimist.",
|
||||
"main": "./index.cjs",
|
||||
"exports": {
|
||||
|
|
@ -16,8 +16,13 @@
|
|||
"import": "./helpers/helpers.mjs",
|
||||
"require": "./helpers/index.js"
|
||||
},
|
||||
"./browser": {
|
||||
"import": "./browser.mjs",
|
||||
"types": "./browser.d.ts"
|
||||
},
|
||||
"./yargs": [
|
||||
{
|
||||
"import": "./yargs.mjs",
|
||||
"require": "./yargs"
|
||||
},
|
||||
"./yargs"
|
||||
|
|
@ -33,11 +38,13 @@
|
|||
],
|
||||
"files": [
|
||||
"browser.mjs",
|
||||
"browser.d.ts",
|
||||
"index.cjs",
|
||||
"helpers/*.js",
|
||||
"helpers/*",
|
||||
"index.mjs",
|
||||
"yargs",
|
||||
"yargs.mjs",
|
||||
"build",
|
||||
"locales",
|
||||
"LICENSE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue