diff --git a/.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch b/.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch index 6625880cf0..996a23c205 100644 --- a/.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch +++ b/.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch @@ -1,7 +1,7 @@ -diff --git a/main.d.ts b/main.d.ts -index 6b9a8d05d61821a7e7dc831a52a9f7b505bfee42..1010bb5352d975a171a4019768ff6f6f2967c301 100644 ---- a/main.d.ts -+++ b/main.d.ts +diff --git a/lib/main.d.ts b/lib/main.d.ts +index 9b54fef0086ea0c99368d8a95f2476e5dcd6d9c1..5c3853901e522c445cdb23b07538aad8a15bafb0 100644 +--- a/lib/main.d.ts ++++ b/lib/main.d.ts @@ -1,7 +1,7 @@ -import { ASTNode, Type, AnyType, Field } from "./types"; -import { NodePath } from "./node-path"; diff --git a/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch b/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch deleted file mode 100644 index 996a23c205..0000000000 --- a/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/lib/main.d.ts b/lib/main.d.ts -index 9b54fef0086ea0c99368d8a95f2476e5dcd6d9c1..5c3853901e522c445cdb23b07538aad8a15bafb0 100644 ---- a/lib/main.d.ts -+++ b/lib/main.d.ts -@@ -1,7 +1,7 @@ --import { ASTNode, Type, AnyType, Field } from "./types"; --import { NodePath } from "./node-path"; -+import { ASTNode, type Type, AnyType, Field } from "./types"; -+import { type NodePath } from "./node-path"; - import { namedTypes } from "./gen/namedTypes"; --import { builders } from "./gen/builders"; -+import { type builders } from "./gen/builders"; - import { Visitor } from "./gen/visitor"; - declare const astNodesAreEquivalent: { - (a: any, b: any, problemPath?: any): boolean; diff --git a/package.json b/package.json index 7a50acea1b..531d1422c3 100644 --- a/package.json +++ b/package.json @@ -105,13 +105,9 @@ "@types/react-dom": "^18.0.0", "@yarnpkg/plugin-npm@npm:^3.1.0": "patch:@yarnpkg/plugin-npm@npm%3A3.1.0#~/.yarn/patches/@yarnpkg-plugin-npm-npm-3.1.0-6533d0f5a1.patch", "ast-types@0.14.2": "patch:ast-types@npm%3A0.14.2#./.yarn/patches/ast-types-npm-0.14.2-43c4ac4b0d.patch", - "ast-types@0.16.1": "patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch", "ast-types@^0.14.1": "patch:ast-types@npm%3A0.14.2#./.yarn/patches/ast-types-npm-0.14.2-43c4ac4b0d.patch", - "ast-types@^0.16.0": "patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch", - "ast-types@npm:^0.14.1": "patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch", - "ast-types@npm:0.14.2": "patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch", - "ast-types@npm:^0.16.1": "patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch", - "ast-types@npm:^0.13.4": "patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch", + "ast-types@npm:0.14.2": "patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch", + "ast-types@npm:^0.16.1": "patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch", "csstype@npm:^3.0.2": "3.0.9", "csstype@npm:^3.1.2": "3.0.9", "csstype@npm:^3.1.3": "3.0.9", diff --git a/yarn.lock b/yarn.lock index 27a29997b3..9152562f09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23897,6 +23897,15 @@ __metadata: languageName: node linkType: hard +"ast-types@npm:^0.13.4": + version: 0.13.4 + resolution: "ast-types@npm:0.13.4" + dependencies: + tslib: "npm:^2.0.1" + checksum: 10/c55b375b9aaf44713d8c0f77a08215ab6d44f368b13e44f2141c421022af3c62b615a30c8ea629457f0cbaec409c713401c0188a124552c8fe4a5ad6b17ff3c3 + languageName: node + linkType: hard + "ast-types@patch:ast-types@npm%3A0.14.2#./.yarn/patches/ast-types-npm-0.14.2-43c4ac4b0d.patch::locator=root%40workspace%3A.": version: 0.14.2 resolution: "ast-types@patch:ast-types@npm%3A0.14.2#./.yarn/patches/ast-types-npm-0.14.2-43c4ac4b0d.patch::version=0.14.2&hash=f42322&locator=root%40workspace%3A." @@ -23906,9 +23915,9 @@ __metadata: languageName: node linkType: hard -"ast-types@patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch": +"ast-types@patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch::locator=root%40workspace%3A.": version: 0.16.1 - resolution: "ast-types@patch:ast-types@npm%3A0.16.1#~/.yarn/patches/ast-types-npm-0.16.1-596f974e68.patch::version=0.16.1&hash=538845" + resolution: "ast-types@patch:ast-types@npm%3A0.16.1#./.yarn/patches/ast-types-npm-0.16.1-43c4ac4b0d.patch::version=0.16.1&hash=538845&locator=root%40workspace%3A." dependencies: tslib: "npm:^2.0.1" checksum: 10/15c639f8c04116cc3ef0941569549e7cc389b47901ca8b851ad87d3461d9e1dbf85da25a84c2e135864efdcc1bc833b90be216868b7dc7ac4613afcaa98939e0