Skip to content

Commit

Permalink
chore: publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Dec 7, 2024
1 parent 8e2c300 commit 660d468
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codemod-esm/core",
"type": "module",
"version": "2.2.0",
"version": "2.2.1",
"description": "Runs babel plugins for codemods, i.e. by preserving formatting using Recast.",
"author": "Brian Donovan",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/matchers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codemod-esm/matchers",
"type": "module",
"version": "1.7.0",
"version": "1.7.1",
"description": "Matchers for JavaScript & TypeScript codemods.",
"author": "Brian Donovan",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codemod-esm/parser",
"type": "module",
"version": "1.4.1",
"version": "1.4.2",
"description": "Wrapper around @babel/parser that allows parsing everything.",
"author": "Brian Donovan",
"license": "Apache-2.0",
Expand All @@ -23,7 +23,7 @@
"test": "bun test"
},
"dependencies": {
"@babel/parser": "7.21.4-esm.4"
"@babel/parser": "latest"
},
"devDependencies": {
"@babel/types": "^7.26.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codemod-esm/utils",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"description": "codemod rewrites JavaScript and TypeScript",
"author": "Brian Donovan",
"license": "Apache-2.0",
Expand Down
11 changes: 2 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 660d468

Please sign in to comment.