Upgrade deps

This commit is contained in:
Kalle 2022-06-18 01:21:02 +03:00
parent 5abb49e2fc
commit bd037aab6c
2 changed files with 2726 additions and 473 deletions

3169
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,9 +28,9 @@
"@faker-js/faker": "^7.2.0",
"@headlessui/react": "^1.6.4",
"@popperjs/core": "^2.11.5",
"@remix-run/node": "^1.5.1",
"@remix-run/react": "^1.5.1",
"@remix-run/serve": "^1.5.1",
"@remix-run/node": "^1.6.0",
"@remix-run/react": "^1.6.0",
"@remix-run/serve": "^1.6.0",
"better-sqlite3": "^7.5.3",
"clsx": "^1.1.1",
"countries-list": "^2.6.1",
@ -38,8 +38,8 @@
"fuse.js": "^6.6.2",
"just-shuffle": "^4.0.1",
"randomcolor": "^0.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"remix-auth": "^3.2.2",
"remix-auth-oauth2": "^1.2.2",
@ -47,23 +47,23 @@
"zod": "^3.17.3"
},
"devDependencies": {
"@remix-run/dev": "^1.5.1",
"@remix-run/eslint-config": "^1.5.1",
"@remix-run/dev": "^1.6.0",
"@remix-run/eslint-config": "^1.6.0",
"@types/better-sqlite3": "^7.5.0",
"@types/randomcolor": "^0.5.6",
"@types/react": "^18.0.12",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"cross-env": "^7.0.3",
"cypress": "^9.7.0",
"dotenv": "^16.0.1",
"eslint": "^8.17.0",
"eslint": "^8.18.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"ley": "^0.7.1",
"prettier": "^2.6.2",
"stylelint": "^14.9.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
@ -71,7 +71,7 @@
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"tsm": "^2.2.1",
"typescript": "^4.7.3",
"typescript": "^4.7.4",
"uvu": "^0.5.3"
},
"engines": {