@oliasoft-open-source/react-ui-library 3.11.13 → 3.11.14

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 (1) hide show
  1. package/package.json +13 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.11.13",
3
+ "version": "3.11.14",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -72,13 +72,12 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@oliasoft-open-source/units": "^2.6.1",
75
- "@storybook/addon-actions": "^7.0.18",
76
- "@storybook/addon-essentials": "^7.0.18",
77
- "@storybook/addon-links": "^7.0.18",
78
- "@storybook/addon-mdx-gfm": "^7.0.18",
79
- "@storybook/addons": "^7.0.18",
80
- "@storybook/react": "^7.0.18",
81
- "@storybook/react-vite": "^7.0.18",
75
+ "@storybook/addon-actions": "^7.4.1",
76
+ "@storybook/addon-essentials": "^7.4.1",
77
+ "@storybook/addon-links": "^7.4.1",
78
+ "@storybook/addons": "^7.4.1",
79
+ "@storybook/react": "^7.4.1",
80
+ "@storybook/react-vite": "^7.4.1",
82
81
  "@types/lodash": "^4.14.172",
83
82
  "@types/react": "^17.0.21",
84
83
  "@types/react-redux": "^7.1.18",
@@ -93,7 +92,7 @@
93
92
  "eslint-plugin-jsx-a11y": "^6.4.1",
94
93
  "eslint-plugin-react": "^7.25.1",
95
94
  "eslint-plugin-react-hooks": "^4.2.0",
96
- "eslint-plugin-storybook": "^0.6.12",
95
+ "eslint-plugin-storybook": "^0.6.13",
97
96
  "eslint-plugin-vitest": "^0.2.5",
98
97
  "eslint-plugin-vitest-globals": "^1.3.1",
99
98
  "http-server": "^14.1.1",
@@ -107,8 +106,8 @@
107
106
  "react": "^17.0",
108
107
  "react-dom": "^17.0",
109
108
  "rollup-plugin-analyzer": "^4.0.0",
110
- "storybook": "^7.0.18",
111
- "storybook-dark-mode": "^3.0.0",
109
+ "storybook": "^7.4.1",
110
+ "storybook-dark-mode": "^3.0.1",
112
111
  "vite": "^3.1.8",
113
112
  "vite-plugin-html": "^3.2.0",
114
113
  "vite-preset-react": "^2.3.0",
@@ -120,5 +119,8 @@
120
119
  "prop-types": "^15",
121
120
  "react": "^17",
122
121
  "react-dom": "^17"
122
+ },
123
+ "resolutions": {
124
+ "jackspeak": "2.1.1"
123
125
  }
124
126
  }