propro-common-components 0.1.315 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/api/useMutate.d.ts +2 -2
- package/dist/propro-common-components.js +4751 -4524
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "propro-common-components",
|
3
|
-
"version": "0.1
|
3
|
+
"version": "0.2.1",
|
4
4
|
"type": "module",
|
5
5
|
"main": "dist/propro-common-components.js",
|
6
6
|
"types": "dist/main.d.ts",
|
@@ -59,6 +59,7 @@
|
|
59
59
|
"react-lottie": "^1.2.4",
|
60
60
|
"react-router-dom": "^6.22.3",
|
61
61
|
"react-toastify": "^10.0.5",
|
62
|
+
"sonner": "^1.7.0",
|
62
63
|
"tailwind-merge": "^2.2.0",
|
63
64
|
"tailwindcss-animate": "^1.0.7",
|
64
65
|
"yup": "^1.4.0"
|
@@ -99,8 +100,8 @@
|
|
99
100
|
"vite-plugin-lib-inject-css": "^1.3.0"
|
100
101
|
},
|
101
102
|
"peerDependencies": {
|
102
|
-
"@tanstack/react-query": "^5.
|
103
|
-
"@tanstack/react-query-devtools": "^5.
|
103
|
+
"@tanstack/react-query": "^5.62.2",
|
104
|
+
"@tanstack/react-query-devtools": "^5.62.2",
|
104
105
|
"axios": "^1.6.7",
|
105
106
|
"react": "^18.2.0",
|
106
107
|
"react-dom": "^18.2.0",
|