|
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.0", |
| 4 | + "version": "24.0.1-rc.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", |
|
28 | 28 | "registry": "https://registry.npmjs.org" |
29 | 29 | }, |
30 | 30 | "engines": { |
31 | | - "node": ">=18" |
| 31 | + "node": ">=18.18.0" |
32 | 32 | }, |
33 | 33 | "style": "src/index.scss", |
34 | 34 | "main": "dist/cjs/index.js", |
|
47 | 47 | "scripts" |
48 | 48 | ], |
49 | 49 | "scripts": { |
| 50 | + "project:clean": "yarn test:clean && yarn build:clean && yarn storybook:clean && rimraf yarn-error.log", |
50 | 51 | "build:clean": "rimraf dist/", |
51 | 52 | "build:esm": "tsc --project .typescript/tsbuild-esm.json && ./scripts/fix-esm-dist", |
52 | 53 | "build:cjs": "tsc --project .typescript/tsbuild-cjs.json && ./scripts/fix-cjs-dist", |
|
55 | 56 | "compile-scss": "ts-node -O \"{ \\\"esModuleInterop\\\": true, \\\"module\\\": \\\"commonjs\\\"}\" ./scripts/compile-sass.ts", |
56 | 57 | "storybook": "storybook dev -p 6006 --no-open", |
57 | 58 | "build-storybook": "storybook build --webpack-stats-json", |
| 59 | + "storybook:clean": "rimraf storybook-static/", |
58 | 60 | "test": "jest", |
59 | 61 | "test:ci": "jest --ci --reporters='default'", |
60 | 62 | "test:coverage": "jest --collectCoverage", |
61 | 63 | "test:generate-output": "jest --json --outputFile=.jest-test-results.json", |
| 64 | + "test:clean": "rimraf .jest-test-results.json && rimraf coverage/", |
62 | 65 | "autolint:scripts": "eslint --fix .storybook/ blueprint/ scripts/ src/ index.ts || exit 0", |
63 | 66 | "autolint:styles": "stylelint \"{.storybook,src}/**/*.{css,scss}\" --fix || exit 0", |
64 | 67 | "autolint:prettier": "prettier \"{.github,.storybook,.typescript,blueprint,scripts,src}/**/*\" .* *.json *.md *.ts --write --ignore-unknown", |
65 | 68 | "autolint:all": "yarn autolint:scripts && yarn autolint:styles && yarn autolint:prettier" |
66 | 69 | }, |
67 | 70 | "dependencies": { |
68 | | - "@blueprintjs/colors": "^5.1.1", |
69 | | - "@blueprintjs/core": "^5.11.0", |
70 | | - "@blueprintjs/select": "^5.2.2", |
71 | | - "@carbon/icons": "^11.47.1", |
72 | | - "@carbon/react": "^1.64.1", |
| 71 | + "@blueprintjs/colors": "^5.1.5", |
| 72 | + "@blueprintjs/core": "^5.16.2", |
| 73 | + "@blueprintjs/select": "^5.3.7", |
| 74 | + "@carbon/icons": "^11.53.0", |
| 75 | + "@carbon/react": "1.72.0", |
| 76 | + "@codemirror/lang-javascript": "^6.2.2", |
73 | 77 | "@codemirror/lang-json": "^6.0.1", |
74 | 78 | "@codemirror/lang-markdown": "^6.3.1", |
| 79 | + "@codemirror/lang-sql": "^6.8.0", |
75 | 80 | "@codemirror/lang-xml": "^6.1.0", |
| 81 | + "@codemirror/lang-yaml": "^6.1.2", |
76 | 82 | "@codemirror/legacy-modes": "^6.4.2", |
77 | 83 | "@mavrin/remark-typograf": "^2.2.0", |
78 | 84 | "codemirror": "^6.0.1", |
|
98 | 104 | }, |
99 | 105 | "devDependencies": { |
100 | 106 | "@babel/core": "^7.26.0", |
101 | | - "@babel/plugin-proposal-class-properties": "^7.16.7", |
102 | | - "@babel/plugin-proposal-private-methods": "^7.16.11", |
| 107 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 108 | + "@babel/plugin-proposal-private-methods": "^7.18.6", |
103 | 109 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
104 | 110 | "@babel/preset-env": "^7.26.0", |
105 | 111 | "@babel/preset-flow": "^7.25.9", |
106 | | - "@babel/preset-react": "^7.25.9", |
| 112 | + "@babel/preset-react": "^7.26.3", |
107 | 113 | "@babel/preset-typescript": "^7.26.0", |
108 | | - "@storybook/addon-actions": "^8.4.3", |
109 | | - "@storybook/addon-essentials": "^8.4.3", |
110 | | - "@storybook/addon-jest": "^8.4.3", |
111 | | - "@storybook/addon-links": "^8.4.3", |
| 114 | + "@eslint/compat": "^1.2.4", |
| 115 | + "@eslint/eslintrc": "^3.2.0", |
| 116 | + "@eslint/js": "^9.17.0", |
| 117 | + "@storybook/addon-actions": "^8.4.7", |
| 118 | + "@storybook/addon-essentials": "^8.4.7", |
| 119 | + "@storybook/addon-jest": "^8.4.7", |
| 120 | + "@storybook/addon-links": "^8.4.7", |
112 | 121 | "@storybook/addon-webpack5-compiler-babel": "^3.0.3", |
113 | | - "@storybook/cli": "^8.4.3", |
| 122 | + "@storybook/cli": "^8.4.7", |
114 | 123 | "@storybook/preset-scss": "^1.0.3", |
115 | | - "@storybook/react": "^8.4.3", |
116 | | - "@storybook/react-webpack5": "^8.4.3", |
117 | | - "@storybook/test": "^8.4.3", |
| 124 | + "@storybook/react": "^8.4.7", |
| 125 | + "@storybook/react-webpack5": "^8.4.7", |
| 126 | + "@storybook/test": "^8.4.7", |
118 | 127 | "@testing-library/jest-dom": "^6.6.3", |
119 | 128 | "@testing-library/react": "^12.1.2", |
120 | 129 | "@types/codemirror": "^5.60.15", |
121 | 130 | "@types/color": "^3.0.6", |
122 | | - "@types/jest": "^29.5.12", |
123 | | - "@types/lodash": "^4.17.7", |
| 131 | + "@types/jest": "^29.5.14", |
| 132 | + "@types/lodash": "^4.17.13", |
124 | 133 | "@types/react-syntax-highlighter": "^15.5.13", |
125 | | - "@typescript-eslint/eslint-plugin": "^5.62.0", |
126 | | - "@typescript-eslint/parser": "^5.62.0", |
| 134 | + "@typescript-eslint/eslint-plugin": "^8.18.1", |
| 135 | + "@typescript-eslint/parser": "^8.18.1", |
127 | 136 | "babel-jest": "^29.7.0", |
128 | | - "chromatic": "^11.18.1", |
129 | | - "eslint": "^8.57.0", |
130 | | - "eslint-plugin-react": "^7.35.0", |
131 | | - "eslint-plugin-react-hooks": "^4.6.2", |
| 137 | + "chromatic": "^11.20.2", |
| 138 | + "eslint": "^9.17.0", |
| 139 | + "eslint-plugin-react": "^7.37.2", |
| 140 | + "eslint-plugin-react-hooks": "^5.1.0", |
132 | 141 | "eslint-plugin-simple-import-sort": "^12.1.1", |
133 | 142 | "husky": "4", |
134 | 143 | "identity-obj-proxy": "^3.0.0", |
135 | 144 | "jest": "^29.7.0", |
136 | 145 | "jest-environment-jsdom": "^29.7.0", |
137 | 146 | "jest-pnp-resolver": "^1.2.3", |
138 | | - "lint-staged": "^15.2.9", |
| 147 | + "lint-staged": "^15.2.11", |
139 | 148 | "node-sass-package-importer": "^5.3.3", |
140 | 149 | "path": "^0.12.7", |
141 | 150 | "prettier": "^2.8.8", |
|
145 | 154 | "rimraf": "^5.0.10", |
146 | 155 | "sass": "1.62.1", |
147 | 156 | "sass-loader": "10.3.1", |
148 | | - "storybook": "^8.4.3", |
| 157 | + "storybook": "^8.4.7", |
149 | 158 | "stylelint": "^15.11.0", |
150 | 159 | "stylelint-config-recess-order": "^4.6.0", |
151 | 160 | "stylelint-config-standard-scss": "^9.0.0", |
152 | 161 | "ts-node": "^10.9.2", |
153 | | - "tsc-esm-fix": "^3.0.2", |
| 162 | + "tsc-esm-fix": "^3.1.2", |
154 | 163 | "typescript": "5.5.3", |
155 | 164 | "url-loader": "^4.1.1", |
156 | 165 | "yargs": "^17.7.2" |
|
161 | 170 | "react-dom": ">=16" |
162 | 171 | }, |
163 | 172 | "resolutions": { |
164 | | - "**/@types/react": "^17.0.80", |
165 | | - "node-sass-package-importer/**/postcss": "^8.4.41", |
| 173 | + "**/@types/react": "^17.0.83", |
| 174 | + "node-sass-package-importer/**/postcss": "^8.4.49", |
166 | 175 | "**/cross-spawn": "^7.0.5 ", |
167 | 176 | "**/micromatch": "^4.0.8" |
168 | 177 | }, |
|
0 commit comments