@riab/cpm-archiving 1.0.13-beta.22 → 1.0.13-beta.24
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 +246 -167
- package/dist/index.html +1 -1
- package/package.json +12 -22
package/dist/index.html
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<cpm-archiving
|
|
25
25
|
route=""
|
|
26
26
|
environment="development"
|
|
27
|
-
user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+
|
|
27
|
+
user="QZqDeFJCYaoGcFtE0o1OEhKlYlDz+mQI3ix9E3s75mdWR2wqSdvu1fU7s9mcMk9SshVMSZCjwuEgwXNVIfbh+A=="
|
|
28
28
|
></cpm-archiving>
|
|
29
29
|
</body>
|
|
30
30
|
</html>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riab/cpm-archiving",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.13-beta.
|
|
4
|
+
"version": "1.0.13-beta.24",
|
|
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",
|
|
@@ -49,28 +49,18 @@
|
|
|
49
49
|
"react-date-range": "^2.0.1",
|
|
50
50
|
"react-highlight-words": "^0.21.0",
|
|
51
51
|
"react-hot-toast": "^2.5.2",
|
|
52
|
-
"react-imask": "^7.6.1",
|
|
53
52
|
"react-select": "^5.10.2",
|
|
54
53
|
"react-social-media-embed": "^2.5.18",
|
|
54
|
+
"react-tooltip": "^5.29.1",
|
|
55
55
|
"react-tweet": "^3.2.2",
|
|
56
|
-
"tailwindcss": "^4.
|
|
57
|
-
"use-debounce": "^10.0.5",
|
|
58
|
-
"zustand": "^5.0.5"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@tanstack/eslint-config": "^0.2.0",
|
|
62
|
-
"@testing-library/dom": "^10.4.0",
|
|
63
|
-
"@testing-library/react": "^16.2.0",
|
|
64
|
-
"@types/react": "^19.0.8",
|
|
65
|
-
"@types/react-dom": "^19.0.3",
|
|
66
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
67
|
-
"jsdom": "^26.0.0",
|
|
68
|
-
"prettier": "^3.5.3",
|
|
56
|
+
"tailwindcss": "^4.1.14",
|
|
69
57
|
"typescript": "~5.6.2",
|
|
70
|
-
"
|
|
58
|
+
"use-debounce": "^10.0.5",
|
|
59
|
+
"vite": "^7.1.0",
|
|
71
60
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
72
61
|
"vitest": "^3.0.5",
|
|
73
|
-
"web-vitals": "^4.2.4"
|
|
62
|
+
"web-vitals": "^4.2.4",
|
|
63
|
+
"zustand": "^5.0.8"
|
|
74
64
|
},
|
|
75
65
|
"peerDependencies": {
|
|
76
66
|
"react": "^19.0.0",
|