Skip to content

Commit

Permalink
add package dep
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 18, 2024
1 parent 674854a commit 720f578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-18] [add package dep](https://github.com/RubricLab/ui/commit/aea6017644663c9be118180259e547f52572b548)
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/ui/commit/b8d2990221071505d0351f479eacb819fecb8ca4)
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/ui/commit/9b4845cb31e0c5adbfaaeb361f65ca05fe961b87)
- [2024-10-03] [mod lint script](https://github.com/RubricLab/ui/commit/adbe50b8b4cd0696a9530a079090152517234122)
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rubriclab/ui",
"version": "5.0.14",
"version": "5.0.15",
"main": "dist/index.js",
"types": "src/index.ts",
"description": "UI package by Rubric Labs",
Expand Down Expand Up @@ -50,7 +50,8 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"@rubriclab/package": "*"
},
"peerDependencies": {
"typescript": "^5.2.2",
Expand Down

0 comments on commit 720f578

Please sign in to comment.