robin-component 1.0.20 → 1.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robin-component",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "Robin Component",
5
5
  "main": "index.js",
6
6
  "module": "dist/index.mjs",
@@ -12,10 +12,9 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "devDependencies": {
15
- "rollup": "^4.18.1",
16
- "rollup-plugin-dts": "^6.1.1",
17
- "rollup-plugin-peer-deps-external": "^2.2.4",
18
- "rollup-plugin-postcss": "^4.0.2",
15
+ "@babel/core": "^7.22.5",
16
+ "@babel/preset-env": "^7.26.3",
17
+ "@babel/preset-react": "^7.26.3",
19
18
  "@rollup/plugin-babel": "^6.0.4",
20
19
  "@rollup/plugin-commonjs": "^28.0.2",
21
20
  "@rollup/plugin-image": "^3.0.3",
@@ -24,13 +23,42 @@
24
23
  "@rollup/plugin-replace": "^6.0.2",
25
24
  "@rollup/plugin-terser": "^0.4.4",
26
25
  "@rollup/plugin-typescript": "^12.1.2",
26
+ "react": "^18.3.1",
27
+ "react-bootstrap": "^2.10.2",
28
+ "rollup": "^4.18.1",
29
+ "rollup-plugin-dts": "^6.1.1",
30
+ "rollup-plugin-peer-deps-external": "^2.2.4",
31
+ "rollup-plugin-postcss": "^4.0.2",
32
+ "tslib": "^2.6.3",
27
33
  "typescript": "^5.5.3",
28
- "@babel/core": "^7.22.5",
29
- "@babel/preset-env": "^7.26.3",
30
- "@babel/preset-react": "^7.26.3",
31
34
  "@babel/plugin-transform-runtime": "^7.0.0",
35
+ "@testing-library/dom": "^10.4.0",
36
+ "@testing-library/jest-dom": "^6.6.3",
37
+ "@testing-library/react": "^16.0.1",
38
+ "@vitejs/plugin-react": "^4.6.0",
39
+ "autoprefixer": "^10.4.21",
32
40
  "babel-jest": "^29.7.0",
33
- "babel-plugin-transform-vite-meta-env": "^1.0.3"
41
+ "babel-plugin-transform-vite-meta-env": "^1.0.3",
42
+ "eslint": "^8.57.0",
43
+ "eslint-config-prettier": "^9.1.0",
44
+ "eslint-plugin-prettier": "^5.1.3",
45
+ "eslint-plugin-react": "^7.34.1",
46
+ "eslint-plugin-react-hooks": "^4.6.0",
47
+ "identity-obj-proxy": "^3.0.0",
48
+ "jest": "^29.7.0",
49
+ "jest-environment-jsdom": "^29.7.0",
50
+ "jest-transform-stub": "^2.0.0",
51
+ "postcss": "^8.4.38",
52
+ "postcss-prefix-selector": "^1.16.1",
53
+ "prettier": "3.2.5",
54
+ "react-bootstrap-table-next": "^4.0.3",
55
+ "react-bootstrap-table2-paginator": "^2.1.2",
56
+ "react-bootstrap-table2-toolkit": "^2.1.3",
57
+ "react-dom": "^18.2.0",
58
+ "sass": "^1.72.0",
59
+ "sonar-scanner": "^3.1.0",
60
+ "vite": "^5.2.6",
61
+ "vite-plugin-svgr": "^4.2.0"
34
62
  },
35
63
  "dependencies": {
36
64
  "@babel/plugin-transform-runtime": "^7.26.8",
@@ -72,14 +100,9 @@
72
100
  "path-intersection": "^1.0.0",
73
101
  "postinstall-postinstall": "^2.1.0",
74
102
  "prop-types": "^15.8.1",
75
- "react": "^18.2.0",
76
103
  "react-bootstrap": "^2.10.4",
77
- "react-bootstrap-table-next": "^4.0.3",
78
- "react-bootstrap-table2-paginator": "^2.1.2",
79
- "react-bootstrap-table2-toolkit": "^2.1.3",
80
104
  "react-datepicker": "^7.3.0",
81
105
  "react-datetime-picker": "^6.0.1",
82
- "react-dom": "^18.2.0",
83
106
  "react-drag-reorder": "^1.2.0",
84
107
  "react-dropzone": "^14.2.3",
85
108
  "react-redux": "^9.1.0",
@@ -90,5 +113,12 @@
90
113
  "simplebar-react": "^3.2.4",
91
114
  "vite-plugin-qiankun-lite": "^1.1.1",
92
115
  "zeebe-bpmn-moddle": "^1.6.0"
116
+ },
117
+ "peerDependencies": {
118
+ "react": "^18.0.0 || ^19.0.0",
119
+ "react-bootstrap-table-next": "^4.0.3",
120
+ "react-bootstrap-table2-paginator": "^2.1.2",
121
+ "react-bootstrap-table2-toolkit": "^2.1.3",
122
+ "react-dom": "^18.0.0 || ^19.0.0"
93
123
  }
94
124
  }