Skip to content

Commit

Permalink
Merge branch 'darkmode'
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefarias committed Mar 4, 2024
2 parents f902e11 + 76137a2 commit bbb5a67
Show file tree
Hide file tree
Showing 3 changed files with 3,007 additions and 51 deletions.
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"packages": ["packages/*"],
"version": "independent",
"npmClient": "npm"
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lerna": "^8.1.2",
"lint-staged": "15.2.0",
"prettier": "^3.1.1",
"stylelint": "^16.0.2",
Expand All @@ -66,5 +67,6 @@
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-dts": "^3.7.0"
}
},
"dependencies": {}
}
Loading

0 comments on commit bbb5a67

Please sign in to comment.