Skip to content

Commit

Permalink
chore(deps): update dependency prettier & lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 14, 2023
1 parent a66cfaf commit b8944cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uiw/react-monorepo-template",
"version": "1.1.0",
"description": "React Monorepo Template.",
"description": "Simple React package development project example template..",
"author": "Kenny Wong <wowohoo@qq.com>",
"homepage": "https://uiwjs.github.io/react-monorepo-template",
"repository": {
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@
"jest-environment-node": "^29.5.0",
"jest-watch-typeahead": "^2.2.2",
"lerna": "^7.1.4",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"tsbb": "^4.1.14"
}
}
2 changes: 1 addition & 1 deletion website/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ root.render(
components={data.components}
data={data.data}
title={pkg.name}
description="Simple React package development project example template."
description={pkg.description}
version={`v${VERSION}`}
>
<Github href="https://github.com/uiwjs/react-monorepo-template" />
Expand Down

0 comments on commit b8944cd

Please sign in to comment.