Skip to content

Commit c1744ef

Browse files
authored
fix(compat): update patch for [email protected] (#4339)
1 parent 24b5417 commit c1744ef

18 files changed

+3276
-51
lines changed

.pnp.cjs

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-10.9 MB
Binary file not shown.
11.1 MB
Binary file not shown.
File renamed without changes.
11.1 MB
Binary file not shown.
File renamed without changes.
-10.9 MB
Binary file not shown.

.yarn/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript",
3-
"version": "4.6.1-rc-sdk",
3+
"version": "4.7.0-beta-sdk",
44
"main": "./lib/typescript.js",
55
"type": "commonjs"
66
}

.yarn/versions/76d52f09.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
releases:
2+
"@yarnpkg/builder": patch
3+
"@yarnpkg/cli": patch
4+
"@yarnpkg/doctor": patch
5+
"@yarnpkg/plugin-compat": patch
6+
7+
declined:
8+
- "@yarnpkg/plugin-constraints"
9+
- "@yarnpkg/plugin-dlx"
10+
- "@yarnpkg/plugin-essentials"
11+
- "@yarnpkg/plugin-exec"
12+
- "@yarnpkg/plugin-init"
13+
- "@yarnpkg/plugin-interactive-tools"
14+
- "@yarnpkg/plugin-nm"
15+
- "@yarnpkg/plugin-npm-cli"
16+
- "@yarnpkg/plugin-pack"
17+
- "@yarnpkg/plugin-patch"
18+
- "@yarnpkg/plugin-pnp"
19+
- "@yarnpkg/plugin-pnpm"
20+
- "@yarnpkg/plugin-stage"
21+
- "@yarnpkg/plugin-typescript"
22+
- "@yarnpkg/plugin-version"
23+
- "@yarnpkg/plugin-workspace-tools"
24+
- "@yarnpkg/core"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^8.2.0",
2525
"jest": "^26.0.1",
2626
"tslib": "^1.13.0",
27-
"typescript": "4.6.1-rc"
27+
"typescript": "4.7.0-beta"
2828
},
2929
"resolutions": {
3030
"ink": "patch:ink@npm%3A3.0.8#~/.yarn/patches/ink-npm-3.0.8-3a8005f59f.patch",

0 commit comments

Comments
 (0)