Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fnumatic committed Feb 1, 2024
1 parent 1ebb02d commit a8692b2
Show file tree
Hide file tree
Showing 3 changed files with 4,776 additions and 13 deletions.
22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,24 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@codemirror/language": "https://github.com/lishid/cm-language",
"@types/jest": "^29.2.3",
"@codemirror/language": "github:lishid/cm-language",
"@npmcli/package-json": "^5.0.0",
"@types/jest": "^29.5.11",
"builtin-modules": "^3.3.0",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.0",
"esbuild": "^0.15.16",
"jest": "^29.3.1",
"obsidian": "obsidianmd/obsidian-api",
"obsidian-plugin-cli": "^0.8.1",
"standard-version": "^9.5.0",
"stringify-package": "^1.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"detect-newline": "^4.0.1",
"esbuild": "^0.20.0",
"jest": "^29.7.0",
"obsidian": "github:obsidianmd/obsidian-api",
"obsidian-plugin-cli": "^0.9.0",
"typescript": "^5.3.3"
},
"overrides": {
"obsidian-plugin-cli": {
"esbuild": "$esbuild"
}
},
"dependencies": {
"rambda": "^7.4.0"
"rambda": "^9.0.1"
}
}
Loading

0 comments on commit a8692b2

Please sign in to comment.