@rhc-shared-components/packages-table 1.0.4 → 2.0.1

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.
@@ -1 +1 @@
1
- export {};
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhc-shared-components/packages-table",
3
- "version": "1.0.4",
3
+ "version": "2.0.1",
4
4
  "description": "project description",
5
5
  "author": "redhatofficial",
6
6
  "license": "MIT",
@@ -31,14 +31,15 @@
31
31
  "react-dom": ">=16.13.1"
32
32
  },
33
33
  "devDependencies": {
34
+ "@patternfly/react-core": "^5.3.4",
34
35
  "@patternfly/react-table": "^5.3.4",
35
36
  "@testing-library/jest-dom": "^4.2.4",
36
37
  "@testing-library/react": "^9.5.0",
37
38
  "@testing-library/user-event": "^7.2.1",
38
39
  "@types/jest": "^25.1.4",
39
40
  "@types/node": "^12.12.38",
40
- "@types/react": "^16.9.27",
41
- "@types/react-dom": "^16.9.7",
41
+ "@types/react": "^19.2.0",
42
+ "@types/react-dom": "^19.2.0",
42
43
  "@typescript-eslint/eslint-plugin": "^2.26.0",
43
44
  "@typescript-eslint/parser": "^2.26.0",
44
45
  "babel-eslint": "^10.0.3",
@@ -53,23 +54,19 @@
53
54
  "eslint-plugin-promise": "^4.2.1",
54
55
  "eslint-plugin-react": "^7.17.0",
55
56
  "eslint-plugin-standard": "^4.0.1",
57
+ "formik": "^2.1.4",
56
58
  "microbundle": "^0.13.3",
57
59
  "npm-run-all": "^4.1.5",
58
60
  "prettier": "^2.0.4",
59
- "react": "^16.13.1",
60
- "react-dom": "^16.13.1",
61
+ "react": "^19.2.0",
62
+ "react-dom": "^19.2.0",
61
63
  "react-scripts": "^3.4.1",
62
64
  "rimraf": "^3.0.2",
63
65
  "sass": "^1.57.1",
64
- "typescript": "^3.7.5"
66
+ "typescript": "~5.7.2"
65
67
  },
66
68
  "dependencies": {
67
- "@patternfly/react-core": "^5.3.4",
68
- "date-fns": "^2.13.0",
69
- "formik": "^2.1.4",
70
- "lodash": "^4.17.21",
71
- "react": "^16.13.1",
72
- "react-dom": "^16.13.1"
69
+ "date-fns": "^2.13.0"
73
70
  },
74
71
  "files": [
75
72
  "dist"
package/CHANGELOG.md DELETED
@@ -1,79 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.3.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.5...@rhc-shared-components/packages-table@0.3.0) (2022-08-22)
7
-
8
-
9
- ### Features
10
-
11
- * added toggle and helpsection prop to package table and vuns summary resp. ([9ca76b5](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/9ca76b5f2622ab3a6502e78ce8140625feb3ef2f))
12
-
13
-
14
-
15
-
16
-
17
- ## [0.2.5](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.4...@rhc-shared-components/packages-table@0.2.5) (2022-07-12)
18
-
19
- **Note:** Version bump only for package @rhc-shared-components/packages-table
20
-
21
-
22
-
23
-
24
-
25
- ## [0.2.4](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.0...@rhc-shared-components/packages-table@0.2.4) (2022-07-12)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * fixing bad set state on severity filter of packages table ([e48189f](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/e48189f80ade3ca15340b32d3a8823b25dc64b6d))
31
- * resetting page number of change of filter in packages table ([3b44111](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/3b441115d2a1dd772df9cc3d1c32235f6dc56340))
32
- * revert exclude pkg count check and remove console warnings ([0867905](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/08679056d4f38a300624cc61ac1fdbf4a064bd76))
33
-
34
-
35
-
36
-
37
-
38
- ## [0.2.3](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.2.0...@rhc-shared-components/packages-table@0.2.3) (2022-06-16)
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * fixing bad set state on filterable table>ecoselect ([f7fa11e](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/f7fa11e250243c5341165fe5dd8d93c85ad93e71))
44
- * revert exclude pkg count check and remove console warnings ([0867905](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/08679056d4f38a300624cc61ac1fdbf4a064bd76))
45
-
46
-
47
-
48
-
49
-
50
- # [0.2.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.0.1...@rhc-shared-components/packages-table@0.2.0) (2022-06-14)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * replacing old pfe elements with new ones for vulnerability components ([60ca9ff](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/60ca9ffd0faf29dc571999e42e6ca961aee69c3a))
56
-
57
-
58
- ### Features
59
-
60
- * add new packages table component ([baac2c0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/baac2c056bdb91386884a1a8b8f00e31f7af1a77))
61
-
62
-
63
-
64
-
65
-
66
- # [0.1.0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/compare/@rhc-shared-components/packages-table@0.0.1...@rhc-shared-components/packages-table@0.1.0) (2022-06-08)
67
-
68
-
69
- ### Features
70
-
71
- * add new packages table component ([baac2c0](https://gitlab.cee.redhat.com/customer-platform/rhc-shared-components/commit/baac2c056bdb91386884a1a8b8f00e31f7af1a77))
72
-
73
-
74
-
75
-
76
-
77
- ## 0.0.1 (2022-05-04)
78
-
79
- **Note:** Version bump only for package @rhc-shared-components/packages-table