Skip to content

Commit

Permalink
fix: typescript build output with wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Apr 9, 2024
1 parent 54ba7d5 commit a812497
Show file tree
Hide file tree
Showing 8 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"husky": "^8.0.3",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/big-design-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"rimraf": "^5.0.0",
"styled-components": "^5.3.5",
"tiny-async-pool": "^2.0.1",
"typescript": "^5.3.3",
"typescript": "^5.4.4",
"typescript-styled-plugin": "^0.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/big-design-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"react-dom": "^18.2.0",
"rimraf": "^5.0.0",
"styled-components": "^5.3.5",
"typescript": "^5.3.3",
"typescript": "^5.4.4",
"typescript-styled-plugin": "^0.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/big-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.0",
"styled-components": "^5.3.5",
"typescript": "^5.3.3",
"typescript": "^5.4.4",
"typescript-styled-plugin": "^0.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.33.0",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"jsx-to-string-loader": "^1.2.0",
"next": "^14.0.4",
"push-dir": "^0.4.1",
"typescript": "^5.3.3",
"typescript": "^5.4.4",
"typescript-styled-plugin": "^0.18.2"
}
}
2 changes: 1 addition & 1 deletion packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^18.2.23",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^4.0.0",
"typescript": "^5.3.3",
"typescript": "^5.4.4",
"vite": "^4.1.1"
}
}
Loading

0 comments on commit a812497

Please sign in to comment.