Upgrade deps (TS, Remix...)

This commit is contained in:
Kalle 2022-03-25 00:53:04 +02:00
parent 1063968908
commit d85855a65d
2 changed files with 2303 additions and 300 deletions

2577
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -35,8 +35,8 @@
"@headlessui/react": "^1.5.0",
"@popperjs/core": "^2.11.3",
"@prisma/client": "^3.10.0",
"@remix-run/express": "^1.2.3",
"@remix-run/react": "^1.2.3",
"@remix-run/express": "^1.3.3",
"@remix-run/react": "^1.3.3",
"clsx": "^1.1.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
@ -52,7 +52,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5",
"remix": "^1.2.3",
"remix": "^1.3.3",
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"tiny-invariant": "^1.2.0",
@ -61,7 +61,7 @@
"zod": "^3.13.4"
},
"devDependencies": {
"@remix-run/dev": "^1.2.3",
"@remix-run/dev": "^1.3.3",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.2",
"@types/cookie-session": "^2.0.44",
@ -69,27 +69,27 @@
"@types/morgan": "^1.9.3",
"@types/passport": "^1.0.7",
"@types/passport-discord": "^0.1.5",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"cypress": "^9.5.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"cypress": "^9.5.2",
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react": "^7.29.4",
"nodemon": "^2.0.15",
"npm-run-all": "^4.1.5",
"prettier": "2.6.0",
"prisma": "^3.10.0",
"stylelint": "^14.5.3",
"stylelint": "^14.6.0",
"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",
"tsconfig-paths": "^3.13.0",
"tsconfig-paths": "^3.14.1",
"tsm": "^2.2.1",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"uvu": "^0.5.3"
},
"sideEffects": false,