update version
This commit is contained in:
parent
76481ba12e
commit
d39e976053
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
# Build commands:
|
||||
# - $VERSION=1.5
|
||||
# - $VERSION=1.6
|
||||
# - 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 image push --all-tags oncharterliz/multi-frigate
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "multi-frigate",
|
||||
"version": "0.1.5",
|
||||
"version": "0.1.6",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@cycjimmy/jsmpeg-player": "^6.0.5",
|
||||
|
||||
@ -1,10 +1,9 @@
|
||||
import React, { useContext } from 'react';
|
||||
import HostSelect from '../../shared/components/filters/HostSelect';
|
||||
import { observer } from 'mobx-react-lite';
|
||||
import { Context } from '../..';
|
||||
import { isProduction } from '../../shared/env.const';
|
||||
import CreatableMultiSelect from '../../shared/components/filters/CreatableMultiSelect';
|
||||
import { useContext } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Context } from '../..';
|
||||
import HostSelect from '../../shared/components/filters/HostSelect';
|
||||
import { isProduction } from '../../shared/env.const';
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user