chore(deps): update yarn, typescript, and fvtt types

This commit is contained in:
Johannes Loher 2022-03-20 17:58:21 +01:00
parent 2ce9b9f9e4
commit 09347b18f0
14 changed files with 1429 additions and 1495 deletions

View file

@ -11,10 +11,10 @@ const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
if (existsSync(absPnpApiPath)) {
if (!process.versions.pnp) {
// Setup the environment to be able to require eslint/lib/api.js
// Setup the environment to be able to require eslint
require(absPnpApiPath).setup();
}
}
// Defer to the real eslint/lib/api.js your application uses
module.exports = absRequire(`eslint/lib/api.js`);
// Defer to the real eslint your application uses
module.exports = absRequire(`eslint`);

View file

@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.1.0-sdk",
"version": "8.11.0-sdk",
"main": "./lib/api.js",
"type": "commonjs"
}