@riab/cpm-archiving 1.0.12 → 1.0.13-beta.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.
- package/dist/cpm-archiving.js +198 -154
- package/package.json +12 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riab/cpm-archiving",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13-beta.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cpm-archiving.js",
|
|
7
7
|
"module": "dist/cpm-archiving.js",
|
|
@@ -21,21 +21,21 @@
|
|
|
21
21
|
"format": "prettier",
|
|
22
22
|
"check": "prettier --write . && eslint --fix"
|
|
23
23
|
},
|
|
24
|
-
"
|
|
24
|
+
"devDependencies": {
|
|
25
|
+
"@emotion/cache": "^11.14.0",
|
|
26
|
+
"@emotion/react": "^11.14.0",
|
|
25
27
|
"@faker-js/faker": "^9.6.0",
|
|
26
|
-
"@progress/kendo-react-buttons": "^10.2.0",
|
|
27
28
|
"@progress/kendo-react-common": "^10.2.0",
|
|
28
29
|
"@progress/kendo-react-dialogs": "^10.2.0",
|
|
29
30
|
"@progress/kendo-svg-icons": "^4.3.0",
|
|
30
31
|
"@progress/kendo-theme-default": "^10.2.0",
|
|
31
32
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
32
33
|
"@sentry/react": "^9.19.0",
|
|
33
|
-
"@tailwindcss/vite": "^4.
|
|
34
|
+
"@tailwindcss/vite": "^4.1.14",
|
|
35
|
+
"@tanstack/eslint-config": "^0.2.0",
|
|
34
36
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
35
37
|
"@tanstack/react-query": "^5.66.5",
|
|
36
|
-
"@tanstack/react-query-devtools": "^5.66.5",
|
|
37
38
|
"@tanstack/react-router": "^1.114.3",
|
|
38
|
-
"@tanstack/react-router-devtools": "^1.114.3",
|
|
39
39
|
"@tanstack/react-table": "^8.21.2",
|
|
40
40
|
"@testing-library/dom": "^10.4.0",
|
|
41
41
|
"@testing-library/react": "^16.3.0",
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"@types/react-date-range": "^1.4.10",
|
|
44
44
|
"@types/react-dom": "^19.0.3",
|
|
45
45
|
"@vitejs/plugin-react": "^4.3.4",
|
|
46
|
-
"cross-env": "^10.1.0",
|
|
47
46
|
"date-fns": "^4.1.0",
|
|
48
47
|
"html-react-parser": "^5.2.6",
|
|
49
48
|
"react-date-range": "^2.0.1",
|
|
@@ -51,25 +50,16 @@
|
|
|
51
50
|
"react-hot-toast": "^2.5.2",
|
|
52
51
|
"react-select": "^5.10.2",
|
|
53
52
|
"react-social-media-embed": "^2.5.18",
|
|
53
|
+
"react-tooltip": "^5.29.1",
|
|
54
54
|
"react-tweet": "^3.2.2",
|
|
55
|
-
"tailwindcss": "^4.
|
|
56
|
-
"use-debounce": "^10.0.5",
|
|
57
|
-
"zustand": "^5.0.5"
|
|
58
|
-
},
|
|
59
|
-
"devDependencies": {
|
|
60
|
-
"@tanstack/eslint-config": "^0.2.0",
|
|
61
|
-
"@testing-library/dom": "^10.4.0",
|
|
62
|
-
"@testing-library/react": "^16.2.0",
|
|
63
|
-
"@types/react": "^19.0.8",
|
|
64
|
-
"@types/react-dom": "^19.0.3",
|
|
65
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
66
|
-
"jsdom": "^26.0.0",
|
|
67
|
-
"prettier": "^3.5.3",
|
|
55
|
+
"tailwindcss": "^4.1.14",
|
|
68
56
|
"typescript": "~5.6.2",
|
|
69
|
-
"
|
|
57
|
+
"use-debounce": "^10.0.5",
|
|
58
|
+
"vite": "^7.1.0",
|
|
70
59
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
71
60
|
"vitest": "^3.0.5",
|
|
72
|
-
"web-vitals": "^4.2.4"
|
|
61
|
+
"web-vitals": "^4.2.4",
|
|
62
|
+
"zustand": "^5.0.8"
|
|
73
63
|
},
|
|
74
64
|
"peerDependencies": {
|
|
75
65
|
"react": "^19.0.0",
|