Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update dependencies #824

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ Fight the forgetting curve & note aging by reviewing flashcards & notes using sp

Check the [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/) for more details.

## Supported By

<a href='https://ko-fi.com/M4M44DEN6' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

<a href="https://jb.gg/OpenSourceSupport" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" height='128' style='border:0px;height:128px;' alt="JetBrains Logo (Main) logo."></a>
4 changes: 4 additions & 0 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@ Create an `obsidian-spaced-repetition` folder under `.obsidian/plugins` in your
- [Spaced Repetition for Efficient Learning by Gwern](https://www.gwern.net/Spaced-repetition/)
- [20 rules of knowledge formulation by Dr. Piotr Wozniak](https://supermemo.guru/wiki/20_rules_of_knowledge_formulation)

### Supported By

<a href='https://ko-fi.com/M4M44DEN6' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://cdn.ko-fi.com/cdn/kofi3.png?v=2' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>

<a href="https://jb.gg/OpenSourceSupport" target="_blank"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" height='128' style='border:0px;height:128px;' alt="JetBrains Logo (Main) logo."></a>
37 changes: 18 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,34 @@
"author": "Stephen Mwangi",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.10",
"@types/vhtml": "^2.2.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@wdio/cli": "^8.14.4",
"@wdio/local-runner": "^8.14.3",
"@wdio/mocha-framework": "^8.14.0",
"@wdio/selenium-standalone-service": "^8.14.0",
"@wdio/spec-reporter": "^8.14.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/vhtml": "^2.2.9",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@wdio/cli": "^8.27.1",
"@wdio/local-runner": "^8.27.0",
"@wdio/mocha-framework": "^8.27.0",
"@wdio/spec-reporter": "^8.27.0",
"auto-changelog": "^2.4.0",
"builtin-modules": "^3.3.0",
"chai": "^4.3.7",
"esbuild": "~0.19.1",
"eslint": "^8.47.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"chai": "^4.3.10",
"esbuild": "~0.19.11",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expect-message": "^1.1.3",
"moment": "^2.29.4",
"obsidian": "^1.4.0",
"prettier": "^3.0.1",
"moment": "^2.30.1",
"obsidian": "^1.4.11",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"tslib": "2.6.1",
"typescript": "5.1.6",
"vhtml": "^2.2.0",
"wdio-chromedriver-service": "^8.1.1"
},
"dependencies": {
"chart.js": "^4.3.3",
"chart.js": "^4.4.1",
"pagerank.js": "^1.0.2"
},
"packageManager": "[email protected]"
Expand Down
Loading
Loading