From ce3940b957138fdb5e99986399f351c2ed439f4e Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 11 Jul 2022 18:17:03 +0700 Subject: [PATCH] fix(makefile): change makefile --- Makefile | 4 ++-- package-lock.json | 43 ------------------------------------------- package.json | 2 -- 3 files changed, 2 insertions(+), 47 deletions(-) diff --git a/Makefile b/Makefile index 7dafb02e..356657bf 100644 --- a/Makefile +++ b/Makefile @@ -178,10 +178,10 @@ c-stage: build-c rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/c-wwwroot/ d-stage: build-d - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/d-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/d-wwwroot/ e-stage: build-e - rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@staging.instat.tv:/usr/local/www/ott-staging/e-wwwroot/ + rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/e-wwwroot/ f-stage: build-f rsync -zavP --delete-before build/ -e 'ssh -p 666' ott-staging@10.0.3.8:/usr/local/www/ott-staging/f-wwwroot/ diff --git a/package-lock.json b/package-lock.json index a73f7499..8061fd96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,8 +17,6 @@ "hls.js": "^0.14.15", "lodash": "^4.17.15", "m3u8-parser": "^4.7.0", - "mobx": "^6.5.0", - "mobx-react-lite": "^3.4.0", "oidc-client": "^1.11.5", "react": "^17.0.2", "react-datepicker": "^3.1.3", @@ -23147,36 +23145,6 @@ "mkdirp": "bin/cmd.js" } }, - "node_modules/mobx": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.5.0.tgz", - "integrity": "sha512-pHZ/cySF00FVENDWIDzJyoObFahK6Eg4d0papqm6d7yMkxWTZ/S/csqJX1A3PsYy4t5k3z2QnlwuCfMW5lSEwA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mobx" - } - }, - "node_modules/mobx-react-lite": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz", - "integrity": "sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mobx" - }, - "peerDependencies": { - "mobx": "^6.1.0", - "react": "^16.8.0 || ^17 || ^18" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, "node_modules/move-concurrently": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", @@ -51204,17 +51172,6 @@ "minimist": "^1.2.5" } }, - "mobx": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.5.0.tgz", - "integrity": "sha512-pHZ/cySF00FVENDWIDzJyoObFahK6Eg4d0papqm6d7yMkxWTZ/S/csqJX1A3PsYy4t5k3z2QnlwuCfMW5lSEwA==" - }, - "mobx-react-lite": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz", - "integrity": "sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==", - "requires": {} - }, "move-concurrently": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", diff --git a/package.json b/package.json index bdfe02da..2436e172 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,6 @@ "hls.js": "^0.14.15", "lodash": "^4.17.15", "m3u8-parser": "^4.7.0", - "mobx": "^6.5.0", - "mobx-react-lite": "^3.4.0", "oidc-client": "^1.11.5", "react": "^17.0.2", "react-datepicker": "^3.1.3",