jamespot-front-business 1.2.62 → 1.3.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/types.d.ts +1 -1
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -1792,7 +1792,7 @@ declare const Calendar: {
|
|
|
1792
1792
|
fulfilledMeta?: unknown;
|
|
1793
1793
|
rejectedMeta?: unknown;
|
|
1794
1794
|
}>;
|
|
1795
|
-
setTypes: _reduxjs_toolkit.AsyncThunk<boolean, ("
|
|
1795
|
+
setTypes: _reduxjs_toolkit.AsyncThunk<boolean, ("socialEvent" | "meeting" | "animatedMeeting" | "boardCard")[], {
|
|
1796
1796
|
dispatch: AppDispatch;
|
|
1797
1797
|
state: RootState$1;
|
|
1798
1798
|
extra: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-front-business",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "typescript utils",
|
|
5
5
|
"main": "dist/cjs.js",
|
|
6
6
|
"module": "dist/esm.js",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@changesets/cli": "^2.29.7",
|
|
21
21
|
"@reduxjs/toolkit": "^1.9.7",
|
|
22
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
22
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
23
23
|
"@rollup/plugin-json": "^6.1.0",
|
|
24
|
-
"@rollup/plugin-typescript": "^12.
|
|
24
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
25
25
|
"@types/jest": "^30.0.0",
|
|
26
26
|
"@types/react": "^18.3.26",
|
|
27
27
|
"@types/uuid": "^10.0.0",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"eslint-config-prettier": "^8.10.2",
|
|
32
32
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
33
33
|
"eslint-plugin-import": "^2.32.0",
|
|
34
|
-
"jamespot-user-api": "^1.
|
|
34
|
+
"jamespot-user-api": "^1.3.1",
|
|
35
35
|
"jest": "^30.2.0",
|
|
36
36
|
"jest-environment-jsdom": "^30.2.0",
|
|
37
|
-
"knip": "^5.66.
|
|
37
|
+
"knip": "^5.66.4",
|
|
38
38
|
"prettier": "^3.6.2",
|
|
39
39
|
"react": "^18.3.1",
|
|
40
40
|
"react-intl": "7.1.11",
|
|
41
41
|
"react-redux": "^8.1.3",
|
|
42
42
|
"redux": "^4.2.1",
|
|
43
|
-
"rollup": "^4.52.
|
|
43
|
+
"rollup": "^4.52.5",
|
|
44
44
|
"rollup-plugin-dts": "^6.2.3",
|
|
45
45
|
"ts-jest": "^29.4.5",
|
|
46
46
|
"tslib": "^2.8.1",
|