1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00

bumped plugins

This commit is contained in:
Eugene Pankov 2022-01-31 16:37:43 +01:00
parent a413bbaf07
commit 8f4e28fba4
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
15 changed files with 20 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tabby-community-color-schemes",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Community color schemes for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-core",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Tabby core",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-electron",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Electron-specific bindings",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-linkifier",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Makes URLs, IPs and file paths clickable in Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-local",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Tabby's local shell plugin",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-plugin-manager",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Tabby's plugin manager",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-serial",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Serial connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-settings",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Tabby terminal settings page",
"keywords": [
"tabby-builtin-plugin"
@ -17,6 +17,7 @@
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/marked": "^4.0.2",
"marked": "^4.0.8",
"ngx-infinite-scroll": "^10.0.1"
},

View File

@ -7,6 +7,11 @@
resolved "https://registry.yarnpkg.com/@scarf/scarf/-/scarf-1.1.1.tgz#d8b9f20037b3a37dbf8dcdc4b3b72f9285bfce35"
integrity sha512-VGbKDbk1RFIaSmdVb0cNjjWJoRWRI/Weo23AjRCC2nryO0iAS8pzsToJfPVPtVs74WHw4L1UTADNdIYRLkirZQ==
"@types/marked@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.2.tgz#cb2dbf10da2f41cf20bd91fb5f89b67540c282f7"
integrity sha512-auNrZ/c0w6wsM9DccwVxWHssrMDezHUAXNesdp2RQrCVCyrQbOiSq7yqdJKrUQQpw9VTm7CGYJH2A/YG7jjrjQ==
marked@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.8.tgz#ef127626ac65786460f9420d57cc8d5ffdcacbed"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-ssh",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "SSH connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-telnet",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Telnet/socket connections for Tabby",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-terminal",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Tabby's terminal emulation core",
"keywords": [
"tabby-builtin-plugin"

View File

@ -1,6 +1,6 @@
{
"name": "tabby-web-demo",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "tabby-web",
"version": "1.0.170-nightly.0",
"version": "1.0.171-nightly.0",
"description": "Web-specific bindings",
"keywords": [
"tabby-builtin-plugin"

View File

@ -20,5 +20,5 @@
"scripts": {
"postinstall": "patch-package"
},
"version": "1.0.170-nightly.0"
"version": "1.0.171-nightly.0"
}