mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-11 15:59:03 +00:00
chore: update deps
This commit is contained in:
parent
a65fb79878
commit
a88c74d1c3
@ -1,4 +1,5 @@
|
|||||||
nodeLinker: node-modules
|
|
||||||
yarnPath: .yarn/releases/yarn-3.3.0.cjs
|
|
||||||
|
|
||||||
enableMessageNames: false
|
enableMessageNames: false
|
||||||
|
|
||||||
|
nodeLinker: node-modules
|
||||||
|
|
||||||
|
yarnPath: .yarn/releases/yarn-3.6.1.cjs
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"repository": "github:notion-enhancer/desktop",
|
"repository": "github:notion-enhancer/desktop",
|
||||||
"bugs": "https://github.com/notion-enhancer/desktop/issues",
|
"bugs": "https://github.com/notion-enhancer/desktop/issues",
|
||||||
"funding": "https://github.com/sponsors/dragonwocky",
|
"funding": "https://github.com/sponsors/dragonwocky",
|
||||||
"packageManager": "yarn@3.3.0",
|
"packageManager": "yarn@3.6.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": "bin.mjs",
|
"bin": "bin.mjs",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -37,6 +37,6 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/asar": "^3.2.4",
|
"@electron/asar": "^3.2.4",
|
||||||
"arg": "^5.0.2",
|
"arg": "^5.0.2",
|
||||||
"chalk-template": "^1.0.0"
|
"chalk-template": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,11 +12,11 @@ import { fileURLToPath } from "node:url";
|
|||||||
const dependencies = {
|
const dependencies = {
|
||||||
"htm.min.js": "https://unpkg.com/htm@3.1.1/mini/index.js",
|
"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",
|
"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":
|
"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":
|
"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)),
|
const output = fileURLToPath(new URL("../src/vendor", import.meta.url)),
|
||||||
|
2
src/vendor/coloris.min.css
vendored
2
src/vendor/coloris.min.css
vendored
File diff suppressed because one or more lines are too long
2
src/vendor/coloris.min.js
vendored
2
src/vendor/coloris.min.js
vendored
File diff suppressed because one or more lines are too long
6
src/vendor/lucide.min.js
vendored
6
src/vendor/lucide.min.js
vendored
File diff suppressed because one or more lines are too long
10
yarn.lock
10
yarn.lock
@ -43,12 +43,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"chalk-template@npm:^1.0.0":
|
"chalk-template@npm:^1.1.0":
|
||||||
version: 1.0.0
|
version: 1.1.0
|
||||||
resolution: "chalk-template@npm:1.0.0"
|
resolution: "chalk-template@npm:1.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
chalk: ^5.2.0
|
chalk: ^5.2.0
|
||||||
checksum: 2cd8ae86d7e2ccc546a8fa93871931f7e5731b812e867be1bb77487f83ad6bd657dd25483a99dd0e4d615163551fde4457e48995597b69d58b8f1f633bc21952
|
checksum: 868aae8d4e7556ad2f35de4e04fe65dbe1ea6c5c80ad783f1c156d0a5c33f444c6814f49cbb68fe348c78e99daf2bcf566b47ad7e13603e4691ca78b2f422824
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -133,7 +133,7 @@ __metadata:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@electron/asar": ^3.2.4
|
"@electron/asar": ^3.2.4
|
||||||
arg: ^5.0.2
|
arg: ^5.0.2
|
||||||
chalk-template: ^1.0.0
|
chalk-template: ^1.1.0
|
||||||
bin:
|
bin:
|
||||||
notion-enhancer: bin.mjs
|
notion-enhancer: bin.mjs
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
|
Loading…
Reference in New Issue
Block a user