@gisce/react-ooui 2.115.0-alpha.21 → 2.115.0-alpha.22

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -50,4 +50,4 @@ And then you will have the bundled library inside `dist/`
50
50
  You can browse our Storybook running:
51
51
 
52
52
  - `npm install`
53
- - `npm run storybook`
53
+ - `npm run storybook`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gisce/react-ooui",
3
- "version": "2.115.0-alpha.21",
3
+ "version": "2.115.0-alpha.22",
4
4
  "engines": {
5
5
  "node": "20.5.0"
6
6
  },
@@ -42,7 +42,7 @@
42
42
  "@dnd-kit/utilities": "^3.2.2",
43
43
  "@gisce/fiber-diagram": "2.1.1",
44
44
  "@gisce/ooui": "2.43.0-alpha.3",
45
- "@gisce/react-formiga-components": "1.19.0-alpha.1",
45
+ "@gisce/react-formiga-components": "1.18.0-alpha.2",
46
46
  "@gisce/react-formiga-table": "1.17.0-alpha.6",
47
47
  "@monaco-editor/react": "^4.4.5",
48
48
  "@tanstack/react-virtual": "^3.13.12",