Skip to content

Commit

Permalink
Fix/prettier version (#1272)
Browse files Browse the repository at this point in the history
* fix

* rl
  • Loading branch information
samijaber authored Oct 18, 2023
1 parent c33a49b commit 7897619
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .yarn/versions/804757be.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@builder.io/mitosis-repo"
7 changes: 4 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "Builder.io",
"url": "https://www.builder.io"
},
"version": "0.0.120",
"version": "0.0.121-0",
"homepage": "https://github.com/BuilderIO/mitosis",
"main": "./dist/src/index.js",
"exports": {
Expand Down Expand Up @@ -74,7 +74,7 @@
"json5": "^2.1.3",
"lodash": "^4.17.20",
"object-hash": "^2.0.3",
"prettier": "^3.0.3",
"prettier": ">=2.0.0 <3.0.0",
"prettier-plugin-marko": "^1.2.2",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-svelte": "^2.10.0",
Expand Down Expand Up @@ -117,5 +117,6 @@
"universalify": "^2.0.0",
"vite": "^3.2.2",
"vitest": "^0.24.5"
}
},
"stableVersion": "0.0.120"
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3624,7 +3624,7 @@ __metadata:
lru-cache: ^6.0.0
object-hash: ^2.0.3
postcss: ^8.4.19
prettier: ^3.0.3
prettier: ">=2.0.0 <3.0.0"
prettier-plugin-marko: ^1.2.2
prettier-plugin-organize-imports: ^3.2.3
prettier-plugin-svelte: ^2.10.0
Expand Down

1 comment on commit 7897619

@vercel
Copy link

@vercel vercel bot commented on 7897619 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.