@fraku/video 0.1.86 → 0.1.87
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/components/DockButton/DockButton.d.ts +2 -1
- package/dist/i18n/locales/ca.json.d.ts +2 -2
- package/dist/i18n/locales/de.json.d.ts +2 -2
- package/dist/i18n/locales/en.json.d.ts +2 -2
- package/dist/i18n/locales/es.json.d.ts +2 -2
- package/dist/i18n/locales/fr.json.d.ts +2 -2
- package/dist/index.cjs +80 -80
- package/dist/index.js +7694 -7676
- package/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fraku/video",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.87",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -44,62 +44,62 @@
|
|
|
44
44
|
"prepare": "husky install"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
+
"primereact": "^10.9.6",
|
|
47
48
|
"react": "^18.2.0",
|
|
48
|
-
"react-dom": "^18.2.0"
|
|
49
|
-
"primereact": "^10.9.6"
|
|
49
|
+
"react-dom": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@zoom/videosdk": "^2.4.2",
|
|
53
53
|
"classnames": "^2.5.1",
|
|
54
54
|
"clsx": "^2.1.1",
|
|
55
55
|
"i18n": "^0.15.3",
|
|
56
|
-
"i18next": "^26.0
|
|
56
|
+
"i18next": "^26.1.0",
|
|
57
57
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
58
|
-
"jsrsasign": "^11.1.
|
|
58
|
+
"jsrsasign": "^11.1.3",
|
|
59
59
|
"primeicons": "^7.0.0",
|
|
60
|
-
"react-i18next": "^17.0.
|
|
60
|
+
"react-i18next": "^17.0.7",
|
|
61
61
|
"react-use": "^17.6.0",
|
|
62
62
|
"styled-components": "^5.3.11",
|
|
63
|
-
"tailwind-merge": "^3.
|
|
64
|
-
"uuid": "^
|
|
63
|
+
"tailwind-merge": "^3.6.0",
|
|
64
|
+
"uuid": "^14.0.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@playwright/test": "^1.
|
|
68
|
-
"@storybook/react-vite": "^10.3.
|
|
67
|
+
"@playwright/test": "^1.60.0",
|
|
68
|
+
"@storybook/react-vite": "^10.3.6",
|
|
69
69
|
"@storybook/test-runner": "^0.24.3",
|
|
70
70
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
71
71
|
"@testing-library/jest-dom": "^6.9.1",
|
|
72
72
|
"@testing-library/react": "^16.3.2",
|
|
73
73
|
"@types/jsrsasign": "^10.5.15",
|
|
74
|
-
"@types/node": "^25.0
|
|
75
|
-
"@types/react": "^18.
|
|
74
|
+
"@types/node": "^25.7.0",
|
|
75
|
+
"@types/react": "^18.3.28",
|
|
76
76
|
"@types/react-dom": "^18.2.17",
|
|
77
77
|
"@types/styled-components": "^5.1.36",
|
|
78
78
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
79
79
|
"@typescript-eslint/parser": "^6.14.0",
|
|
80
80
|
"@vitejs/plugin-react": "^4.3.4",
|
|
81
|
-
"@vitest/coverage-v8": "^4.1.
|
|
82
|
-
"@vitest/ui": "^4.1.
|
|
83
|
-
"autoprefixer": "^10.
|
|
84
|
-
"baseline-browser-mapping": "^2.10.
|
|
81
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
82
|
+
"@vitest/ui": "^4.1.6",
|
|
83
|
+
"autoprefixer": "^10.5.0",
|
|
84
|
+
"baseline-browser-mapping": "^2.10.29",
|
|
85
85
|
"eslint": "^8.55.0",
|
|
86
86
|
"eslint-plugin-react": "^7.37.5",
|
|
87
87
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
88
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
89
|
-
"eslint-plugin-storybook": "^10.3.
|
|
88
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
89
|
+
"eslint-plugin-storybook": "^10.3.6",
|
|
90
90
|
"husky": "^9.1.7",
|
|
91
91
|
"jsdom": "^27.4.0",
|
|
92
|
-
"postcss": "^8.5.
|
|
92
|
+
"postcss": "^8.5.14",
|
|
93
93
|
"primereact": "^10.9.6",
|
|
94
94
|
"react": "^18.2.0",
|
|
95
95
|
"react-dom": "^18.2.0",
|
|
96
|
-
"storybook": "^10.3.
|
|
97
|
-
"tailwindcss": "^3.4.
|
|
96
|
+
"storybook": "^10.3.6",
|
|
97
|
+
"tailwindcss": "^3.4.19",
|
|
98
98
|
"typescript": "^5.2.2",
|
|
99
99
|
"vite": "^6.0.7",
|
|
100
100
|
"vite-plugin-dts": "^3.6.4",
|
|
101
101
|
"vite-plugin-static-copy": "^3.4.0",
|
|
102
|
-
"vitest": "^4.1.
|
|
102
|
+
"vitest": "^4.1.6"
|
|
103
103
|
},
|
|
104
104
|
"keywords": [
|
|
105
105
|
"react",
|