mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
chore(deps): update Yarn to 3.0.0 (#3156)
Co-authored-by: Erik Demaine <edemaine@mit.edu>
This commit is contained in:
55
.yarn/releases/yarn-2.2.0.cjs
vendored
55
.yarn/releases/yarn-2.2.0.cjs
vendored
File diff suppressed because one or more lines are too long
631
.yarn/releases/yarn-3.0.0.cjs
vendored
Executable file
631
.yarn/releases/yarn-3.0.0.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
2
.yarn/sdks/eslint/bin/eslint.js
vendored
2
.yarn/sdks/eslint/bin/eslint.js
vendored
@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
|
|||||||
const {createRequire, createRequireFromPath} = require(`module`);
|
const {createRequire, createRequireFromPath} = require(`module`);
|
||||||
const {resolve} = require(`path`);
|
const {resolve} = require(`path`);
|
||||||
|
|
||||||
const relPnpApiPath = "../../../../.pnp.js";
|
const relPnpApiPath = "../../../../.pnp.cjs";
|
||||||
|
|
||||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||||
|
2
.yarn/sdks/eslint/lib/api.js
vendored
2
.yarn/sdks/eslint/lib/api.js
vendored
@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
|
|||||||
const {createRequire, createRequireFromPath} = require(`module`);
|
const {createRequire, createRequireFromPath} = require(`module`);
|
||||||
const {resolve} = require(`path`);
|
const {resolve} = require(`path`);
|
||||||
|
|
||||||
const relPnpApiPath = "../../../../.pnp.js";
|
const relPnpApiPath = "../../../../.pnp.cjs";
|
||||||
|
|
||||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||||
|
2
.yarn/sdks/eslint/package.json
vendored
2
.yarn/sdks/eslint/package.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "eslint",
|
"name": "eslint",
|
||||||
"version": "7.32.0-pnpify",
|
"version": "7.32.0-sdk",
|
||||||
"main": "./lib/api.js",
|
"main": "./lib/api.js",
|
||||||
"type": "commonjs"
|
"type": "commonjs"
|
||||||
}
|
}
|
||||||
|
2
.yarn/sdks/flow-bin/cli.js
vendored
2
.yarn/sdks/flow-bin/cli.js
vendored
@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
|
|||||||
const {createRequire, createRequireFromPath} = require(`module`);
|
const {createRequire, createRequireFromPath} = require(`module`);
|
||||||
const {resolve} = require(`path`);
|
const {resolve} = require(`path`);
|
||||||
|
|
||||||
const relPnpApiPath = "../../../.pnp.js";
|
const relPnpApiPath = "../../../.pnp.cjs";
|
||||||
|
|
||||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||||
|
2
.yarn/sdks/flow-bin/package.json
vendored
2
.yarn/sdks/flow-bin/package.json
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "flow-bin",
|
"name": "flow-bin",
|
||||||
"version": "0.135.0-pnpify",
|
"version": "0.135.0-sdk",
|
||||||
"type": "commonjs"
|
"type": "commonjs"
|
||||||
}
|
}
|
||||||
|
4
.yarn/sdks/integrations.yml
vendored
4
.yarn/sdks/integrations.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
# This file is automatically generated by PnPify.
|
# This file is automatically generated by @yarnpkg/sdks.
|
||||||
# Manual changes will be lost!
|
# Manual changes might be lost!
|
||||||
|
|
||||||
integrations:
|
integrations:
|
||||||
- vscode
|
- vscode
|
||||||
|
2
.yarn/sdks/stylelint/bin/stylelint.js
vendored
2
.yarn/sdks/stylelint/bin/stylelint.js
vendored
@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
|
|||||||
const {createRequire, createRequireFromPath} = require(`module`);
|
const {createRequire, createRequireFromPath} = require(`module`);
|
||||||
const {resolve} = require(`path`);
|
const {resolve} = require(`path`);
|
||||||
|
|
||||||
const relPnpApiPath = "../../../../.pnp.js";
|
const relPnpApiPath = "../../../../.pnp.cjs";
|
||||||
|
|
||||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||||
|
2
.yarn/sdks/stylelint/lib/index.js
vendored
2
.yarn/sdks/stylelint/lib/index.js
vendored
@@ -4,7 +4,7 @@ const {existsSync} = require(`fs`);
|
|||||||
const {createRequire, createRequireFromPath} = require(`module`);
|
const {createRequire, createRequireFromPath} = require(`module`);
|
||||||
const {resolve} = require(`path`);
|
const {resolve} = require(`path`);
|
||||||
|
|
||||||
const relPnpApiPath = "../../../../.pnp.js";
|
const relPnpApiPath = "../../../../.pnp.cjs";
|
||||||
|
|
||||||
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
const absPnpApiPath = resolve(__dirname, relPnpApiPath);
|
||||||
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
const absRequire = (createRequire || createRequireFromPath)(absPnpApiPath);
|
||||||
|
2
.yarn/sdks/stylelint/package.json
vendored
2
.yarn/sdks/stylelint/package.json
vendored
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stylelint",
|
"name": "stylelint",
|
||||||
"version": "13.13.1-pnpify",
|
"version": "13.13.1-sdk",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"type": "commonjs"
|
"type": "commonjs"
|
||||||
}
|
}
|
||||||
|
@@ -1 +1 @@
|
|||||||
yarnPath: .yarn/releases/yarn-2.2.0.cjs
|
yarnPath: .yarn/releases/yarn-3.0.0.cjs
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
"depNameTemplate": "flow-bin"
|
"depNameTemplate": "flow-bin"
|
||||||
}, {
|
}, {
|
||||||
"fileMatch": ["^\\.yarn/sdks/[^/]+/package\\.json$"],
|
"fileMatch": ["^\\.yarn/sdks/[^/]+/package\\.json$"],
|
||||||
"matchStrings": ["\"name\": \"(?<depName>.*?)\",\\s*\"version\": \"(?<currentValue>.*?)-pnpify\""],
|
"matchStrings": ["\"name\": \"(?<depName>.*?)\",\\s*\"version\": \"(?<currentValue>.*?)-sdk\""],
|
||||||
"datasourceTemplate": "npm"
|
"datasourceTemplate": "npm"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
1925
website/yarn.lock
1925
website/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user