diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 24104985de..016e638b01 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -16,8 +16,6 @@ v507 -> 2026-06-16 : https://github.com/inventree/InvenTree/pull/12180 v506 -> 2026-06-15 : https://github.com/inventree/InvenTree/pull/12168 - Reduce permissions scope for a number of API endpoints, to improve security and ensure that users only have access to the data they need - -v505 -> 2026-06-15 : https://github.com/inventree/InvenTree/pull/12165 - Allow parameters to be specified against the PartCategory model v504 -> 2026-06-13 : https://github.com/inventree/InvenTree/pull/12139 diff --git a/src/frontend/package.json b/src/frontend/package.json index 184727b270..3ba42ab382 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -76,6 +76,9 @@ "@mantine/utils": "^6.0.22", "@mantine/vanilla-extract": "^9.2.1", "@messageformat/date-skeleton": "^1.1.0", + "@sentry/react": "^10.57.0", + "@tabler/icons-react": "^3.44.0", + "@tanstack/react-query": "^5.101.0", "@tiptap/core": "^3.23.6", "@tiptap/extension-image": "^3.23.6", "@tiptap/extension-link": "^3.23.6", @@ -83,9 +86,6 @@ "@tiptap/pm": "^3.23.6", "@tiptap/react": "^3.23.6", "@tiptap/starter-kit": "^3.23.6", - "@sentry/react": "^10.57.0", - "@tabler/icons-react": "^3.44.0", - "@tanstack/react-query": "^5.101.0", "@uiw/codemirror-theme-vscode": "^4.25.8", "@uiw/react-codemirror": "^4.25.8", "@uiw/react-split": "^5.9.4", @@ -105,7 +105,6 @@ "react": "^19.2.7", "react-dom": "^19.2.7", "react-grid-layout": "1.4.4", - "tiptap-extension-resizable-image": "^2.1.0", "react-hook-form": "^7.78.0", "react-is": "^19.2.7", "react-router-dom": "^6.30.4", @@ -113,6 +112,7 @@ "react-window": "1.8.11", "recharts": "^3.8.1", "styled-components": "^6.4.2", + "tiptap-extension-resizable-image": "^2.1.0", "undici": "^8.4.1", "zustand": "^5.0.14" },