jamespot-react-components 1.3.72 → 1.3.74
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/jamespot-react-components/src/components/Editors/components/EditorImageUpload.d.ts +3 -2
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +6 -34
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +25 -10
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +3 -17
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +2 -2
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +18 -11
- package/dist/jamespot-react-components/src/components/Form/Input/JRCInputImage/types.d.ts +12 -1
- package/dist/jamespot-react-components/src/components/JRCCalendar/JRCEventStatusButton.d.ts +2 -1
- package/dist/jamespot-react-components/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +1 -1
- package/dist/jamespot-react-components/src/types.d.ts +1 -1
- package/dist/jamespot-react-components.cjs +343 -343
- package/dist/jamespot-react-components.js +6280 -6145
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.74",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/jamespot-react-components.cjs",
|
|
6
6
|
"module": "dist/jamespot-react-components.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@chromatic-com/storybook": "^4.1.3",
|
|
33
|
-
"@eslint/js": "^9.39.
|
|
33
|
+
"@eslint/js": "^9.39.4",
|
|
34
34
|
"@fullcalendar/core": "^6.1.20",
|
|
35
35
|
"@fullcalendar/daygrid": "^6.1.20",
|
|
36
36
|
"@fullcalendar/interaction": "^6.1.20",
|
|
@@ -56,19 +56,19 @@
|
|
|
56
56
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
57
57
|
"@types/chroma-js": "^2.4.5",
|
|
58
58
|
"@types/jest": "^30.0.0",
|
|
59
|
-
"@types/node": "^24.
|
|
60
|
-
"@types/react": "^19.2.
|
|
59
|
+
"@types/node": "^24.12.0",
|
|
60
|
+
"@types/react": "^19.2.14",
|
|
61
61
|
"@types/react-dom": "^19.2.3",
|
|
62
62
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
63
63
|
"@types/uuid": "^10.0.0",
|
|
64
|
-
"@vitejs/plugin-react": "^5.
|
|
64
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
65
65
|
"chroma-js": "^3.2.0",
|
|
66
66
|
"classnames": "^2.5.1",
|
|
67
67
|
"concurrently": "^9.2.1",
|
|
68
68
|
"cross-env": "^10.1.0",
|
|
69
69
|
"date-fns": "^4.1.0",
|
|
70
|
-
"dompurify": "^3.3.
|
|
71
|
-
"eslint": "^9.39.
|
|
70
|
+
"dompurify": "^3.3.3",
|
|
71
|
+
"eslint": "^9.39.4",
|
|
72
72
|
"eslint-config-prettier": "^10.1.8",
|
|
73
73
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
74
74
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -78,40 +78,40 @@
|
|
|
78
78
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
79
79
|
"globals": "^16.5.0",
|
|
80
80
|
"html2canvas": "^1.4.1",
|
|
81
|
-
"jamespot-front-business": "^1.3.
|
|
82
|
-
"jamespot-user-api": "^1.3.
|
|
83
|
-
"jest": "^30.
|
|
84
|
-
"jest-environment-jsdom": "^30.
|
|
85
|
-
"knip": "^5.
|
|
86
|
-
"lint-staged": "^16.
|
|
81
|
+
"jamespot-front-business": "^1.3.74",
|
|
82
|
+
"jamespot-user-api": "^1.3.74",
|
|
83
|
+
"jest": "^30.3.0",
|
|
84
|
+
"jest-environment-jsdom": "^30.3.0",
|
|
85
|
+
"knip": "^5.88.1",
|
|
86
|
+
"lint-staged": "^16.4.0",
|
|
87
87
|
"nyc": "^17.1.0",
|
|
88
|
-
"playwright": "^1.
|
|
88
|
+
"playwright": "^1.59.0",
|
|
89
89
|
"prettier": "^3.8.1",
|
|
90
|
-
"react": "^19.2.
|
|
91
|
-
"react-day-picker": "^9.
|
|
90
|
+
"react": "^19.2.4",
|
|
91
|
+
"react-day-picker": "^9.14.0",
|
|
92
92
|
"react-dnd": "^14.0.5",
|
|
93
93
|
"react-dnd-html5-backend": "^14.1.0",
|
|
94
94
|
"react-dnd-test-backend": "^16.0.1",
|
|
95
|
-
"react-dom": "^19.2.
|
|
96
|
-
"react-hook-form": "^7.
|
|
95
|
+
"react-dom": "^19.2.4",
|
|
96
|
+
"react-hook-form": "^7.72.0",
|
|
97
97
|
"react-image-crop": "^11.0.10",
|
|
98
98
|
"react-intl": "^7.1.14",
|
|
99
99
|
"react-qr-code": "^2.0.18",
|
|
100
100
|
"react-router-dom": "^6.30.3",
|
|
101
101
|
"react-tooltip": "^5.30.0",
|
|
102
|
-
"react-transition-state": "^2.3.
|
|
102
|
+
"react-transition-state": "^2.3.3",
|
|
103
103
|
"storybook": "9.1.16",
|
|
104
|
-
"styled-components": "^6.3.
|
|
104
|
+
"styled-components": "^6.3.12",
|
|
105
105
|
"tinymce": "7.5.1",
|
|
106
106
|
"ts-jest": "^29.4.6",
|
|
107
107
|
"ts-node": "^10.9.2",
|
|
108
108
|
"typescript": "^5.9.3",
|
|
109
|
-
"typescript-eslint": "^8.
|
|
109
|
+
"typescript-eslint": "^8.58.0",
|
|
110
110
|
"uuid": "^10.0.0",
|
|
111
111
|
"vite": "^7.3.1",
|
|
112
112
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
113
113
|
"vite-plugin-dts": "^4.5.4",
|
|
114
|
-
"wait-on": "^9.0.
|
|
114
|
+
"wait-on": "^9.0.4"
|
|
115
115
|
},
|
|
116
116
|
"lint-staged": {
|
|
117
117
|
"*.{js,jsx,ts,tsx}": [
|