1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00

chore: fix build, update deps

This commit is contained in:
Puyodead1 2023-05-10 19:59:48 -04:00
parent 66a62614d3
commit 8991b0e29f
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC
3 changed files with 1728 additions and 2096 deletions

View File

@ -6,11 +6,11 @@ module.exports = {
plugin: CracoEsbuildPlugin,
options: {
esbuildMinimizerOptions: {
target: "ES2020",
target: "ESNext",
},
esbuildLoaderOptions: {
loader: "tsx",
target: "ES2020",
target: "ESNext",
},
},
},

View File

@ -12,42 +12,42 @@
},
"homepage": "https://app.spacebar.chat",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@fontsource/source-code-pro": "^4.5.14",
"@fontsource/source-sans-pro": "^4.5.11",
"@hcaptcha/react-hcaptcha": "^1.8.0",
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@loadable/component": "^5.15.3",
"@mattjennings/react-modal-stack": "^1.0.4",
"@mui/material": "^5.11.13",
"@spacebarchat/spacebar-api-types": "^0.37.46",
"@mui/material": "^5.13.0",
"@spacebarchat/spacebar-api-types": "0.37.48-test2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"mobx": "^6.8.0",
"@types/node": "^16.18.28",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"react": "^18.2.0",
"react-advanced-cropper": "^0.18.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.7",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.0",
"react-router-dom": "^6.9.0",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.11.1",
"react-scripts": "5.0.1",
"react-secure-storage": "^1.2.0",
"react-secure-storage": "^1.2.2",
"react-select-search": "^4.1.6",
"react-spinners": "^0.13.8",
"reoverlay": "^1.0.3",
"slate": "^0.91.4",
"slate-react": "^0.92.0",
"styled-components": "^5.3.9",
"styled-components": "^5.3.10",
"typescript": "^4.9.5"
},
"scripts": {
@ -80,9 +80,9 @@
"@craco/craco": "^7.1.0",
"@types/loadable__component": "^5.13.4",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"craco-esbuild": "^0.5.2",
"eslint": "^8.38.0"
"eslint": "^8.40.0"
}
}

File diff suppressed because it is too large Load Diff