build: update all dependencies and theme in demo Vault

This commit is contained in:
Aurélien Stébé 2025-02-11 11:35:43 -04:00
parent d9cd2d5730
commit cc271a8124
No known key found for this signature in database
GPG key ID: 0C0E6829C7E6B5AC
5 changed files with 789 additions and 796 deletions

View file

@ -106,13 +106,13 @@
"jsdom": "^26.0.0",
"node-fetch": "^3.3.2",
"obsidian": "1.7.2",
"openai": "^4.82.0",
"openai": "4.82.0",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@eslint/js": "^9.20.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
@ -134,16 +134,16 @@
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"builtin-modules": "^4.0.0",
"esbuild": "^0.24.2",
"eslint": "^9.19.0",
"prettier": "3.4.2",
"esbuild": "^0.25.0",
"eslint": "^9.20.0",
"prettier": "3.5.0",
"rimraf": "^6.0.1",
"rollup": "^4.34.2",
"rollup": "^4.34.6",
"rollup-plugin-visualizer": "^5.14.0",
"semantic-release": "^24.2.1",
"semantic-release": "^24.2.2",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.0",
"vitest": "^3.0.5",
"zip-a-folder": "^3.1.8"
}

File diff suppressed because it is too large Load diff

View file

@ -1,5 +1,5 @@
{
"cupertino@@hide-status-off": true,
"cupertino@@accented-frame-opacity": 15,
"cupertino@@alt-heading-off": true
"cupertino@@heading-off": true
}

View file

@ -1,6 +1,6 @@
{
"name": "Cupertino",
"version": "1.5.2",
"version": "1.5.5",
"minAppVersion": "1.4.0",
"author": "Alexis C",
"authorUrl": "https://github.com/aaaaalexis",

File diff suppressed because one or more lines are too long