Skip to content

Commit

Permalink
Cleanup deps again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wundero committed Dec 1, 2024
1 parent 5bd3a67 commit 6b3c723
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@sinkr/eslint-config": "workspace:*",
"@sinkr/prettier-config": "workspace:*",
"@sinkr/tsconfig": "workspace:*",
"@types/react": "^18.3.12 || ^19.0.0",
"@types/react-dom": "^18.3.1 || ^19.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "catalog:",
"prettier": "catalog:",
"typescript": "catalog:"
},
"prettier": "@sinkr/prettier-config",
"dependencies": {
"@sinkr/core": "workspace:*",
"react": "^18.3.1 || ^19.0.0",
"react-dom": "^18.3.1 || ^19.0.0"
"@sinkr/core": "npm:@jsr/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
22 changes: 16 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b3c723

Please sign in to comment.