chore: update dependencies

- Update "@types/lscache" to version "^1.3.2"
- Update "@typescript-eslint/eslint-plugin" to version "^6.7.2"
- Update "@typescript-eslint/parser" to version "^6.7.2"
- Update "marked" to version "^9.0.3"
- Update "postcss" to version "^8.4.30"

These updates include bug fixes and performance improvements.
This commit is contained in:
Nikita Galaiko 2023-09-28 10:37:12 +02:00 committed by GitButler
parent 410fdadd1c
commit 3f35c564d2

View File

@ -47,10 +47,10 @@
"@types/crypto-js": "^4.1.1",
"@types/diff": "^5.0.3",
"@types/diff-match-patch": "^1.0.32",
"@types/lscache": "^1.3.1",
"@types/lscache": "^1.3.2",
"@types/marked": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.15",
"class-transformer": "^0.5.1",
"crypto-js": "^4.1.1",
@ -66,11 +66,11 @@
"inter-ui": "^3.19.3",
"leven": "^4.0.0",
"lscache": "^1.3.2",
"marked": "^9.0.0",
"marked": "^9.0.3",
"mm-jsr": "^3.0.2",
"nanoevents": "^8.0.0",
"nanoid": "^4.0.2",
"postcss": "^8.4.28",
"postcss": "^8.4.30",
"postcss-load-config": "^4.0.1",
"posthog-js": "^1.77.2",
"prettier": "^3.0.3",