Skip to content

Commit

Permalink
fix: table, reexports, dev dependencies (#868)
Browse files Browse the repository at this point in the history
* fix: Reexport waring Event Props (#863)

* fix: table root (#867)

* Update pull_request_template.md

* storybook source link as dev dependency
  • Loading branch information
severinlandolt authored Dec 17, 2023
1 parent c30be2e commit 59bd953
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ https://github.com/tremorlabs/tremor/blob/main/CONTRIBUTING.md

If yes, please describe the impact and migration path for existing applications:

**How has This been tested?**
**How has this been tested?**

<!--- Please describe how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
Expand All @@ -41,7 +41,7 @@ If yes, please describe the impact and migration path for existing applications:
**Screenshots (if appropriate):**


**The PR fulfills these requirements:**
**The PR fulfils these requirements:**

<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] It's submitted to the `main` branch
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"react-day-picker": "^8.9.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.10.3",
"storybook-source-link": "^4.0.1",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
Expand Down Expand Up @@ -96,6 +95,7 @@
"rollup-plugin-typescript-paths": "^1.4.0",
"semantic-release": "^22.0.8",
"storybook": "^7.6.3",
"storybook-source-link": "^4.0.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 59bd953

Please sign in to comment.