Skip to content

Commit

Permalink
[vendorfiles] Bump vendors (#167)
Browse files Browse the repository at this point in the history
Co-authored-by: vendorfiles[bot] <vendorfiles[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and vendorfiles[bot] authored Jan 14, 2025
1 parent f21e2bf commit 6e12399
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,29 @@
},
"vendorDependencies": {
"cooltipz": {
"version": "v2.3.0",
"version": "v2.3.1",
"repository": "https://github.com/jackdomleo7/Cooltipz.css",
"files": ["cooltipz.min.css", "LICENSE"]
"files": [
"cooltipz.min.css",
"LICENSE"
]
},
"coloris": {
"version": "v0.24.0",
"repository": "https://github.com/mdbassit/Coloris",
"files": ["dist/coloris.min.js", "dist/coloris.min.css", "LICENSE"]
"files": [
"dist/coloris.min.js",
"dist/coloris.min.css",
"LICENSE"
]
}
},
"webExt": {
"sourceDir": "dist",
"ignoreFiles": ["./popup/*.scss", "./popup/*.map"],
"ignoreFiles": [
"./popup/*.scss",
"./popup/*.map"
],
"run": {
"firefox": "nightly"
},
Expand Down Expand Up @@ -100,5 +110,7 @@
"publish": false
}
},
"trustedDependencies": ["@biomejs/biome"]
"trustedDependencies": [
"@biomejs/biome"
]
}
2 changes: 1 addition & 1 deletion unpacked/popup/vendors/cooltipz/cooltipz.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions unpacked/popup/vendors/cooltipz/vendor-lock.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"cooltipz": {
"version": "v2.3.0",
"repository": "https://github.com/jackdomleo7/Cooltipz.css",
"version": "v2.3.1",
"files": {
"cooltipz.min.css": "cooltipz.min.css",
"LICENSE": "LICENSE"
}
}
}
}

0 comments on commit 6e12399

Please sign in to comment.