@riab/cpm-archiving 1.0.12-beta.2 → 1.0.12-beta.3
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 +154 -198
- package/package.json +22 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@riab/cpm-archiving",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.12-beta.
|
|
4
|
+
"version": "1.0.12-beta.3",
|
|
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
|
-
"
|
|
25
|
-
"@emotion/cache": "^11.14.0",
|
|
26
|
-
"@emotion/react": "^11.14.0",
|
|
24
|
+
"dependencies": {
|
|
27
25
|
"@faker-js/faker": "^9.6.0",
|
|
26
|
+
"@progress/kendo-react-buttons": "^10.2.0",
|
|
28
27
|
"@progress/kendo-react-common": "^10.2.0",
|
|
29
28
|
"@progress/kendo-react-dialogs": "^10.2.0",
|
|
30
29
|
"@progress/kendo-svg-icons": "^4.3.0",
|
|
31
30
|
"@progress/kendo-theme-default": "^10.2.0",
|
|
32
31
|
"@r2wc/react-to-web-component": "^2.0.4",
|
|
33
32
|
"@sentry/react": "^9.19.0",
|
|
34
|
-
"@tailwindcss/vite": "^4.
|
|
35
|
-
"@tanstack/eslint-config": "^0.2.0",
|
|
33
|
+
"@tailwindcss/vite": "^4.0.6",
|
|
36
34
|
"@tanstack/match-sorter-utils": "^8.19.4",
|
|
37
35
|
"@tanstack/react-query": "^5.66.5",
|
|
36
|
+
"@tanstack/react-query-devtools": "^5.66.5",
|
|
38
37
|
"@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,6 +43,7 @@
|
|
|
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",
|
|
46
47
|
"date-fns": "^4.1.0",
|
|
47
48
|
"html-react-parser": "^5.2.6",
|
|
48
49
|
"react-date-range": "^2.0.1",
|
|
@@ -50,16 +51,25 @@
|
|
|
50
51
|
"react-hot-toast": "^2.5.2",
|
|
51
52
|
"react-select": "^5.10.2",
|
|
52
53
|
"react-social-media-embed": "^2.5.18",
|
|
53
|
-
"react-tooltip": "^5.29.1",
|
|
54
54
|
"react-tweet": "^3.2.2",
|
|
55
|
-
"tailwindcss": "^4.
|
|
56
|
-
"typescript": "~5.6.2",
|
|
55
|
+
"tailwindcss": "^4.0.6",
|
|
57
56
|
"use-debounce": "^10.0.5",
|
|
58
|
-
"
|
|
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",
|
|
68
|
+
"typescript": "~5.6.2",
|
|
69
|
+
"vite": "^6.1.0",
|
|
59
70
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
60
71
|
"vitest": "^3.0.5",
|
|
61
|
-
"web-vitals": "^4.2.4"
|
|
62
|
-
"zustand": "^5.0.8"
|
|
72
|
+
"web-vitals": "^4.2.4"
|
|
63
73
|
},
|
|
64
74
|
"peerDependencies": {
|
|
65
75
|
"react": "^19.0.0",
|