mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 00:47:15 +00:00
6813fd54cd
Bumps [marked](https://github.com/markedjs/marked) and [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked). These dependencies needed to be updated together. Updates `marked` from 4.2.12 to 5.1.2 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v4.2.12...v5.1.2) Updates `@types/marked` from 4.0.8 to 5.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/marked" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
835 B
JSON
35 lines
835 B
JSON
{
|
|
"name": "tabby-settings",
|
|
"version": "1.0.197-nightly.1",
|
|
"description": "Tabby terminal settings page",
|
|
"keywords": [
|
|
"tabby-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/marked": "^5.0.1",
|
|
"marked": "^5.1.2",
|
|
"ngx-infinite-scroll": "^16"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^15",
|
|
"@angular/common": "^15",
|
|
"@angular/core": "^15",
|
|
"@angular/forms": "^15",
|
|
"@angular/platform-browser": "^15",
|
|
"@ng-bootstrap/ng-bootstrap": "^14",
|
|
"rxjs": "^7",
|
|
"tabby-core": "*"
|
|
}
|
|
}
|