mirror of
https://github.com/aurelienstebe/Gladdis.git
synced 2026-07-22 08:40:27 +00:00
build: update all dependencies and theme in demo Vault
This commit is contained in:
parent
d9cd2d5730
commit
cc271a8124
5 changed files with 789 additions and 796 deletions
16
package.json
16
package.json
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
1517
pnpm-lock.yaml
1517
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cupertino@@hide-status-off": true,
|
||||
"cupertino@@accented-frame-opacity": 15,
|
||||
"cupertino@@alt-heading-off": true
|
||||
"cupertino@@heading-off": true
|
||||
}
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
48
vault/.obsidian/themes/Cupertino/theme.css
vendored
48
vault/.obsidian/themes/Cupertino/theme.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue