Skip to content

Commit

Permalink
Merge branch 'main' into feat-tiny-transition-lagged
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Oct 22, 2023
2 parents 0688c8f + 6f94e69 commit 18ea399
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 291 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@hiogawa/inline-template": "0.0.1-pre.4",
"@hiogawa/isort-ts": "1.1.2-pre.0",
"@hiogawa/theme-script": "^0.0.3",
"@hiogawa/tiny-refresh": "0.0.1-pre.9",
"@hiogawa/unocss-typescript-dsl": "2.0.0-pre.8",
"@hiogawa/utils": "1.6.1-pre.9",
"@hiogawa/utils-react": "1.3.1-pre.0",
Expand All @@ -26,7 +27,6 @@
"@unocss/cli": "^0.55.7",
"@unocss/preset-uno": "^0.55.7",
"@unocss/reset": "^0.55.7",
"@vitejs/plugin-react": "^3.1.0",
"csstype": "^3.1.2",
"happy-dom": "^11.2.0",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@floating-ui/react": "^0.24.2",
"@hiogawa/tiny-store": "0.0.1-pre.1",
"@hiogawa/tiny-form": "workspace:*",
"@hiogawa/tiny-progress": "workspace:*",
"@hiogawa/tiny-store": "0.0.1-pre.1",
"@hiogawa/tiny-toast": "workspace:*",
"@hiogawa/tiny-transition": "workspace:*",
"@hiogawa/unocss-preset-antd": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src"],
"compilerOptions": {
"types": ["vite/client"],
"jsx": "preserve"
"jsx": "react-jsx"
}
}
4 changes: 2 additions & 2 deletions packages/app/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { execSync } from "node:child_process";
import { themeScriptPlugin } from "@hiogawa/theme-script/dist/vite";
import react from "@vitejs/plugin-react";
import { vitePluginTinyRefresh } from "@hiogawa/tiny-refresh/dist/vite";
import unocss from "unocss/vite";
import { type Plugin, defineConfig } from "vite";

Expand All @@ -10,8 +10,8 @@ export default defineConfig({
},
plugins: [
unocss(),
react(),
unocssDepHmrPlugin([require.resolve("@hiogawa/unocss-preset-antd")]),
vitePluginTinyRefresh(),
themeScriptPlugin({
storageKey: "unocss-preset-antd-app:theme",
}),
Expand Down
Loading

0 comments on commit 18ea399

Please sign in to comment.