1
0

fix: postcss-preset-env configuration (#2554)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2554
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni
2022-10-17 11:52:27 +00:00
committed by konrad
parent c9b18232c9
commit b80f82c411
3 changed files with 71 additions and 52 deletions

View File

@ -73,6 +73,7 @@
"@types/lodash.debounce": "4.0.7",
"@types/marked": "4.0.7",
"@types/node": "16.11.66",
"@types/postcss-preset-env": "^7.7.0",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"@vitejs/plugin-legacy": "2.2.0",
@ -104,11 +105,6 @@
"wait-on": "6.0.1",
"workbox-cli": "6.5.4"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"license": "AGPL-3.0-or-later",
"packageManager": "pnpm@7.13.5"
}