Skip to content

Commit

Permalink
feat: 🎸 React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
ianzone committed Dec 26, 2024
1 parent a280e93 commit 2b31caf
Show file tree
Hide file tree
Showing 5 changed files with 809 additions and 774 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const config: StorybookConfig = {

addons: [
// https://storybook.js.org/addons
'@storybook/addon-onboarding',
'@storybook/addon-links',
'@storybook/addon-essentials',
'@chromatic-com/storybook',
Expand Down
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pre-commit:
typescript:
priority: 3
glob: "*.{ts,tsx}"
run: na tsc
run: na tsc --noEmit
biome:
priority: 4
glob: "*.{ts,tsx,js,jsx,json,jsonc,css}"
Expand Down
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,41 +24,40 @@
"chromatic": "chromatic --exit-zero-on-changes"
},
"dependencies": {
"@rapideditor/country-coder": "^5.3.0",
"@rapideditor/country-coder": "^5.3.1",
"@twemoji/api": "^15.1.0",
"libphonenumber-js": "^1.11.16",
"libphonenumber-js": "^1.11.17",
"react-icons": "^5.4.0"
},
"peerDependencies": {
"antd": "^5.22.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@chromatic-com/storybook": "^3.2.2",
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@testing-library/react": "^16.1.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react-swc": "^3.7.2",
"biome-extends": "^1.0.1",
"chromatic": "^11.20.2",
"git-cz": "^4.9.0",
"happy-dom": "^15.11.7",
"lefthook": "^1.9.2",
"lefthook": "^1.10.1",
"semantic-release": "^24.2.0",
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-dts": "^4.3.0",
"vite": "^6.0.6",
"vite-plugin-dts": "^4.4.0",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
Loading

0 comments on commit 2b31caf

Please sign in to comment.