Upgrade deps

This commit is contained in:
Kalle
2024-04-05 17:49:28 +03:00
parent 433404e979
commit bd3559740a
2 changed files with 342 additions and 342 deletions

660
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -29,8 +29,8 @@
"cf:noe2e": "npm run test:unit && npm run check-translation-jsons && npm run lint:css -- --fix && npm run lint:ts -- --fix && npm run prettier:write && npm run typecheck"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/lib-storage": "^3.540.0",
"@aws-sdk/client-s3": "^3.549.0",
"@aws-sdk/lib-storage": "^3.549.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
@@ -42,8 +42,8 @@
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@tldraw/tldraw": "^1.29.2",
"aws-sdk": "^2.1589.0",
"better-sqlite3": "^9.4.3",
"aws-sdk": "^2.1593.0",
"better-sqlite3": "^9.4.5",
"clsx": "^2.1.0",
"compressorjs": "^1.2.1",
"countries-list": "^3.1.0",
@@ -54,7 +54,7 @@
"i18next-browser-languagedetector": "^7.2.1",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.5.0",
"isbot": "^5.1.3",
"isbot": "^5.1.4",
"just-capitalize": "^3.2.0",
"just-clone": "^6.2.0",
"just-random-integer": "^4.2.0",
@@ -86,7 +86,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.43.0",
"@remix-run/dev": "^2.8.1",
"@swc-node/register": "^1.9.0",
"@types/better-sqlite3": "7.6.9",
@@ -95,11 +95,11 @@
"@types/node-cron": "^3.0.11",
"@types/nprogress": "^0.2.3",
"@types/prettier": "3.0.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-responsive-masonry": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
@@ -113,9 +113,9 @@
"stylelint-config-standard": "^36.0.0",
"tsconfig-paths": "^4.2.0",
"tsm": "^2.3.0",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"uvu": "^0.5.6",
"vite": "^5.2.7",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2"
}
}