2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00
* bump deps

* bump again

* bump frontend as well

* fixed allauth version for now

* fixed requirements files

* fixed requirements files 2

* fixed changed lib path
This commit is contained in:
Matthias Mair
2023-09-07 01:02:31 +02:00
committed by GitHub
parent f917c91522
commit 683cf248ea
6 changed files with 932 additions and 917 deletions

View File

@ -12,50 +12,50 @@
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@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.3.0",
"@lingui/react": "^4.3.0",
"@mantine/carousel": "^6.0.17",
"@mantine/core": "^6.0.17",
"@mantine/dates": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@sentry/react": "^7.64.0",
"@tabler/icons-react": "^2.28.0",
"@tanstack/react-query": "^4.32.0",
"axios": "^1.4.0",
"@lingui/core": "^4.4.2",
"@lingui/react": "^4.4.2",
"@mantine/carousel": "^6.0.20",
"@mantine/core": "^6.0.20",
"@mantine/dates": "^6.0.20",
"@mantine/dropzone": "^6.0.20",
"@mantine/form": "^6.0.20",
"@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",
"embla-carousel-react": "^8.0.0-rc11",
"embla-carousel-react": "^8.0.0-rc12",
"html5-qrcode": "^2.3.8",
"mantine-datatable": "^2.9.0",
"mantine-datatable": "^2.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-router-dom": "^6.14.2",
"zustand": "^4.3.9"
"react-router-dom": "^6.15.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@lingui/cli": "^4.3.0",
"@lingui/macro": "^4.3.0",
"@playwright/test": "^1.36.1",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@babel/core": "^7.22.15",
"@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",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react": "^4.0.4",
"babel-plugin-macros": "^3.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-babel-macros": "^1.0.6"
}
}