2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

chore(frontend): bump frontend deps (#8906)

* bump codemirror

* bump mantine and deps

* a few small bumps

* lover react-grid-layout

* lower lingui

* lower react-window

* revert versions down

* fix resolution

* fix resolution
This commit is contained in:
Matthias Mair 2025-01-19 23:40:02 +01:00 committed by GitHub
parent 46ebe81304
commit b1c9fcb0a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 973 additions and 435 deletions

View File

@ -11,14 +11,14 @@
"compile": "lingui compile --typescript" "compile": "lingui compile --typescript"
}, },
"dependencies": { "dependencies": {
"@codemirror/autocomplete": "^6.18.1", "@codemirror/autocomplete": "6.18.4",
"@codemirror/lang-liquid": "^6.2.1", "@codemirror/lang-liquid": "6.2.2",
"@codemirror/language": "^6.10.3", "@codemirror/language": "6.10.8",
"@codemirror/lint": "^6.8.1", "@codemirror/lint": "6.8.4",
"@codemirror/search": "^6.5.6", "@codemirror/search": "6.5.8",
"@codemirror/state": "^6.4.1", "@codemirror/state": "6.5.1",
"@codemirror/theme-one-dark": "^6.1.2", "@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "^6.33.0", "@codemirror/view": "6.36.2",
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.6.0",
@ -26,58 +26,58 @@
"@fortawesome/react-fontawesome": "^0.2.2", "@fortawesome/react-fontawesome": "^0.2.2",
"@lingui/core": "^4.11.4", "@lingui/core": "^4.11.4",
"@lingui/react": "^4.11.4", "@lingui/react": "^4.11.4",
"@mantine/carousel": "^7.12.2", "@mantine/carousel": "^7.16.0",
"@mantine/charts": "^7.12.2", "@mantine/charts": "^7.16.0",
"@mantine/core": "^7.12.2", "@mantine/core": "^7.16.0",
"@mantine/dates": "^7.12.2", "@mantine/dates": "^7.16.0",
"@mantine/dropzone": "^7.12.2", "@mantine/dropzone": "^7.16.0",
"@mantine/form": "^7.12.2", "@mantine/form": "^7.16.0",
"@mantine/hooks": "^7.12.2", "@mantine/hooks": "^7.16.0",
"@mantine/modals": "^7.12.2", "@mantine/modals": "^7.16.0",
"@mantine/notifications": "^7.12.2", "@mantine/notifications": "^7.16.0",
"@mantine/spotlight": "^7.12.2", "@mantine/spotlight": "^7.16.0",
"@mantine/vanilla-extract": "^7.12.2", "@mantine/vanilla-extract": "^7.16.0",
"@sentry/react": "^8.43.0", "@sentry/react": "^8.43.0",
"@tabler/icons-react": "^3.17.0", "@tabler/icons-react": "^3.17.0",
"@tanstack/react-query": "^5.56.2", "@tanstack/react-query": "^5.56.2",
"@types/dompurify": "^3.0.5", "@types/dompurify": "^3.0.5",
"@uiw/codemirror-theme-vscode": "^4.23.3", "@uiw/codemirror-theme-vscode": "4.23.7",
"@uiw/react-codemirror": "^4.23.3", "@uiw/react-codemirror": "4.23.7",
"@uiw/react-split": "^5.9.3", "@uiw/react-split": "^5.9.3",
"@vanilla-extract/css": "^1.15.5", "@vanilla-extract/css": "^1.17.0",
"axios": "^1.7.7", "axios": "^1.7.9",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"codemirror": "^6.0.1", "codemirror": "6.0.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"dompurify": "^3.1.7", "dompurify": "^3.1.7",
"easymde": "^2.18.0", "easymde": "^2.18.0",
"embla-carousel-react": "^8.3.0", "embla-carousel-react": "^8.5.2",
"fuse.js": "^7.0.0", "fuse.js": "^7.0.0",
"html5-qrcode": "^2.3.8", "html5-qrcode": "^2.3.8",
"mantine-contextmenu": "^7.11.3", "mantine-contextmenu": "^7.15.3",
"mantine-datatable": "^7.12.4", "mantine-datatable": "^7.15.1",
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4", "react-grid-layout": "1.4.4",
"react-hook-form": "^7.53.0", "react-hook-form": "^7.54.2",
"react-is": "^18.3.1", "react-is": "^18.3.1",
"react-router-dom": "^6.26.2", "react-router-dom": "^6.26.2",
"react-select": "^5.8.1", "react-select": "^5.9.0",
"react-simplemde-editor": "^5.2.0", "react-simplemde-editor": "^5.2.0",
"react-window": "^1.8.10", "react-window": "1.8.10",
"recharts": "^2.12.7", "recharts": "^2.15.0",
"styled-components": "^6.1.13", "styled-components": "^6.1.14",
"zustand": "^4.5.5" "zustand": "^4.5.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.26.0",
"@babel/preset-react": "^7.24.7", "@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.24.7", "@babel/preset-typescript": "^7.26.0",
"@codecov/vite-plugin": "^1.2.0", "@codecov/vite-plugin": "^1.7.0",
"@lingui/cli": "^4.11.4", "@lingui/cli": "^4.11.4",
"@lingui/macro": "^4.11.4", "@lingui/macro": "^4.11.4",
"@playwright/test": "^1.47.2", "@playwright/test": "^1.49.1",
"@types/node": "^22.6.0", "@types/node": "^22.6.0",
"@types/qrcode": "^1.5.5", "@types/qrcode": "^1.5.5",
"@types/react": "^18.3.8", "@types/react": "^18.3.8",
@ -85,13 +85,13 @@
"@types/react-grid-layout": "^1.3.5", "@types/react-grid-layout": "^1.3.5",
"@types/react-router-dom": "^5.3.3", "@types/react-router-dom": "^5.3.3",
"@types/react-window": "^1.8.8", "@types/react-window": "^1.8.8",
"@vanilla-extract/vite-plugin": "^4.0.15", "@vanilla-extract/vite-plugin": "^4.0.19",
"@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react": "^4.3.4",
"babel-plugin-macros": "^3.1.0", "babel-plugin-macros": "^3.1.0",
"nyc": "^17.1.0", "nyc": "^17.1.0",
"rollup-plugin-license": "^3.5.3", "rollup-plugin-license": "^3.5.3",
"typescript": "^5.6.2", "typescript": "^5.7.3",
"vite": "^5.4.7", "vite": "^6.0.7",
"vite-plugin-babel-macros": "^1.0.6", "vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-istanbul": "^6.0.2" "vite-plugin-istanbul": "^6.0.2"
} }

File diff suppressed because it is too large Load Diff