dotwee_obsidian-raindropio-.../package.json
dependabot[bot] c95dd4871e
build(deps-dev): bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-obsidianmd](https://github.com/obsidianmd/eslint-plugin), [globals](https://github.com/sindresorhus/globals) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@types/node` from 26.0.0 to 26.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-obsidianmd` from 0.3.0 to 0.4.1
- [Release notes](https://github.com/obsidianmd/eslint-plugin/releases)
- [Commits](https://github.com/obsidianmd/eslint-plugin/compare/0.3.0...0.4.1)

Updates `globals` from 17.6.0 to 17.7.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v17.6.0...v17.7.0)

Updates `typescript-eslint` from 8.61.1 to 8.62.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.62.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-plugin-obsidianmd
  dependency-version: 0.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: globals
  dependency-version: 17.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-06 07:08:56 +00:00

49 lines
1.3 KiB
JSON

{
"name": "obsidian-raindropio-plugin",
"version": "1.0.4",
"description": "Browse Raindrop.io links in notes with note-aware and configurable search filters.",
"main": "main.js",
"type": "module",
"author": "Lukas '@dotWee' Wolfsteiner <lukas@wolfsteiner.media> (http://lukas.wolfsteiner.media/)",
"homepage": "https://github.com/dotWee/obsidian-raindropio-plugin",
"repository": {
"type": "git",
"url": "git+https://github.com/dotWee/obsidian-raindropio-plugin.git"
},
"bugs": {
"url": "https://github.com/dotWee/obsidian-raindropio-plugin/issues"
},
"license": "WTFPL",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"lint": "eslint .",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"obsidian",
"obsidian-plugin",
"raindrop.io",
"bookmarks"
],
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.0",
"esbuild": "0.28.1",
"eslint-plugin-obsidianmd": "0.4.1",
"globals": "17.7.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jiti": "2.7.0",
"ts-jest": "^29.4.11",
"tslib": "2.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "8.62.1"
},
"dependencies": {
"obsidian": "latest"
}
}