aquasis-fe-components 3.2.4 → 3.2.5
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/aquasis-fe-components.js +13834 -13129
- package/dist/aquasis-fe-components.umd.cjs +114 -116
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aquasis-fe-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"author": "Ewerton Souza",
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"@tanstack/react-query": "^5.90.21",
|
|
10
|
-
"i18next": "^25.8.0",
|
|
10
|
+
"i18next": "^25.8.0 || ^26.0.0",
|
|
11
11
|
"react": "^19.0.0",
|
|
12
12
|
"react-dom": "^19.0.0",
|
|
13
|
-
"react-i18next": "^16.5.4"
|
|
13
|
+
"react-i18next": "^16.5.4 || ^17.0.0"
|
|
14
14
|
},
|
|
15
15
|
"files": [
|
|
16
16
|
"dist"
|
|
@@ -51,40 +51,40 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@tanstack/react-query": "^5.100.
|
|
54
|
+
"@tanstack/react-query": "^5.100.11",
|
|
55
55
|
"@types/hoist-non-react-statics": "^3.3.7",
|
|
56
56
|
"@types/lodash": "^4.17.24",
|
|
57
|
-
"@types/node": "^25.
|
|
58
|
-
"@types/react": "^19.2.
|
|
57
|
+
"@types/node": "^25.9.1",
|
|
58
|
+
"@types/react": "^19.2.15",
|
|
59
59
|
"@types/react-dom": "^19.2.3",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
61
|
-
"@typescript-eslint/parser": "^8.59.
|
|
62
|
-
"@vitejs/plugin-react": "^6.0.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
61
|
+
"@typescript-eslint/parser": "^8.59.4",
|
|
62
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
63
63
|
"dotenv-cli": "^11.0.0",
|
|
64
|
-
"eslint": "^10.
|
|
64
|
+
"eslint": "^10.4.0",
|
|
65
65
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
66
66
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
67
|
-
"i18next": "^26.0
|
|
67
|
+
"i18next": "^26.2.0",
|
|
68
68
|
"react": "^19.2.6",
|
|
69
69
|
"react-dom": "^19.2.6",
|
|
70
|
-
"react-i18next": "^17.0.
|
|
70
|
+
"react-i18next": "^17.0.8",
|
|
71
71
|
"sass": "^1.99.0",
|
|
72
72
|
"typescript": "^6.0.3",
|
|
73
|
-
"vite": "^8.0.
|
|
74
|
-
"vite-plugin-dts": "^5.0.
|
|
73
|
+
"vite": "^8.0.13",
|
|
74
|
+
"vite-plugin-dts": "^5.0.1",
|
|
75
75
|
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@ant-design/icons": "^6.2.
|
|
78
|
+
"@ant-design/icons": "^6.2.3",
|
|
79
79
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
80
80
|
"@fortawesome/free-regular-svg-icons": "^7.2.0",
|
|
81
81
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
82
82
|
"@fortawesome/react-fontawesome": "^3.3.1",
|
|
83
83
|
"@rc-component/trigger": "^3.9.0",
|
|
84
|
-
"@reduxjs/toolkit": "^2.
|
|
84
|
+
"@reduxjs/toolkit": "^2.12.0",
|
|
85
85
|
"@uidotdev/usehooks": "^2.4.1",
|
|
86
|
-
"antd": "^6.3
|
|
87
|
-
"axios": "^1.16.
|
|
86
|
+
"antd": "^6.4.3",
|
|
87
|
+
"axios": "^1.16.1",
|
|
88
88
|
"classnames": "^2.5.1",
|
|
89
89
|
"dayjs": "^1.11.20",
|
|
90
90
|
"hoist-non-react-statics": "^3.3.2",
|
|
@@ -92,8 +92,8 @@
|
|
|
92
92
|
"lodash": "^4.18.1",
|
|
93
93
|
"rc-motion": "^2.9.5",
|
|
94
94
|
"rc-resize-observer": "^1.4.3",
|
|
95
|
-
"react-redux": "^9.
|
|
96
|
-
"react-router-dom": "^7.15.
|
|
95
|
+
"react-redux": "^9.3.0",
|
|
96
|
+
"react-router-dom": "^7.15.1",
|
|
97
97
|
"redux": "^5.0.1",
|
|
98
98
|
"universal-cookie": "^8.1.2"
|
|
99
99
|
},
|