Skip to content

Commit

Permalink
Refactor package dependencies and remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Sep 10, 2024
1 parent d380968 commit b87e72c
Show file tree
Hide file tree
Showing 14 changed files with 974 additions and 124 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 5 additions & 2 deletions packages/nobel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CarbonFiber",
"name": "nobel",
"version": "0.0.1a",
"private": true,
"type": "module",
Expand All @@ -13,7 +13,10 @@
"format": "prettier --write src/"
},
"dependencies": {
"@umbrajs/core": "^0.0.456",
"@umbrajs/core": "workspace:*",
"@umbrajs/dye": "workspace:*",
"@nobel/ui": "workspace:*",
"@carbonfiber": "workspace:*",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"colord": "^2.9.3",
Expand Down
Loading

0 comments on commit b87e72c

Please sign in to comment.