|
1 | 1 | {
|
2 | 2 | "name": "idea-react",
|
3 |
| - "version": "2.0.0-rc.8", |
| 3 | + "version": "2.0.0-rc.11", |
4 | 4 | "license": "LGPL-3.0-or-later",
|
5 | 5 |
|
6 | 6 | "description": "A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.",
|
|
22 | 22 | "types": "dist/index.d.ts",
|
23 | 23 | "main": "dist/index.js",
|
24 | 24 | "dependencies": {
|
25 |
| - "@editorjs/editorjs": "^2.30.6", |
26 |
| - "@editorjs/paragraph": "^2.11.6", |
| 25 | + "@editorjs/editorjs": "^2.30.8", |
| 26 | + "@editorjs/paragraph": "^2.11.7", |
27 | 27 | "@react-editor-js/core": "^2.1.0",
|
28 |
| - "@swc/helpers": "^0.5.13", |
| 28 | + "@swc/helpers": "^0.5.17", |
29 | 29 | "classnames": "^2.5.1",
|
30 |
| - "editorjs-html": "^3.4.3", |
| 30 | + "editorjs-html": "^4.0.5", |
31 | 31 | "html2canvas": "^1.4.1",
|
32 | 32 | "iterable-observer": "^1.1.0",
|
33 | 33 | "lodash": "^4.17.21",
|
34 |
| - "mobx": ">=6.11", |
35 |
| - "mobx-react": ">=9.1", |
36 |
| - "mobx-react-helper": "^0.3.1", |
37 |
| - "prismjs": "^1.29.0", |
38 |
| - "react-bootstrap": "^2.10.5", |
| 34 | + "mobx": "^6.13.7", |
| 35 | + "mobx-react": "^9.2.0", |
| 36 | + "mobx-react-helper": "^0.4.0-rc.0", |
| 37 | + "prismjs": "^1.30.0", |
| 38 | + "react-bootstrap": "^2.10.9", |
39 | 39 | "react-editor-js": "^2.1.0",
|
40 |
| - "react-element-to-jsx-string": "^15.0.0", |
41 |
| - "web-utility": "^4.4.1" |
| 40 | + "web-utility": "^4.4.3" |
42 | 41 | },
|
43 | 42 | "peerDependencies": {
|
44 | 43 | "react": ">=16",
|
45 |
| - "react-dom": ">=16" |
| 44 | + "react-dom": ">=16", |
| 45 | + "react-element-to-jsx-string": ">=15" |
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@babel/plugin-proposal-decorators": "^7.25.9", |
49 |
| - "@babel/preset-typescript": "^7.26.0", |
50 |
| - "@eslint/compat": "^1.2.1", |
51 |
| - "@eslint/js": "^9.13.0", |
52 |
| - "@microsoft/api-extractor": "^7.47.11", |
53 |
| - "@parcel/config-default": "~2.12.0", |
54 |
| - "@parcel/packager-ts": "~2.12.0", |
55 |
| - "@parcel/transformer-less": "2.12.0", |
56 |
| - "@parcel/transformer-typescript-tsc": "~2.12.0", |
57 |
| - "@parcel/transformer-typescript-types": "~2.12.0", |
58 |
| - "@softonus/prettier-plugin-duplicate-remover": "^1.0.1", |
| 48 | + "@babel/plugin-proposal-decorators": "^7.27.1", |
| 49 | + "@babel/preset-typescript": "^7.27.1", |
| 50 | + "@eslint/compat": "^1.2.9", |
| 51 | + "@eslint/js": "^9.26.0", |
| 52 | + "@microsoft/api-extractor": "^7.52.7", |
| 53 | + "@parcel/config-default": "~2.14.4", |
| 54 | + "@parcel/packager-ts": "~2.14.4", |
| 55 | + "@parcel/transformer-less": "2.14.4", |
| 56 | + "@parcel/transformer-typescript-tsc": "~2.14.4", |
| 57 | + "@parcel/transformer-typescript-types": "~2.14.4", |
| 58 | + "@softonus/prettier-plugin-duplicate-remover": "^1.1.2", |
59 | 59 | "@storybook/addon-console": "^3.0.0",
|
60 | 60 | "@storybook/addon-essentials": "^7.6.20",
|
61 | 61 | "@storybook/addon-interactions": "^7.6.20",
|
|
65 | 65 | "@storybook/react": "^7.6.20",
|
66 | 66 | "@storybook/react-vite": "^7.6.20",
|
67 | 67 | "@storybook/testing-library": "^0.2.2",
|
68 |
| - "@types/lodash": "^4.17.12", |
69 |
| - "@types/node": "^20.17.1", |
| 68 | + "@types/lodash": "^4.17.16", |
| 69 | + "@types/node": "^22.15.17", |
70 | 70 | "@types/prismjs": "^1.26.5",
|
71 |
| - "@types/react": "^18.3.12", |
72 |
| - "@types/react-dom": "^18.3.1", |
73 |
| - "@vitejs/plugin-react": "^4.3.3", |
74 |
| - "eslint": "^9.13.0", |
75 |
| - "eslint-config-prettier": "^9.1.0", |
76 |
| - "eslint-plugin-react": "^7.37.2", |
| 71 | + "@types/react": "^18.3.21", |
| 72 | + "@types/react-dom": "^18.3.7", |
| 73 | + "@vitejs/plugin-react": "^4.4.1", |
| 74 | + "eslint": "^9.26.0", |
| 75 | + "eslint-config-prettier": "^10.1.3", |
| 76 | + "eslint-plugin-react": "^7.37.5", |
77 | 77 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
78 |
| - "globals": "^15.11.0", |
79 |
| - "husky": "^9.1.6", |
| 78 | + "globals": "^16.1.0", |
| 79 | + "husky": "^9.1.7", |
| 80 | + "jiti": "^2.4.2", |
80 | 81 | "koapache": "^2.2.2",
|
81 |
| - "less": "^4.2.0", |
82 |
| - "lint-staged": "^15.2.10", |
83 |
| - "parcel": "~2.12.0", |
84 |
| - "postcss-preset-env": "^10.0.8", |
85 |
| - "prettier": "^3.3.3", |
| 82 | + "less": "^4.3.0", |
| 83 | + "lint-staged": "^15.5.2", |
| 84 | + "parcel": "~2.14.4", |
| 85 | + "postcss-preset-env": "^10.1.6", |
| 86 | + "prettier": "^3.5.3", |
86 | 87 | "prettier-plugin-css-order": "^2.1.2",
|
87 | 88 | "process": "^0.11.10",
|
88 | 89 | "prop-types": "15.8.1",
|
89 | 90 | "react": "^18.3.1",
|
90 | 91 | "react-dom": "^18.3.1",
|
| 92 | + "react-element-to-jsx-string": "^15.0.0", |
91 | 93 | "rimraf": "^6.0.1",
|
92 | 94 | "storybook": "^7.6.20",
|
93 |
| - "typedoc": "^0.26.10", |
94 |
| - "typedoc-plugin-mdn-links": "^3.3.4", |
95 |
| - "typescript": "~5.6.3", |
96 |
| - "typescript-eslint": "^8.11.0", |
97 |
| - "vite": "^5.4.10" |
| 95 | + "typedoc": "^0.28.4", |
| 96 | + "typedoc-plugin-mdn-links": "^5.0.1", |
| 97 | + "typescript": "~5.8.3", |
| 98 | + "typescript-eslint": "^8.32.0", |
| 99 | + "vite": "^5.4.19" |
| 100 | + }, |
| 101 | + "pnpm": { |
| 102 | + "onlyBuiltDependencies": [ |
| 103 | + "@swc/core", |
| 104 | + "esbuild" |
| 105 | + ] |
98 | 106 | },
|
99 | 107 | "prettier": {
|
100 | 108 | "singleQuote": true,
|
101 | 109 | "trailingComma": "none",
|
102 | 110 | "arrowParens": "avoid",
|
103 | 111 | "tabWidth": 4,
|
| 112 | + "printWidth": 100, |
104 | 113 | "plugins": [
|
105 | 114 | "prettier-plugin-css-order",
|
106 | 115 | "@softonus/prettier-plugin-duplicate-remover"
|
|
0 commit comments