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

Version bump (#5740)

* Updated all dependencies

* fixed some spelling errors

* More spelling corrections

* Fixes for changes in react-query
This commit is contained in:
Matthias Mair
2023-10-17 22:27:28 +02:00
committed by GitHub
parent 9f2c55d2d6
commit 158a209a0f
32 changed files with 416 additions and 401 deletions

View File

@ -18,17 +18,17 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@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",
"@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.73.0",
"@tabler/icons-react": "^2.38.0",
"@tanstack/react-query": "^4.35.7",
"@mantine/carousel": "<7",
"@mantine/core": "<7",
"@mantine/dates": "<7",
"@mantine/dropzone": "<7",
"@mantine/form": "<7",
"@mantine/hooks": "<7",
"@mantine/modals": "<7",
"@mantine/notifications": "<7",
"@sentry/react": "^7.74.1",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^5.0.0",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"easymde": "^2.18.0",
@ -38,27 +38,27 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.2",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.17.0",
"react-select": "^5.7.7",
"react-simplemde-editor": "^5.2.0",
"zustand": "^4.4.2"
"zustand": "^4.4.3"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@babel/preset-typescript": "^7.23.2",
"@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",
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/react-grid-layout": "^1.3.3",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.1.0",
"babel-plugin-macros": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite": "^4.4.11",
"vite-plugin-babel-macros": "^1.0.6"
}
}