Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade mitosis in site #1649

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 6 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-proposal-class-properties@npm:^7.13.0, @babel/plugin-proposal-class-properties@npm:^7.17.12":
"@babel/plugin-proposal-class-properties@npm:^7.17.12":
version: 7.17.12
resolution: "@babel/plugin-proposal-class-properties@npm:7.17.12"
dependencies:
Expand Down Expand Up @@ -3317,34 +3317,33 @@ __metadata:
linkType: soft

"@builder.io/mitosis@npm:latest":
version: 0.3.2
resolution: "@builder.io/mitosis@npm:0.3.2"
version: 0.5.21
resolution: "@builder.io/mitosis@npm:0.5.21"
dependencies:
"@angular/compiler": "npm:^11.2.11"
"@babel/core": "npm:7.14.5"
"@babel/generator": "npm:^7.14.3"
"@babel/plugin-proposal-class-properties": "npm:^7.13.0"
"@babel/plugin-syntax-decorators": "npm:^7.12.1"
"@babel/plugin-syntax-typescript": "npm:^7.20.0"
"@babel/plugin-transform-react-jsx": "npm:^7.13.12"
"@babel/preset-typescript": "npm:^7.13.0"
"@builder.io/sdk": "npm:^2.1.1"
astring: "npm:^1.8.3"
astring: "npm:^1.8.6"
csstype: "npm:^3.0.4"
fp-ts: "npm:^2.11.10"
hash-sum: "npm:^2.0.0"
json5: "npm:^2.1.3"
lodash: "npm:^4.17.20"
neotraverse: "npm:^0.6.15"
object-hash: "npm:^2.0.3"
prettier: "npm:>=2.0.0 <3.0.0"
prettier-plugin-organize-imports: "npm:^3.2.3"
prettier-plugin-svelte: "npm:^2.10.0"
svelte: "npm:^3.30.0"
svelte-preprocess: "npm:^5.0.3"
traverse: "npm:^0.6.6"
ts-morph: "npm:^19.0.0"
typescript: "npm:^5.3.2"
checksum: 10/d63d40c7d30df2bfbbc908440122c2e57d23f080193125c4dda22ed0cc8a091ba7cd6dcb7882a72849a85e858d47c93f774aab9b8452625a4282ed487e03f11e
checksum: 10/f4db8b2a96a22e265bb1c614ccdaaaee6b710d8cd1021254cbf1d5cc3c7e273adb1ca805c5ebdbd41c744a6bdf68c80c7936475672426154816e510495cc5b66
languageName: node
linkType: hard

Expand Down Expand Up @@ -8403,15 +8402,6 @@ __metadata:
languageName: node
linkType: hard

"astring@npm:^1.8.3":
version: 1.8.3
resolution: "astring@npm:1.8.3"
bin:
astring: bin/astring
checksum: 10/9052ab2aa78b2999aebf1cf0cbc85d1e941f6bd5d65b197092d907db602f846ffaa79bb9b77ac6dab3e6a16c3bab5202cedc64247762083538b9d104a27e801e
languageName: node
linkType: hard

"astring@npm:^1.8.6":
version: 1.8.6
resolution: "astring@npm:1.8.6"
Expand Down Expand Up @@ -22061,13 +22051,6 @@ __metadata:
languageName: node
linkType: hard

"traverse@npm:^0.6.6":
version: 0.6.6
resolution: "traverse@npm:0.6.6"
checksum: 10/8c300c9d15aa6149d6086eedd5f42475a4bfd942de1ac54ef8acc7026c970943d207a4b1d92ebdf86a73a030be11367ec50d307dddf5296df8d615199210bc01
languageName: node
linkType: hard

"tree-kill@npm:1.2.2, tree-kill@npm:^1.2.2":
version: 1.2.2
resolution: "tree-kill@npm:1.2.2"
Expand Down
Loading