Skip to content

Commit

Permalink
use catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Oct 11, 2024
1 parent cd8b01d commit 45857c0
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 73 deletions.
12 changes: 6 additions & 6 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"gray-matter": "^4.0.3",
"next": "15.0.0-rc.0",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react": "catalog:",
"react-dom": "catalog:",
"react-markdown": "^8.0.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^6.1.1",
Expand All @@ -29,15 +29,15 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"postcss": "^8.4.38",
"react-live": "^4.1.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
"@types/react": "catalog:",
"@types/react-dom": "catalog:"
}
}
12 changes: 6 additions & 6 deletions packages/actify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash": "^4.17.7",
"@types/node": "^20.12.7",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"react": "rc",
"react-dom": "rc",
"react": "catalog:",
"react-dom": "catalog:",
"rollup": "^3.29.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand All @@ -54,8 +54,8 @@
"typescript": "^5.4.5"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
"@types/react": "catalog:",
"@types/react-dom": "catalog:"
},
"dependencies": {
"@floating-ui/react": "^0.26.13",
Expand Down
Loading

0 comments on commit 45857c0

Please sign in to comment.