mirror of
https://github.com/mue/mue.git
synced 2026-07-21 16:04:22 +02:00
chore: improve background back btn, update dependencies
This commit is contained in:
28
package.json
28
package.json
@@ -14,33 +14,33 @@
|
||||
"@eartharoid/i18n": "1.0.2",
|
||||
"@emotion/react": "^11.9.0",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@floating-ui/react-dom": "^0.6.1",
|
||||
"@floating-ui/react-dom": "^0.7.0",
|
||||
"@fontsource/lexend-deca": "4.4.5",
|
||||
"@fontsource/montserrat": "4.4.5",
|
||||
"@mui/material": "5.6.0",
|
||||
"@sentry/react": "^6.19.6",
|
||||
"@mui/material": "5.7.0",
|
||||
"@sentry/react": "^6.19.7",
|
||||
"image-conversion": "^2.1.1",
|
||||
"react": "^18.0.0",
|
||||
"react": "^18.1.0",
|
||||
"react-clock": "3.1.0",
|
||||
"react-color-gradient-picker": "0.1.2",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-hot-keys": "2.7.1",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-hot-keys": "2.7.2",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-modal": "3.14.4",
|
||||
"react-modal": "3.15.1",
|
||||
"react-sortable-hoc": "2.0.0",
|
||||
"react-toastify": "8.2.0"
|
||||
"react-toastify": "9.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eartharoid/deep-merge": "^0.0.2",
|
||||
"@vitejs/plugin-react": "^1.3.0",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint-config-react-app": "^7.0.0",
|
||||
"@vitejs/plugin-react": "^1.3.2",
|
||||
"eslint": "^8.15.0",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"prettier": "^2.6.2",
|
||||
"sass": "^1.50.0",
|
||||
"stylelint": "^14.7.0",
|
||||
"sass": "^1.51.0",
|
||||
"stylelint": "^14.8.2",
|
||||
"stylelint-config-prettier-scss": "^0.0.1",
|
||||
"stylelint-config-standard-scss": "^3.0.0",
|
||||
"vite": "^2.9.1"
|
||||
"vite": "^2.9.9"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "vite",
|
||||
|
||||
Reference in New Issue
Block a user