We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85781fc commit 2f67ac7Copy full SHA for 2f67ac7
1 file changed
packages/integrations/package.json
@@ -93,18 +93,18 @@
93
"jsdelivr": "./index.iife.min.js",
94
"types": "./index.d.cts",
95
"peerDependencies": {
96
- "async-validator": "*",
97
- "axios": "*",
98
- "change-case": "*",
99
- "drauu": "*",
100
- "focus-trap": "*",
101
- "fuse.js": "*",
102
- "idb-keyval": "*",
103
- "jwt-decode": "*",
104
- "nprogress": "*",
105
- "qrcode": "*",
106
- "sortablejs": "*",
107
- "universal-cookie": "*"
+ "async-validator": "^4",
+ "axios": "^1",
+ "change-case": "^4",
+ "drauu": "^0.3",
+ "focus-trap": "^7",
+ "fuse.js": "^6",
+ "idb-keyval": "^6",
+ "jwt-decode": "^3",
+ "nprogress": "^0.2",
+ "qrcode": "^1.5",
+ "sortablejs": "^1",
+ "universal-cookie": "^6"
108
},
109
"peerDependenciesMeta": {
110
"async-validator": {
0 commit comments