Skip to content

Commit

Permalink
chore: move libs to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaoumov committed Sep 17, 2024
1 parent ee68d16 commit 4ff488b
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 36 deletions.
122 changes: 91 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,29 @@
},
"homepage": "https://github.com/Fevol/obsidian-typings#readme",
"peerDependencies": {
"@capacitor/core": "^6.1.2",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@types/node": ">=14.0.0",
"@types/turndown": "^5.0.5",
"electron": ">=1.6.10",
"i18next": "^23.15.1",
"obsidian": "^1.6.6"
},
"devDependencies": {
"@capacitor/core": "^6.1.2",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@microsoft/api-extractor": "^7.47.9",
"@tsconfig/strictest": "^2.0.5",
"@types/codemirror": "^5.60.15",
"@types/dompurify": "^3.0.5",
"@types/node": "^18.17.0 || >=20.1.0",
"@types/turndown": "^5.0.5",
"@types/pixi.js": "^4.8.9",
"builtin-modules": "^4.0.0",
"cspell": "^8.14.2",
"dompurify": "^3.1.6",
"dprint": "^0.47.2",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.23.1",
"i18next": "^23.15.1",
"moment": "^2.30.1",
"npm-run-all": "^4.1.5",
"ts-morph": "^23.0.0"
},
Expand Down

0 comments on commit 4ff488b

Please sign in to comment.