@inventreedb/ui 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- const INVENTREE_PLUGIN_VERSION = "0.5.0";
1
+ const INVENTREE_PLUGIN_VERSION = "0.5.1";
2
2
  const INVENTREE_REACT_VERSION = "19.1.1";
3
3
  const INVENTREE_REACT_DOM_VERSION = (
4
4
  // @ts-ignore
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inventreedb/ui",
3
3
  "description": "UI components for the InvenTree project",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "license": "MIT",
@@ -98,7 +98,7 @@
98
98
  "react-router-dom": "^6.26.2",
99
99
  "react-select": "^5.9.0",
100
100
  "react-simplemde-editor": "^5.2.0",
101
- "react-window": "1.8.10",
101
+ "react-window": "1.8.11",
102
102
  "recharts": "^2.15.0",
103
103
  "styled-components": "^6.1.14",
104
104
  "zustand": "^5.0.3"
@@ -121,7 +121,7 @@
121
121
  "@types/react-router-dom": "^5.3.3",
122
122
  "@types/react-window": "^1.8.8",
123
123
  "@vanilla-extract/vite-plugin": "^5.0.1",
124
- "@vitejs/plugin-react": "^5.0.1",
124
+ "@vitejs/plugin-react": "^4.7.0",
125
125
  "babel-plugin-macros": "^3.1.0",
126
126
  "nyc": "^17.1.0",
127
127
  "path": "^0.12.7",