Skip to content

Commit 1c9ecb1

Browse files
committed
feat(integrations): bump drauu and universal-cookie major version
1 parent 489a9ff commit 1c9ecb1

File tree

3 files changed

+558
-203
lines changed

3 files changed

+558
-203
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"gray-matter": "^4.0.3",
7979
"js-yaml": "^4.1.0",
8080
"jsdom": "^24.1.0",
81-
"lint-staged": "^15.2.6",
81+
"lint-staged": "^15.2.7",
8282
"markdown-table": "^3.0.3",
8383
"md5": "^2.3.0",
8484
"msw": "^2.3.0",
@@ -101,7 +101,7 @@
101101
"simple-git-hooks": "^2.11.1",
102102
"taze": "^0.13.8",
103103
"typescript": "^5.4.5",
104-
"unocss": "^0.60.4",
104+
"unocss": "^0.61.0",
105105
"unplugin-icons": "^0.19.0",
106106
"unplugin-vue-components": "^0.27.0",
107107
"vite": "^5.2.13",

packages/integrations/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@
9696
"async-validator": "^4",
9797
"axios": "^1",
9898
"change-case": "^5",
99-
"drauu": "^0.3",
99+
"drauu": "^0.4",
100100
"focus-trap": "^7",
101101
"fuse.js": "^7",
102102
"idb-keyval": "^6",
103103
"jwt-decode": "^4",
104104
"nprogress": "^0.2",
105105
"qrcode": "^1.5",
106106
"sortablejs": "^1",
107-
"universal-cookie": "^6"
107+
"universal-cookie": "^7"
108108
},
109109
"peerDependenciesMeta": {
110110
"async-validator": {
@@ -155,15 +155,15 @@
155155
"@types/sortablejs": "^1.15.8",
156156
"async-validator": "^4.2.5",
157157
"axios": "^1.7.2",
158-
"change-case": "^5.3.0",
159-
"drauu": "^0.3.7",
158+
"change-case": "^5.4.4",
159+
"drauu": "^0.4.0",
160160
"focus-trap": "^7.5.4",
161161
"fuse.js": "^7.0.0",
162162
"idb-keyval": "^6.2.1",
163163
"jwt-decode": "^4.0.0",
164164
"nprogress": "^0.2.0",
165165
"qrcode": "^1.5.3",
166166
"sortablejs": "^1.15.2",
167-
"universal-cookie": "^6.1.3"
167+
"universal-cookie": "^7.1.4"
168168
}
169169
}

0 commit comments

Comments
 (0)