Skip to content

Commit

Permalink
fix: package version
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonmarcello committed Nov 28, 2023
1 parent 13a72cb commit 055b1df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Config } from "@docusaurus/types"
import type * as Preset from "@docusaurus/preset-classic"

const config: Config = {
title: "My Site",
title: "@wethegit/react-hooks",
tagline: "Dinosaurs are cool",
favicon: "img/favicon.ico",

Expand Down
4 changes: 2 additions & 2 deletions packages/wethegit-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "~2.8.8",
"react": "17 - 18",
"react-dom": "17 - 18",
"react": "~18.0.2",
"react-dom": "~18.0.2",
"typescript": "~5.3.2",
"vite": "^4.3.2",
"vite-plugin-dts": "~3.6.3"
Expand Down

0 comments on commit 055b1df

Please sign in to comment.