@react5/ui 1.0.31 → 1.0.32
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/package.json +1 -1
- package/packages/app/package.json +11 -11
- package/packages/lib/package.json +25 -25
- package/packages/ui-test/package.json +2 -2
package/package.json
CHANGED
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
"test": "jest"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"react": "^19.2.
|
|
16
|
-
"react-dom": "^19.2.
|
|
15
|
+
"react": "^19.2.4",
|
|
16
|
+
"react-dom": "^19.2.4",
|
|
17
17
|
"@react5/lib": "*",
|
|
18
|
-
"i18next": "^25.
|
|
19
|
-
"react-i18next": "^16.5.
|
|
18
|
+
"i18next": "^25.8.4",
|
|
19
|
+
"react-i18next": "^16.5.4"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@eslint/js": "^
|
|
23
|
-
"@types/react": "^19.2.
|
|
22
|
+
"@eslint/js": "^10.0.1",
|
|
23
|
+
"@types/react": "^19.2.13",
|
|
24
24
|
"@types/react-dom": "^19.2.3",
|
|
25
|
-
"@vitejs/plugin-react": "^5.1.
|
|
26
|
-
"eslint": "^
|
|
25
|
+
"@vitejs/plugin-react": "^5.1.3",
|
|
26
|
+
"eslint": "^10.0.0",
|
|
27
27
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
28
|
-
"eslint-plugin-react-refresh": "^0.
|
|
29
|
-
"globals": "^17.
|
|
28
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
29
|
+
"globals": "^17.3.0",
|
|
30
30
|
"typescript": "^5.9.3",
|
|
31
|
-
"typescript-eslint": "^8.
|
|
31
|
+
"typescript-eslint": "^8.54.0",
|
|
32
32
|
"vite": "^7.3.1",
|
|
33
33
|
"jest": "^30.2.0",
|
|
34
34
|
"ts-jest": "^29.4.6"
|
|
@@ -22,31 +22,31 @@
|
|
|
22
22
|
"react-i18next": ">=15",
|
|
23
23
|
"react-icons": ">=5",
|
|
24
24
|
"react-router": ">=7",
|
|
25
|
-
"@react5/time-span": "^0.3.
|
|
25
|
+
"@react5/time-span": "^0.3.36"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@babel/core": "^7.
|
|
28
|
+
"@babel/core": "^7.29.0",
|
|
29
29
|
"@babel/eslint-parser": "^7.28.6",
|
|
30
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
31
|
-
"@babel/preset-env": "^7.
|
|
30
|
+
"@babel/plugin-transform-runtime": "^7.29.0",
|
|
31
|
+
"@babel/preset-env": "^7.29.0",
|
|
32
32
|
"@babel/preset-react": "^7.28.5",
|
|
33
33
|
"@babel/preset-typescript": "^7.28.5",
|
|
34
34
|
"@babel/runtime": "^7.28.6",
|
|
35
|
-
"@testing-library/react": "^16.3.
|
|
35
|
+
"@testing-library/react": "^16.3.2",
|
|
36
36
|
"@types/jest": "^30.0.0",
|
|
37
|
-
"@types/react": "^19.2.
|
|
37
|
+
"@types/react": "^19.2.13",
|
|
38
38
|
"@types/react-dom": "^19.2.3",
|
|
39
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
40
|
-
"@typescript-eslint/parser": "^8.
|
|
41
|
-
"eslint": "^
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^8.54.0",
|
|
40
|
+
"@typescript-eslint/parser": "^8.54.0",
|
|
41
|
+
"eslint": "^10.0.0",
|
|
42
42
|
"eslint-plugin-react": "^7.37.5",
|
|
43
43
|
"eslint-plugin-prettier": "^5.5.5",
|
|
44
44
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
45
45
|
"jest": "^30.2.0",
|
|
46
|
-
"prettier": "^3.8.
|
|
46
|
+
"prettier": "^3.8.1",
|
|
47
47
|
"prettier-eslint": "^16.4.2",
|
|
48
|
-
"react": "^19.2.
|
|
49
|
-
"react-dom": "^19.2.
|
|
48
|
+
"react": "^19.2.4",
|
|
49
|
+
"react-dom": "^19.2.4",
|
|
50
50
|
"babel-jest": "^30.2.0",
|
|
51
51
|
"ts-jest": "^29.4.6",
|
|
52
52
|
"typescript": "^5.9.3",
|
|
@@ -60,24 +60,24 @@
|
|
|
60
60
|
"@svgr/rollup": "^8.1.0",
|
|
61
61
|
"@react5/bundle-sass": "^0.5.9",
|
|
62
62
|
"postcss": "^8.5.6",
|
|
63
|
-
"rollup": "^4.
|
|
63
|
+
"rollup": "^4.57.1",
|
|
64
64
|
"jest-environment-jsdom": "^30.2.0",
|
|
65
65
|
"npm-run-all": "^4.1.5",
|
|
66
|
-
"sass-embedded": "^1.97.
|
|
67
|
-
"i18next": "^25.
|
|
68
|
-
"react-i18next": "^16.5.
|
|
66
|
+
"sass-embedded": "^1.97.3",
|
|
67
|
+
"i18next": "^25.8.4",
|
|
68
|
+
"react-i18next": "^16.5.4",
|
|
69
69
|
"react-icons": "^5.5.0",
|
|
70
|
-
"react-router": "^7.
|
|
70
|
+
"react-router": "^7.13.0",
|
|
71
71
|
"@react5/time-span": "^0.3.36",
|
|
72
|
-
"@storybook/addon-links": "^10.
|
|
73
|
-
"@storybook/addon-onboarding": "^10.
|
|
74
|
-
"@storybook/react": "^10.
|
|
75
|
-
"@storybook/react-vite": "^10.
|
|
76
|
-
"@vitejs/plugin-react": "^5.1.
|
|
77
|
-
"eslint-plugin-storybook": "^10.
|
|
78
|
-
"storybook": "^10.
|
|
72
|
+
"@storybook/addon-links": "^10.2.7",
|
|
73
|
+
"@storybook/addon-onboarding": "^10.2.7",
|
|
74
|
+
"@storybook/react": "^10.2.7",
|
|
75
|
+
"@storybook/react-vite": "^10.2.7",
|
|
76
|
+
"@vitejs/plugin-react": "^5.1.3",
|
|
77
|
+
"eslint-plugin-storybook": "^10.2.7",
|
|
78
|
+
"storybook": "^10.2.7",
|
|
79
79
|
"vite": "^7.3.1",
|
|
80
|
-
"plop": "^4.0.
|
|
80
|
+
"plop": "^4.0.5",
|
|
81
81
|
"@testing-library/dom": "^10.4.1",
|
|
82
82
|
"identity-obj-proxy": "^3.0.0",
|
|
83
83
|
"vite-plugin-svgr": "^4.5.0"
|