Skip to content

Commit

Permalink
fix: downgrade @rollup/plugin-typescript
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jan 14, 2023
1 parent f01d311 commit ce2fd30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/kami-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mx-space/kami-design",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -90,7 +90,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "11.0.0",
"@rollup/plugin-typescript": "10.0.1",
"@types/react": "17.0.52",
"dts-bundle-generator": "^7.1.0",
"esbuild": "0.16.17",
Expand Down
8 changes: 4 additions & 4 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 ce2fd30

Please sign in to comment.