Merge branch 'main' into feature/tiptap-textview-migration

This commit is contained in:
Anton Tranelis 2026-01-15 08:36:28 +01:00 committed by GitHub
commit 02bce69ab3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 292 additions and 443 deletions

View File

@ -26,7 +26,7 @@
"vite-tsconfig-paths": "^5.1.4"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@eslint/js": "^9.36.0",
"@types/node": "^24.10.2",
"@types/react": "^18.2.79",
@ -44,12 +44,12 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-security": "^3.0.1",
"globals": "^16.3.0",
"globals": "^17.0.0",
"postcss": "^8.4.30",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.9.0",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0"
}
}

View File

@ -43,7 +43,7 @@
"author": "Anton Tranelis",
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
"@eslint/js": "^9.36.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
@ -58,8 +58,8 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^4.0.16",
"cypress": "^15.7.1",
"@vitest/coverage-v8": "^4.0.17",
"cypress": "^15.9.0",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
@ -73,23 +73,23 @@
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-security": "^3.0.1",
"globals": "^16.3.0",
"happy-dom": "^20.0.11",
"globals": "^17.0.0",
"happy-dom": "^20.1.0",
"postcss": "^8.4.21",
"prettier": "^3.7.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.54.0",
"rollup": "^4.55.1",
"rollup-plugin-dts": "^6.3.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"tailwindcss": "^4.1.18",
"typedoc": "^0.28.15",
"typedoc": "^0.28.16",
"typedoc-plugin-coverage": "^4.0.2",
"typedoc-plugin-missing-exports": "^4.1.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.9.0",
"vite": "^7.3.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^4.0.16"
},
@ -117,7 +117,7 @@
"classnames": "^2.5.1",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.79.0",
"maplibre-gl": "^5.15.0",
"maplibre-gl": "^5.16.0",
"radash": "^12.1.0",
"react-colorful": "^5.6.1",
"react-dropzone": "^14.3.8",

711
package-lock.json generated

File diff suppressed because it is too large Load Diff