Upgrade deps

This commit is contained in:
Kalle
2022-11-24 00:50:07 +02:00
parent aef8ac5f61
commit 2fc3136a35
3 changed files with 593 additions and 416 deletions

View File

@@ -26,6 +26,7 @@ type WithStart<
export function startsWith<S extends string, Start extends string>(
str: S,
start: Start
// @ts-expect-error TS 4.9 upgrade
): str is WithStart<S, Start> {
return str.startsWith(start);
}

974
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -32,11 +32,11 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@headlessui/react": "^1.7.3",
"@headlessui/react": "^1.7.4",
"@popperjs/core": "^2.11.6",
"@remix-run/node": "^1.7.4",
"@remix-run/react": "^1.7.4",
"@remix-run/serve": "^1.7.4",
"@remix-run/node": "^1.7.6",
"@remix-run/react": "^1.7.6",
"@remix-run/serve": "^1.7.6",
"@tldraw/tldraw": "^1.26.2",
"better-sqlite3": "^8.0.0",
"clsx": "^1.2.1",
@@ -70,32 +70,32 @@
"zod": "^3.19.1"
},
"devDependencies": {
"@remix-run/dev": "^1.7.4",
"@remix-run/eslint-config": "^1.7.4",
"@remix-run/dev": "^1.7.6",
"@remix-run/eslint-config": "^1.7.6",
"@types/better-sqlite3": "^7.6.2",
"@types/i18next-fs-backend": "^1.1.2",
"@types/node-cron": "^3.0.5",
"@types/node-cron": "^3.0.6",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"ley": "^0.8.1",
"prettier": "^2.7.1",
"stylelint": "^14.14.0",
"prettier": "^2.8.0",
"stylelint": "^14.15.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^5.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"tsm": "^2.2.2",
"typescript": "^4.8.4",
"typescript": "^4.9.3",
"uvu": "^0.5.6"
}
}