Skip to content

Commit

Permalink
Merge branch 'main' into jeanehong/fix/menuitem-update-disabled-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hisuida authored Sep 25, 2023
2 parents 8dbef6d + 4815fc0 commit 7c9ca37
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 185 deletions.
6 changes: 3 additions & 3 deletions apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"@remix-run/node": "^2.0.0",
"@remix-run/react": "^2.0.0",
"@remix-run/serve": "^2.0.0",
"isbot": "^3.6.1",
"isbot": "^3.7.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.0.0",
"@remix-run/eslint-config": "^2.0.0",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=v18.17.0"
"node": ">=18.18.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"@typescript-eslint/parser": "^6.7.0",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/vite-plugin": "^3.9.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/ui": "^0.34.1",
"chromatic": "^7.1.0",
"chromatic": "^7.2.0",
"concurrently": "^8.2.0",
"deepmerge": "^4.3.1",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.28.0",
Expand All @@ -93,7 +93,7 @@
"husky": "^8.0.1",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.0",
"nx": "^16.8.1",
"nx": "^16.9.0",
"plop": "^4.0.0",
"postcss": "^8.4.16",
"postcss-import": "^15.1.0",
Expand Down
Loading

0 comments on commit 7c9ca37

Please sign in to comment.