chore: update deps

This commit is contained in:
dragonwocky 2023-07-31 23:08:14 +10:00
parent a65fb79878
commit a88c74d1c3
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
7 changed files with 19 additions and 18 deletions

View File

@ -1,4 +1,5 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.3.0.cjs
enableMessageNames: false
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.6.1.cjs

View File

@ -7,7 +7,7 @@
"repository": "github:notion-enhancer/desktop",
"bugs": "https://github.com/notion-enhancer/desktop/issues",
"funding": "https://github.com/sponsors/dragonwocky",
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.6.1",
"license": "MIT",
"bin": "bin.mjs",
"type": "module",
@ -37,6 +37,6 @@
"dependencies": {
"@electron/asar": "^3.2.4",
"arg": "^5.0.2",
"chalk-template": "^1.0.0"
"chalk-template": "^1.1.0"
}
}

View File

@ -12,11 +12,11 @@ import { fileURLToPath } from "node:url";
const dependencies = {
"htm.min.js": "https://unpkg.com/htm@3.1.1/mini/index.js",
"twind.min.js": "https://unpkg.com/@twind/cdn@1.0.8/cdn.global.js",
"lucide.min.js": "https://unpkg.com/lucide@0.108.0/dist/umd/lucide.min.js",
"lucide.min.js": "https://unpkg.com/lucide@0.263.0/dist/umd/lucide.min.js",
"coloris.min.js":
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.17.1/dist/coloris.min.js",
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.21.0/dist/coloris.min.js",
"coloris.min.css":
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.17.1/dist/coloris.min.css",
"https://cdn.jsdelivr.net/gh/mdbassit/Coloris@v0.21.0/dist/coloris.min.css",
};
const output = fileURLToPath(new URL("../src/vendor", import.meta.url)),

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -43,12 +43,12 @@ __metadata:
languageName: node
linkType: hard
"chalk-template@npm:^1.0.0":
version: 1.0.0
resolution: "chalk-template@npm:1.0.0"
"chalk-template@npm:^1.1.0":
version: 1.1.0
resolution: "chalk-template@npm:1.1.0"
dependencies:
chalk: ^5.2.0
checksum: 2cd8ae86d7e2ccc546a8fa93871931f7e5731b812e867be1bb77487f83ad6bd657dd25483a99dd0e4d615163551fde4457e48995597b69d58b8f1f633bc21952
checksum: 868aae8d4e7556ad2f35de4e04fe65dbe1ea6c5c80ad783f1c156d0a5c33f444c6814f49cbb68fe348c78e99daf2bcf566b47ad7e13603e4691ca78b2f422824
languageName: node
linkType: hard
@ -133,7 +133,7 @@ __metadata:
dependencies:
"@electron/asar": ^3.2.4
arg: ^5.0.2
chalk-template: ^1.0.0
chalk-template: ^1.1.0
bin:
notion-enhancer: bin.mjs
languageName: unknown