@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react5/ui",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "A React UI library.",
5
5
  "homepage": "https://github.com/react5com/ui#readme",
6
6
  "bugs": {
@@ -12,23 +12,23 @@
12
12
  "test": "jest"
13
13
  },
14
14
  "dependencies": {
15
- "react": "^19.2.3",
16
- "react-dom": "^19.2.3",
15
+ "react": "^19.2.4",
16
+ "react-dom": "^19.2.4",
17
17
  "@react5/lib": "*",
18
- "i18next": "^25.7.4",
19
- "react-i18next": "^16.5.3"
18
+ "i18next": "^25.8.4",
19
+ "react-i18next": "^16.5.4"
20
20
  },
21
21
  "devDependencies": {
22
- "@eslint/js": "^9.39.2",
23
- "@types/react": "^19.2.8",
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.2",
26
- "eslint": "^9.39.2",
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.4.26",
29
- "globals": "^17.0.0",
28
+ "eslint-plugin-react-refresh": "^0.5.0",
29
+ "globals": "^17.3.0",
30
30
  "typescript": "^5.9.3",
31
- "typescript-eslint": "^8.53.0",
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.34"
25
+ "@react5/time-span": "^0.3.36"
26
26
  },
27
27
  "devDependencies": {
28
- "@babel/core": "^7.28.6",
28
+ "@babel/core": "^7.29.0",
29
29
  "@babel/eslint-parser": "^7.28.6",
30
- "@babel/plugin-transform-runtime": "^7.28.5",
31
- "@babel/preset-env": "^7.28.6",
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.1",
35
+ "@testing-library/react": "^16.3.2",
36
36
  "@types/jest": "^30.0.0",
37
- "@types/react": "^19.2.8",
37
+ "@types/react": "^19.2.13",
38
38
  "@types/react-dom": "^19.2.3",
39
- "@typescript-eslint/eslint-plugin": "^8.53.0",
40
- "@typescript-eslint/parser": "^8.53.0",
41
- "eslint": "^9.39.2",
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.0",
46
+ "prettier": "^3.8.1",
47
47
  "prettier-eslint": "^16.4.2",
48
- "react": "^19.2.3",
49
- "react-dom": "^19.2.3",
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.55.1",
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.2",
67
- "i18next": "^25.7.4",
68
- "react-i18next": "^16.5.3",
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.12.0",
70
+ "react-router": "^7.13.0",
71
71
  "@react5/time-span": "^0.3.36",
72
- "@storybook/addon-links": "^10.1.11",
73
- "@storybook/addon-onboarding": "^10.1.11",
74
- "@storybook/react": "^10.1.11",
75
- "@storybook/react-vite": "^10.1.11",
76
- "@vitejs/plugin-react": "^5.1.2",
77
- "eslint-plugin-storybook": "^10.1.11",
78
- "storybook": "^10.1.11",
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.4",
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"
@@ -13,7 +13,7 @@
13
13
  "type": "commonjs",
14
14
  "description": "",
15
15
  "devDependencies": {
16
- "@playwright/test": "^1.57.0",
17
- "@types/node": "^25.0.9"
16
+ "@playwright/test": "^1.58.2",
17
+ "@types/node": "^25.2.2"
18
18
  }
19
19
  }