update version

This commit is contained in:
NlightN22 2024-09-01 17:31:06 +07:00
parent 76481ba12e
commit d39e976053
3 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
# Build commands: # Build commands:
# - $VERSION=1.5 # - $VERSION=1.6
# - rm build -r -Force ; rm ./node_modules/.cache/babel-loader -r -Force ; yarn build # - rm build -r -Force ; rm ./node_modules/.cache/babel-loader -r -Force ; yarn build
# - docker build --pull --rm -t oncharterliz/multi-frigate:latest -t oncharterliz/multi-frigate:$VERSION "." # - docker build --pull --rm -t oncharterliz/multi-frigate:latest -t oncharterliz/multi-frigate:$VERSION "."
# - docker image push --all-tags oncharterliz/multi-frigate # - docker image push --all-tags oncharterliz/multi-frigate

View File

@ -1,6 +1,6 @@
{ {
"name": "multi-frigate", "name": "multi-frigate",
"version": "0.1.5", "version": "0.1.6",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5", "@cycjimmy/jsmpeg-player": "^6.0.5",

View File

@ -1,10 +1,9 @@
import React, { useContext } from 'react';
import HostSelect from '../../shared/components/filters/HostSelect';
import { observer } from 'mobx-react-lite'; import { observer } from 'mobx-react-lite';
import { Context } from '../..'; import { useContext } from 'react';
import { isProduction } from '../../shared/env.const';
import CreatableMultiSelect from '../../shared/components/filters/CreatableMultiSelect';
import { useTranslation } from 'react-i18next'; import { useTranslation } from 'react-i18next';
import { Context } from '../..';
import HostSelect from '../../shared/components/filters/HostSelect';
import { isProduction } from '../../shared/env.const';