denwa-react-shared 1.0.91 → 1.0.93

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,7 +1,7 @@
1
1
  {
2
2
  "name": "denwa-react-shared",
3
3
  "private": false,
4
- "version": "1.0.91",
4
+ "version": "1.0.93",
5
5
  "type": "module",
6
6
  "author": "Denwa",
7
7
  "repository": {
@@ -47,53 +47,52 @@
47
47
  "@dnd-kit/core": "^6.3.1",
48
48
  "@dnd-kit/sortable": "^10.0.0",
49
49
  "@dnd-kit/utilities": "^3.2.2",
50
- "@hookform/resolvers": "^5.0.1",
50
+ "@hookform/resolvers": "^5.2.2",
51
51
  "@iminside/react-yandex-maps": "^1.2.7",
52
52
  "@tanstack/react-router": "^1.120.16",
53
- "antd": "^5.25.4",
54
- "axios": "^1.9.0",
53
+ "antd": "^6.3.7",
54
+ "axios": "^1.16.0",
55
55
  "classnames": "^2.5.1",
56
- "dayjs": "^1.11.13",
56
+ "dayjs": "^1.11.20",
57
57
  "is-hotkey": "^0.2.0",
58
- "libphonenumber-js": "^1.12.9",
59
- "react": "^19.1.0",
60
- "react-dom": "^19.1.0",
61
- "react-hook-form": "^7.57.0",
58
+ "libphonenumber-js": "^1.12.42",
59
+ "react": "^19.2.5",
60
+ "react-dom": "^19.2.5",
61
+ "react-hook-form": "^7.75.0",
62
62
  "react-use": "^17.6.0",
63
63
  "slate": "^0.115.1",
64
64
  "slate-dom": "^0.114.0",
65
65
  "slate-history": "^0.113.1",
66
66
  "slate-react": "^0.114.2",
67
- "validator": "^13.15.15",
68
- "zod": "^3.25.55",
69
- "zustand": "^5.0.5"
67
+ "validator": "^13.15.35",
68
+ "zod": "^4.4.2",
69
+ "zustand": "^5.0.12"
70
70
  },
71
71
  "devDependencies": {
72
- "@eslint/eslintrc": "^3.3.1",
73
- "@eslint/js": "^9.28.0",
72
+ "@eslint/js": "^10.0.1",
74
73
  "@types/is-hotkey": "^0.1.10",
75
- "@types/react": "^19.1.6",
76
- "@types/react-dom": "^19.1.6",
77
- "@types/validator": "^13.15.1",
74
+ "@types/react": "^19.2.14",
75
+ "@types/react-dom": "^19.2.3",
76
+ "@types/validator": "^13.15.10",
78
77
  "@tanstack/intent": "latest",
79
78
  "@vitejs/plugin-react-swc": "^3.10.1",
80
- "autoprefixer": "^10.4.21",
81
- "eslint": "^9.28.0",
82
- "eslint-config-prettier": "^10.1.5",
83
- "eslint-plugin-prettier": "^5.4.1",
84
- "eslint-plugin-react-hooks": "^5.2.0",
85
- "eslint-plugin-react-refresh": "^0.4.20",
86
- "globals": "^16.2.0",
87
- "postcss": "^8.5.4",
79
+ "autoprefixer": "^10.5.0",
80
+ "eslint": "^10.3.0",
81
+ "eslint-config-prettier": "^10.1.8",
82
+ "eslint-plugin-prettier": "^5.5.5",
83
+ "eslint-plugin-react-hooks": "^7.1.1",
84
+ "eslint-plugin-react-refresh": "^0.5.2",
85
+ "globals": "^17.6.0",
86
+ "postcss": "^8.5.13",
88
87
  "postcss-cli": "^11.0.1",
89
- "postcss-custom-media": "^11.0.6",
90
- "postcss-import": "^16.1.0",
91
- "postcss-nesting": "^13.0.1",
92
- "prettier": "^3.5.3",
88
+ "postcss-custom-media": "^12.0.1",
89
+ "postcss-import": "^16.1.1",
90
+ "postcss-nesting": "^14.0.0",
91
+ "prettier": "^3.8.3",
93
92
  "standard-version": "^9.5.0",
94
93
  "typescript": "~5.8.3",
95
- "typescript-eslint": "^8.33.1",
96
- "vite": "^6.3.5",
94
+ "typescript-eslint": "^8.59.1",
95
+ "vite": "^8.0.10",
97
96
  "vite-plugin-dts": "^4.5.4"
98
97
  }
99
98
  }