|
1 | 1 | { |
2 | 2 | "name": "@eccenca/gui-elements", |
3 | 3 | "description": "GUI elements based on other libraries, usable in React application, written in Typescript.", |
4 | | - "version": "24.0.1", |
| 4 | + "version": "24.1.0", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "homepage": "https://github.com/eccenca/gui-elements", |
7 | 7 | "bugs": "https://github.com/eccenca/gui-elements/issues", |
|
106 | 106 | "xml-formatter": "^3.6.3" |
107 | 107 | }, |
108 | 108 | "devDependencies": { |
109 | | - "@babel/core": "^7.26.0", |
110 | | - "@babel/plugin-proposal-class-properties": "^7.18.6", |
111 | | - "@babel/plugin-proposal-private-methods": "^7.18.6", |
112 | | - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
113 | | - "@babel/preset-env": "^7.26.0", |
| 109 | + "@babel/core": "^7.26.10", |
| 110 | + "@babel/plugin-transform-class-properties": "^7.25.9", |
| 111 | + "@babel/plugin-transform-private-methods": "^7.25.9", |
| 112 | + "@babel/plugin-transform-private-property-in-object": "^7.25.9", |
| 113 | + "@babel/preset-env": "^7.26.9", |
114 | 114 | "@babel/preset-flow": "^7.25.9", |
115 | 115 | "@babel/preset-react": "^7.26.3", |
116 | | - "@babel/preset-typescript": "^7.26.0", |
| 116 | + "@babel/preset-typescript": "^7.27.0", |
117 | 117 | "@eslint/compat": "^1.2.4", |
118 | 118 | "@eslint/eslintrc": "^3.2.0", |
119 | 119 | "@eslint/js": "^9.17.0", |
120 | | - "@storybook/addon-actions": "^8.4.7", |
121 | | - "@storybook/addon-essentials": "^8.4.7", |
122 | | - "@storybook/addon-jest": "^8.4.7", |
123 | | - "@storybook/addon-links": "^8.4.7", |
124 | | - "@storybook/addon-webpack5-compiler-babel": "^3.0.3", |
125 | | - "@storybook/cli": "^8.4.7", |
| 120 | + "@storybook/addon-actions": "^8.6.9", |
| 121 | + "@storybook/addon-essentials": "^8.6.9", |
| 122 | + "@storybook/addon-jest": "^8.6.9", |
| 123 | + "@storybook/addon-links": "^8.6.9", |
| 124 | + "@storybook/addon-webpack5-compiler-babel": "^3.0.5", |
| 125 | + "@storybook/cli": "^8.6.9", |
126 | 126 | "@storybook/preset-scss": "^1.0.3", |
127 | | - "@storybook/react": "^8.4.7", |
128 | | - "@storybook/react-webpack5": "^8.4.7", |
129 | | - "@storybook/test": "^8.4.7", |
| 127 | + "@storybook/react": "^8.6.9", |
| 128 | + "@storybook/react-webpack5": "^8.6.9", |
| 129 | + "@storybook/test": "^8.6.9", |
130 | 130 | "@testing-library/jest-dom": "^6.6.3", |
131 | 131 | "@testing-library/react": "^12.1.2", |
132 | 132 | "@types/codemirror": "^5.60.15", |
|
139 | 139 | "@typescript-eslint/eslint-plugin": "^8.18.1", |
140 | 140 | "@typescript-eslint/parser": "^8.18.1", |
141 | 141 | "babel-jest": "^29.7.0", |
142 | | - "chromatic": "^11.20.2", |
| 142 | + "chromatic": "^11.27.0", |
143 | 143 | "eslint": "^9.17.0", |
144 | 144 | "eslint-plugin-react": "^7.37.2", |
145 | 145 | "eslint-plugin-react-hooks": "^5.1.0", |
|
159 | 159 | "rimraf": "^5.0.10", |
160 | 160 | "sass": "1.62.1", |
161 | 161 | "sass-loader": "10.3.1", |
162 | | - "storybook": "^8.4.7", |
| 162 | + "storybook": "^8.6.9", |
163 | 163 | "stylelint": "^15.11.0", |
164 | 164 | "stylelint-config-recess-order": "^4.6.0", |
165 | 165 | "stylelint-config-standard-scss": "^9.0.0", |
|
178 | 178 | "**/@types/react": "^17.0.83", |
179 | 179 | "node-sass-package-importer/**/postcss": "^8.4.49", |
180 | 180 | "**/cross-spawn": "^7.0.5 ", |
181 | | - "**/micromatch": "^4.0.8" |
| 181 | + "**/micromatch": "^4.0.8", |
| 182 | + "**/@babel/runtime": "^7.26.10", |
| 183 | + "**/@babel/helpers": "^7.26.10" |
182 | 184 | }, |
183 | 185 | "husky": { |
184 | 186 | "hooks": { |
|
0 commit comments