Skip to content

Commit

Permalink
feat(integrations): bump drauu and universal-cookie major version
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 12, 2024
1 parent 489a9ff commit 1c9ecb1
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 203 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.6",
"lint-staged": "^15.2.7",
"markdown-table": "^3.0.3",
"md5": "^2.3.0",
"msw": "^2.3.0",
Expand All @@ -101,7 +101,7 @@
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unocss": "^0.60.4",
"unocss": "^0.61.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.13",
Expand Down
10 changes: 5 additions & 5 deletions packages/integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
"async-validator": "^4",
"axios": "^1",
"change-case": "^5",
"drauu": "^0.3",
"drauu": "^0.4",
"focus-trap": "^7",
"fuse.js": "^7",
"idb-keyval": "^6",
"jwt-decode": "^4",
"nprogress": "^0.2",
"qrcode": "^1.5",
"sortablejs": "^1",
"universal-cookie": "^6"
"universal-cookie": "^7"
},
"peerDependenciesMeta": {
"async-validator": {
Expand Down Expand Up @@ -155,15 +155,15 @@
"@types/sortablejs": "^1.15.8",
"async-validator": "^4.2.5",
"axios": "^1.7.2",
"change-case": "^5.3.0",
"drauu": "^0.3.7",
"change-case": "^5.4.4",
"drauu": "^0.4.0",
"focus-trap": "^7.5.4",
"fuse.js": "^7.0.0",
"idb-keyval": "^6.2.1",
"jwt-decode": "^4.0.0",
"nprogress": "^0.2.0",
"qrcode": "^1.5.3",
"sortablejs": "^1.15.2",
"universal-cookie": "^6.1.3"
"universal-cookie": "^7.1.4"
}
}
Loading

0 comments on commit 1c9ecb1

Please sign in to comment.