Skip to content

Commit

Permalink
fix: package json
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyaaa committed Sep 18, 2024
1 parent 05adf69 commit 345a92b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@interchain-ui/compiler",
"version": "1.1.0",
"private": true,
"description": "Compiler for Interchain UI component",
"author": "yyyyaaa <[email protected]>",
"homepage": "https://github.com/cosmology-tech/interchain-ui/tree/main/packages/compiler#readme",
Expand Down Expand Up @@ -36,7 +37,7 @@
"@babel/types": "^7.25.6",
"@builder.io/mitosis": "0.4.3",
"@builder.io/mitosis-cli": "0.4.3",
"@interchain-ui/vue-codemod": "link:../vue-codemod",
"@interchain-ui/vue-codemod": "^0.0.0",
"@parcel/watcher": "^2.4.1",
"cli-color": "^2.0.4",
"command-line-args": "^5.2.1",
Expand Down Expand Up @@ -64,5 +65,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.5.3"
}
},
"gitHead": "05adf69046d07d6f764b96cf54cbaa492de06d95"
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@
"match-sorter": "^6.3.4",
"mkdirp": "^3.0.1",
"parcel": "^2.12.0",
"parcel-optimizer-unlink-css": "link:../parcel-optimizer-unlink-css",
"parcel-optimizer-unlink-css": "^1.1.0",
"parcel-resolver-ts-base-url": "^1.3.1",
"prop-types": "^15.8.1",
"storybook": "^8.3.0",
"storybook-react-rsbuild": "^0.1.0",
"vite": "^5.4.2",
"vite-plugin-replace": "^0.1.1"
},
"gitHead": "bf66300d7fe3621b4de7ccbd4ef7593c8a84867d"
"gitHead": "05adf69046d07d6f764b96cf54cbaa492de06d95"
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "bdcf939cbdcf307d7c1c97d7b26ef293c2beaf01"
"gitHead": "05adf69046d07d6f764b96cf54cbaa492de06d95"
}

0 comments on commit 345a92b

Please sign in to comment.