fix: revert preact switch from 46c52c3ef1

This commit is contained in:
David Ralph
2023-03-21 19:59:16 +00:00
parent f6f057d354
commit 83aa6ff341
90 changed files with 324 additions and 273 deletions

View File

@@ -23,21 +23,21 @@
"embla-carousel-react": "^7.1.0",
"fast-blurhash": "^1.1.2",
"image-conversion": "^2.1.1",
"preact": "^10.13.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-clock": "4.1.0",
"react-color-gradient-picker": "0.1.2",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-modal": "3.16.1",
"react-sortable-hoc": "2.0.0",
"react-toastify": "9.1.1"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@eartharoid/deep-merge": "^0.0.2",
"@preact/preset-vite": "^2.5.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"adm-zip": "^0.5.10",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
@@ -48,7 +48,7 @@
"stylelint": "^15.2.0",
"stylelint-config-standard-scss": "^7.0.1",
"stylelint-scss": "^4.4.0",
"vite": "4.2.1",
"vite": "4.1.4",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-progress": "^0.0.6"
},
@@ -62,4 +62,4 @@
"lint:fix": "eslint \"./src/**/*.{js,jsx}\" --fix && stylelint \"./src/**/*.{scss,css}\" --fix",
"postinstall": "husky install"
}
}
}