Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 12, 2024
1 parent da93534 commit b921fe1
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 324 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vitest": "^2.0.2"
},
"dependencies": {
"r18gs": "^1.1.3"
"r18gs": "^2.0.0"
},
"peerDependencies": {
"@types/react": "16.8 - 19",
Expand Down
2 changes: 1 addition & 1 deletion lib/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import useRGS from "r18gs";
import { useRGS } from "r18gs";

/** shared constants -- keep in separate files for better tree-shaking and dependency injection */
export const DEFAULT_ID = "nthul";
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@mayank1513/fork-me": "^2.1.2",
"@repo/scripts": "workspace:*",
"nthul": "workspace:*",
"r18gs": "^1.1.3",
"r18gs": "^2.0.0",
"react-live": "^4.1.7",
"react18-loaders": "^1.1.3"
},
Expand Down
Loading

0 comments on commit b921fe1

Please sign in to comment.