Skip to content

Commit

Permalink
Merge pull request #14 from glassonion1/feature/form_fix
Browse files Browse the repository at this point in the history
Various Fixes Compilation
  • Loading branch information
glassonion1 authored Dec 14, 2024
2 parents bb9c38c + df837d8 commit 9dc2bb5
Show file tree
Hide file tree
Showing 65 changed files with 1,575 additions and 1,448 deletions.
3 changes: 0 additions & 3 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
},
"security": {
"noDangerouslySetInnerHtml": "off"
},
"style": {
"noNamespace": "error"
}
},
"ignore": [
Expand Down
22 changes: 11 additions & 11 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"preview": "vite preview"
},
"dependencies": {
"@sakura-ui/core": "^0.3.0",
"@sakura-ui/forms": "^0.2.1",
"@sakura-ui/tailwind-theme-plugin": "^0.2.1",
"@sakura-ui/core": "workspace:*",
"@sakura-ui/forms": "workspace:*",
"@sakura-ui/helper": "workspace:*",
"@sakura-ui/tailwind-theme-plugin": "workspace:*",
"clsx": "^2.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-router-dom": "^6.23.1",
"tailwindcss": "^3.4.11"
"tailwindcss": "catalog:"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"typescript": "^5.4.5",
"autoprefixer": "catalog:",
"postcss": "catalog:",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit 9dc2bb5

Please sign in to comment.