mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Upgrade deps
This commit is contained in:
parent
8818fad917
commit
2b197e9f5e
1092
package-lock.json
generated
1092
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
|
@ -53,21 +53,21 @@
|
|||
"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.504.0",
|
||||
"@aws-sdk/lib-storage": "^3.504.0",
|
||||
"@aws-sdk/client-s3": "^3.511.0",
|
||||
"@aws-sdk/lib-storage": "^3.511.0",
|
||||
"@dnd-kit/core": "^6.1.0",
|
||||
"@dnd-kit/sortable": "^8.0.0",
|
||||
"@dnd-kit/utilities": "^3.2.2",
|
||||
"@epic-web/cachified": "^4.0.0",
|
||||
"@faker-js/faker": "^8.4.0",
|
||||
"@epic-web/cachified": "^5.1.1",
|
||||
"@faker-js/faker": "^8.4.1",
|
||||
"@headlessui/react": "^1.7.18",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@remix-run/node": "^2.6.0",
|
||||
"@remix-run/react": "^2.6.0",
|
||||
"@remix-run/serve": "^2.6.0",
|
||||
"@tldraw/tldraw": "^1.29.2",
|
||||
"aws-sdk": "^2.1550.0",
|
||||
"better-sqlite3": "^9.4.0",
|
||||
"aws-sdk": "^2.1555.0",
|
||||
"better-sqlite3": "^9.4.1",
|
||||
"clsx": "^2.1.0",
|
||||
"compressorjs": "^1.2.1",
|
||||
"countries-list": "^3.0.6",
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
"react-charts": "^3.0.0-beta.57",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-flip-toolkit": "^7.1.0",
|
||||
"react-i18next": "^14.0.1",
|
||||
"react-i18next": "^14.0.5",
|
||||
"react-popper": "^2.3.0",
|
||||
"react-responsive-masonry": "^2.1.7",
|
||||
"react-use": "^17.5.0",
|
||||
|
|
@ -119,20 +119,20 @@
|
|||
"@types/node-cron": "^3.0.11",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@types/prettier": "3.0.0",
|
||||
"@types/react": "^18.2.52",
|
||||
"@types/react-dom": "^18.2.18",
|
||||
"@types/react": "^18.2.55",
|
||||
"@types/react-dom": "^18.2.19",
|
||||
"@types/react-responsive-masonry": "^2.1.3",
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"@typescript-eslint/parser": "^6.20.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"dotenv": "^16.4.1",
|
||||
"dotenv": "^16.4.2",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-plugin-react": "^7.33.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"ignore-styles": "^5.0.1",
|
||||
"ley": "^0.8.1",
|
||||
"mockdate": "^3.0.5",
|
||||
"prettier": "3.2.4",
|
||||
"prettier": "3.2.5",
|
||||
"stylelint": "^16.2.1",
|
||||
"stylelint-config-standard": "^36.0.0",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./app/*"],
|
||||
"~/*": ["./app/*"]
|
||||
},
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
|
|
@ -24,9 +24,9 @@
|
|||
"noFallthroughCasesInSwitch": true,
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"skipLibCheck": true,
|
||||
"skipLibCheck": true
|
||||
},
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
},
|
||||
"transpileOnly": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user