2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00
* bumped deps

* bumped frontend deps

* fixed reqs file for py 3.9
This commit is contained in:
Matthias Mair
2023-10-05 00:48:53 +02:00
committed by GitHub
parent 25babf617c
commit f5e8f27fcd
4 changed files with 523 additions and 519 deletions

View File

@ -16,8 +16,8 @@
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^4.4.2",
"@lingui/react": "^4.4.2",
"@lingui/core": "^4.5.0",
"@lingui/react": "^4.5.0",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
"@mantine/dates": "^6.0.20",
@ -26,39 +26,39 @@
"@mantine/hooks": "^6.0.20",
"@mantine/modals": "^6.0.20",
"@mantine/notifications": "^6.0.20",
"@sentry/react": "^7.68.0",
"@tabler/icons-react": "^2.33.0",
"@tanstack/react-query": "^4.33.0",
"axios": "^1.5.0",
"dayjs": "^1.11.9",
"@sentry/react": "^7.73.0",
"@tabler/icons-react": "^2.38.0",
"@tanstack/react-query": "^4.35.7",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"easymde": "^2.18.0",
"embla-carousel-react": "^8.0.0-rc12",
"embla-carousel-react": "^7.1.0",
"html5-qrcode": "^2.3.8",
"mantine-datatable": "^2.9.13",
"mantine-datatable": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-router-dom": "^6.15.0",
"react-select": "^5.7.4",
"react-grid-layout": "^1.4.2",
"react-router-dom": "^6.16.0",
"react-select": "^5.7.7",
"react-simplemde-editor": "^5.2.0",
"zustand": "^4.4.1"
"zustand": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@lingui/cli": "^4.4.2",
"@lingui/macro": "^4.4.2",
"@playwright/test": "^1.37.1",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-grid-layout": "^1.3.2",
"@babel/preset-typescript": "^7.23.0",
"@lingui/cli": "^4.5.0",
"@lingui/macro": "^4.5.0",
"@playwright/test": "^1.38.1",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-grid-layout": "^1.3.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react": "^4.1.0",
"babel-plugin-macros": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite": "^4.4.10",
"vite-plugin-babel-macros": "^1.0.6"
}
}

File diff suppressed because it is too large Load Diff