Skip to content

Commit

Permalink
feat(website): migrate to css modules and react 18 (#854)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* feat: main migration

* fix: migrate to react canary

* chore: new folder

* chore: migrate to remix v1

* fix: css vars

* fix: search text input

* fix: size slider

* feat: initial combobox

* feat: finish dropdowns

* fix: variable hits

* fix: finish home page

* fix: install page setup

* fix: temp components

* fix: new eslint config

* fix: preview page

* fix: install page

* fix: docs

* fix: footer

* fix: homepage language preview

* fix: fly io lint

* fix: routes for actions

* fix: p queue esm

* fix: label for size slider

* chore: rename workdir for easier debugging

* chore: try rewriting paths for errors

* refactor: docs and code modules

* fix: css link

* chore: try stricter dockerignore
  • Loading branch information
ayuhito committed Oct 1, 2023
1 parent c3ed2af commit ad624f9
Show file tree
Hide file tree
Showing 137 changed files with 5,189 additions and 5,748 deletions.
4 changes: 2 additions & 2 deletions api/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"ci:lint": "eslint ."
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@ayuhito/eslint-config": "^0.6.2",
"@cloudflare/workers-types": "^4.20230904.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"itty-router": "^4.0.22",
"typescript": "^5.2.2",
"vitest-environment-miniflare": "^2.14.1",
Expand Down
4 changes: 2 additions & 2 deletions api/metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"ci:lint": "eslint ."
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@ayuhito/eslint-config": "^0.6.2",
"@cloudflare/workers-types": "^4.20230914.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"itty-router": "^4.0.23",
"typescript": "^5.2.2",
"vitest-environment-miniflare": "^2.14.1",
Expand Down
4 changes: 2 additions & 2 deletions api/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"ci:lint": "eslint ."
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@ayuhito/eslint-config": "^0.6.2",
"@cloudflare/workers-types": "^4.20230914.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"itty-router": "^4.0.23",
"typescript": "^5.0.4",
"vitest-environment-miniflare": "^2.14.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@vitest/coverage-v8": "^0.34.4",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"prettier": "^3.0.3",
"vitest": "^0.34.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"picocolors": "^1.0.0"
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@ayuhito/eslint-config": "^0.6.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.2.5",
"eslint": "^8.49.0",
"@types/node": "^20.7.1",
"eslint": "^8.50.0",
"magic-string": "^0.30.0",
"pkgroll": "^1.10.0",
"sass": "^1.62.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"author": "Ayuhito <hello@ayuhito.com>",
"license": "MIT",
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@types/node": "^20.2.5",
"eslint": "^8.49.0",
"@ayuhito/eslint-config": "^0.6.2",
"@types/node": "^20.7.1",
"eslint": "^8.50.0",
"pkgroll": "^1.9.0",
"tsx": "^3.12.3",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"semver": "^7.5.1"
},
"devDependencies": {
"@ayuhito/eslint-config": "^0.4.1",
"@ayuhito/eslint-config": "^0.6.2",
"@types/folder-hash": "^4.0.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.2.5",
"@types/node": "^20.7.1",
"@types/parse-git-config": "^3.0.1",
"@types/semver": "^7.5.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"magic-string": "^0.30.0",
"pkgroll": "^1.9.0",
"tsx": "^3.12.3",
Expand Down

0 comments on commit ad624f9

Please sign in to comment.