Upgrade deps

This commit is contained in:
Kalle (Sendou)
2022-01-22 16:47:09 +02:00
parent 679f6778eb
commit 0034d01868
2 changed files with 332 additions and 272 deletions

586
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,8 +28,8 @@
"@dnd-kit/sortable": "^6.0.0",
"@dnd-kit/utilities": "^3.1.0",
"@prisma/client": "^3.8.1",
"@remix-run/express": "^1.1.1",
"@remix-run/react": "^1.1.1",
"@remix-run/express": "^1.1.3",
"@remix-run/react": "^1.1.3",
"clsx": "^1.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
@@ -43,13 +43,13 @@
"passport-discord": "^0.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remix": "^1.1.1",
"remix": "^1.1.3",
"tiny-invariant": "^1.2.0",
"uuid": "^8.3.2",
"zod": "^3.11.6"
},
"devDependencies": {
"@remix-run/dev": "^1.1.1",
"@remix-run/dev": "^1.1.3",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
@@ -60,11 +60,11 @@
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"concurrently": "^7.0.0",
"cypress": "^9.2.1",
"eslint": "^8.6.0",
"cypress": "^9.3.1",
"eslint": "^8.7.0",
"prettier": "2.5.1",
"prisma": "^3.8.1",
"stylelint": "^14.2.0",
@@ -75,7 +75,7 @@
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"tsm": "^2.2.1",
"typescript": "^4.5.4",
"typescript": "^4.5.5",
"uvu": "^0.5.3"
},
"engines": {