소스 검색

feat(package.json): Node 12 support.

j8
Hristo Terezov 5 년 전
부모
커밋
8efee04a10
4개의 변경된 파일1667개의 추가작업 그리고 2271개의 파일을 삭제
  1. 1662
    2266
      package-lock.json
  2. 3
    3
      package.json
  3. 1
    1
      react/features/authentication/components/LoginDialog.native.js
  4. 1
    1
      react/features/base/participants/components/ParticipantView.native.js

+ 1662
- 2266
package-lock.json
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 3
- 3
package.json 파일 보기

@@ -122,14 +122,14 @@
122 122
     "imports-loader": "0.7.1",
123 123
     "jetifier": "1.6.4",
124 124
     "metro-react-native-babel-preset": "0.56.0",
125
-    "node-sass": "4.10.0",
125
+    "node-sass": "4.12.0",
126 126
     "precommit-hook": "3.0.0",
127 127
     "string-replace-loader": "2.1.1",
128 128
     "style-loader": "0.19.0",
129
-    "webpack": "4.26.1",
129
+    "webpack": "4.27.1",
130 130
     "webpack-bundle-analyzer": "3.4.1",
131 131
     "webpack-cli": "3.1.2",
132
-    "webpack-dev-server": "3.1.14"
132
+    "webpack-dev-server": "3.8.2"
133 133
   },
134 134
   "engines": {
135 135
     "node": ">=8.0.0",

+ 1
- 1
react/features/authentication/components/LoginDialog.native.js 파일 보기

@@ -16,7 +16,7 @@ import {
16 16
 } from '../../base/dialog';
17 17
 import { translate } from '../../base/i18n';
18 18
 import { JitsiConnectionErrors } from '../../base/lib-jitsi-meet';
19
-import { StyleType } from '../../base/styles';
19
+import type { StyleType } from '../../base/styles';
20 20
 
21 21
 import { authenticateAndUpgradeRole, cancelLogin } from '../actions';
22 22
 import styles from './styles';

+ 1
- 1
react/features/base/participants/components/ParticipantView.native.js 파일 보기

@@ -12,7 +12,7 @@ import {
12 12
 } from '../../media';
13 13
 import { Container, TintedView } from '../../react';
14 14
 import { connect } from '../../redux';
15
-import { StyleType } from '../../styles';
15
+import type { StyleType } from '../../styles';
16 16
 import { TestHint } from '../../testing/components';
17 17
 import { getTrackByMediaTypeAndParticipant } from '../../tracks';
18 18
 

Loading…
취소
저장