Upgrade deps

This commit is contained in:
Kalle 2022-05-26 11:41:09 +03:00
parent 7af4912453
commit f18ec8b15c
3 changed files with 615 additions and 979 deletions

View File

@ -24,7 +24,7 @@ export const Layout = React.memo(function Layout({
.filter(Boolean)
.reduceRight((acc: string | null, routeData) => {
if (!acc && typeof routeData[pageTitleKey] === "string") {
return routeData[pageTitleKey] as string;
return routeData[pageTitleKey] ;
}
return acc;

1554
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -21,47 +21,47 @@
"checks": "npm run lint:styles && npm run lint:ts && npm run prettier:check && npm run typecheck"
},
"dependencies": {
"@headlessui/react": "^1.6.1",
"@headlessui/react": "^1.6.3",
"@popperjs/core": "^2.11.5",
"@remix-run/node": "^1.4.3",
"@remix-run/react": "^1.4.3",
"@remix-run/serve": "^1.4.3",
"better-sqlite3": "^7.5.1",
"@remix-run/node": "^1.5.1",
"@remix-run/react": "^1.5.1",
"@remix-run/serve": "^1.5.1",
"better-sqlite3": "^7.5.3",
"clsx": "^1.1.1",
"countries-list": "^2.6.1",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.3.0",
"remix-auth": "^3.2.1",
"remix-auth-oauth2": "^1.2.1",
"remix-auth": "^3.2.2",
"remix-auth-oauth2": "^1.2.2",
"tiny-invariant": "^1.2.0",
"zod": "^3.16.0"
"zod": "^3.17.3"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"@remix-run/dev": "^1.4.3",
"@remix-run/eslint-config": "^1.4.3",
"@faker-js/faker": "^7.1.0",
"@remix-run/dev": "^1.5.1",
"@remix-run/eslint-config": "^1.5.1",
"@types/better-sqlite3": "^7.5.0",
"@types/randomcolor": "^0.5.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"cypress": "^9.6.1",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"cypress": "^9.7.0",
"eslint": "^8.16.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"stylelint": "^14.8.2",
"stylelint": "^14.8.5",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"ts-node": "^10.7.0",
"ts-node": "^10.8.0",
"tsconfig-paths": "^4.0.0",
"tsm": "^2.2.1",
"typescript": "^4.5.5",
"typescript": "^4.7.2",
"uvu": "^0.5.3"
},
"engines": {