Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Oct 13, 2024
1 parent f95cdb8 commit 20270cb
Show file tree
Hide file tree
Showing 4 changed files with 2,055 additions and 454 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
PLUGIN_NAME: "obsidian-mkdocs-publisher"
SUBMODULE: true
CACHE: "bun"
CACHE: "pnpm"
discord_webhook_avatar: "https://avatars.githubusercontent.com/u/107352364?s=400&u=f2eb1406068b95a58baecdf987ccccde7fcbdd55&v=4"
discord_webhook_name: "Enveloppe"
secrets:
Expand All @@ -49,7 +49,7 @@ jobs:
PLUGIN_NAME: "obsidian-mkdocs-publisher"
BETA: ${{ inputs.beta }}
SUBMODULE: true
CACHE: "bun"
CACHE: "pnpm"
discord_webhook_avatar: "https://avatars.githubusercontent.com/u/107352364?s=400&u=f2eb1406068b95a58baecdf987ccccde7fcbdd55&v=4"
discord_webhook_name: "Enveloppe"
secrets:
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,40 @@
"author": "Mara",
"license": "AGPL-3.0",
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.9.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.33.0",
"@obsidian_publisher/obsidian-dataview": "^0.5.66",
"@codemirror/view": "^6.34.1",
"@enveloppe/obsidian-dataview": "^0.5.67",
"@octokit/core": "^6.1.2",
"@types/luxon": "^3.4.2",
"@types/node": "^20.16.5",
"@types/obsidian-typings": "npm:obsidian-typings@^1.1.6",
"@types/node": "^22.7.5",
"@types/obsidian-typings": "npm:obsidian-typings@^2.2.0",
"ansi-colors": "^4.1.3",
"builtin-modules": "^3.3.0",
"builtin-modules": "^4.0.0",
"commander": "^12.1.0",
"commit-and-tag-version": "^12.4.4",
"commit-and-tag-version": "^12.5.0",
"cross-env": "^7.0.3",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"dotenv": "^16.4.5",
"esbuild": "^0.21.5",
"i18next": "^23.15.1",
"esbuild": "^0.24.0",
"i18next": "^23.15.2",
"js-base64": "^3.7.7",
"klona": "^2.0.6",
"obsidian": "^1.7.2",
"prettier": "^3.3.3",
"slugify": "^1.6.6",
"ts-dedent": "^2.2.0",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3",
"@codemirror/language" : "https://github.com/lishid/cm-language/"
},
"dependencies": {
"cross-var": "^1.1.0",
"dedent": "^1.5.3",
"dotenv-cli": "^7.4.2",
"env-cmd": "^10.1.0",
"ts-deepmerge": "^6.2.1",
"ts-deepmerge": "^7.0.1",
"tslog": "^4.9.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 20270cb

Please sign in to comment.