Skip to content

Commit be63b7e

Browse files
authored
fix: remove the obsolete babel-plugin-annotate-pure-calls patch in basic/monorepo examples (#89)
1 parent f385440 commit be63b7e

File tree

4 files changed

+4
-32
lines changed

4 files changed

+4
-32
lines changed

templates/basic/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/node": "^22.5.2",
4848
"@typescript-eslint/eslint-plugin": "^8.4.0",
4949
"@typescript-eslint/parser": "^8.4.0",
50-
"babel-plugin-annotate-pure-calls": "^0.4.0",
50+
"babel-plugin-annotate-pure-calls": "^0.5.0",
5151
"eslint": "^9.10.0",
5252
"eslint-import-resolver-typescript": "^3.6.3",
5353
"eslint-plugin-codegen": "^0.28.0",
@@ -72,8 +72,7 @@
7272
},
7373
"pnpm": {
7474
"patchedDependencies": {
75-
"@changesets/[email protected]": "patches/@[email protected]",
76-
75+
"@changesets/[email protected]": "patches/@[email protected]"
7776
}
7877
}
7978
}

templates/basic/patches/[email protected]

Lines changed: 0 additions & 13 deletions
This file was deleted.

templates/monorepo/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/node": "^22.8.5",
3636
"@typescript-eslint/eslint-plugin": "^8.12.2",
3737
"@typescript-eslint/parser": "^8.12.2",
38-
"babel-plugin-annotate-pure-calls": "^0.4.0",
38+
"babel-plugin-annotate-pure-calls": "^0.5.0",
3939
"effect": "^3.10.7",
4040
"eslint": "^9.13.0",
4141
"eslint-import-resolver-typescript": "^3.6.3",
@@ -51,8 +51,7 @@
5151
"pnpm": {
5252
"patchedDependencies": {
5353
"@changesets/[email protected]": "patches/@[email protected]",
54-
"@changesets/[email protected]": "patches/@[email protected]",
55-
54+
"@changesets/[email protected]": "patches/@[email protected]"
5655
}
5756
}
5857
}

templates/monorepo/patches/[email protected]

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)