Upgrade deps

This commit is contained in:
Kalle
2022-12-07 19:42:17 +02:00
parent 9e2f7fb59d
commit ae47ba9990
2 changed files with 1307 additions and 498 deletions

1769
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,11 +33,11 @@
"@faker-js/faker": "^7.6.0",
"@headlessui/react": "^1.7.4",
"@popperjs/core": "^2.11.6",
"@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",
"@remix-run/node": "^1.8.1",
"@remix-run/react": "^1.8.1",
"@remix-run/serve": "^1.8.1",
"@tldraw/tldraw": "^1.26.3",
"better-sqlite3": "^8.0.1",
"clsx": "^1.2.1",
"countries-list": "^2.6.1",
"date-fns": "^2.29.3",
@@ -52,7 +52,7 @@
"just-clone": "^6.1.1",
"just-random-integer": "^4.1.1",
"just-shuffle": "^4.1.1",
"markdown-to-jsx": "^7.1.7",
"markdown-to-jsx": "^7.1.8",
"node-cron": "3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -60,8 +60,8 @@
"react-i18next": "^11.18.6",
"react-popper": "^2.3.0",
"react-use": "^17.4.0",
"remix-auth": "^3.3.0",
"remix-auth-oauth2": "^1.3.0",
"remix-auth": "^3.4.0",
"remix-auth-oauth2": "^1.5.0",
"remix-i18next": "^4.1.1",
"slugify": "^1.6.5",
"swr": "^1.3.0",
@@ -69,31 +69,31 @@
"zod": "^3.19.1"
},
"devDependencies": {
"@remix-run/dev": "^1.7.6",
"@remix-run/eslint-config": "^1.7.6",
"@remix-run/dev": "^1.8.1",
"@remix-run/eslint-config": "^1.8.1",
"@types/better-sqlite3": "^7.6.2",
"@types/i18next-fs-backend": "^1.1.2",
"@types/node-cron": "^3.0.6",
"@types/prettier": "^2.7.1",
"@types/react": "^18.0.25",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"ley": "^0.8.1",
"prettier": "^2.8.0",
"stylelint": "^14.15.0",
"prettier": "2.8.1",
"stylelint": "^14.16.0",
"stylelint-config-idiomatic-order": "^9.0.0",
"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",
"tsconfig-paths": "^4.1.1",
"tsm": "^2.3.0",
"typescript": "^4.9.3",
"uvu": "^0.5.6"
}