Skip to content

Commit 660d468

Browse files
committed
chore: publish new version
1 parent 8e2c300 commit 660d468

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codemod-esm/core",
33
"type": "module",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Runs babel plugins for codemods, i.e. by preserving formatting using Recast.",
66
"author": "Brian Donovan",
77
"license": "Apache-2.0",

packages/matchers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codemod-esm/matchers",
33
"type": "module",
4-
"version": "1.7.0",
4+
"version": "1.7.1",
55
"description": "Matchers for JavaScript & TypeScript codemods.",
66
"author": "Brian Donovan",
77
"license": "Apache-2.0",

packages/parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codemod-esm/parser",
33
"type": "module",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "Wrapper around @babel/parser that allows parsing everything.",
66
"author": "Brian Donovan",
77
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
2323
"test": "bun test"
2424
},
2525
"dependencies": {
26-
"@babel/parser": "7.21.4-esm.4"
26+
"@babel/parser": "latest"
2727
},
2828
"devDependencies": {
2929
"@babel/types": "^7.26.3",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codemod-esm/utils",
33
"type": "module",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "codemod rewrites JavaScript and TypeScript",
66
"author": "Brian Donovan",
77
"license": "Apache-2.0",

pnpm-lock.yaml

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)