Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.24.2 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
460 B
JSON
17 lines
460 B
JSON
{
|
||
"name": "obsidian-formfire",
|
||
"version": "0.1.0",
|
||
"description": "Structured data input for Obsidian – forms that create notes or update frontmatter",
|
||
"main": "main.js",
|
||
"scripts": {
|
||
"dev": "node esbuild.config.mjs",
|
||
"build": "node esbuild.config.mjs production"
|
||
},
|
||
"devDependencies": {
|
||
"@types/node": "^22.0.0",
|
||
"builtin-modules": "^4.0.0",
|
||
"esbuild": "^0.25.0",
|
||
"obsidian": "latest",
|
||
"typescript": "^5.6.0"
|
||
}
|
||
}
|