소스 검색

Downgrade angular-material (#308)

The newer version (introduced in 69acfcc) would cause conversation / contact tabs in the navigation to disappear.

The downgrade from 1.1.4 to 1.1.1 seems to fix that for now.
Danilo Bargen 8 년 전
부모
커밋
750ffb62cd
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -156,9 +156,9 @@
       "integrity": "sha1-JpY6wzaJHO17GZ5Zr9fpsl5T1qY="
     },
     "angular-material": {
-      "version": "1.1.4",
-      "resolved": "https://registry.npmjs.org/angular-material/-/angular-material-1.1.4.tgz",
-      "integrity": "sha1-J941ZG9UzNMgCArwxwjhtDivh/Y="
+      "version": "1.1.1",
+      "resolved": "https://registry.npmjs.org/angular-material/-/angular-material-1.1.1.tgz",
+      "integrity": "sha1-7RLzlLpxqRidZkEVYk9nh6dDmvI="
     },
     "angular-messages": {
       "version": "1.6.5",

+ 1 - 1
package.json

@@ -33,9 +33,9 @@
     "@types/angular-translate": "~2.4.34",
     "@types/angular-ui-router": "~1.1.35",
     "@types/filesaver": "~0.0.30",
+    "@types/jquery": "^2.0.48",
     "@types/msgpack-lite": "~0.1.4",
     "@types/webrtc": "~0.0.21",
-    "@types/jquery": "^2.0.48",
     "angular": "~1.5.10",
     "angular-animate": "~1.5.10",
     "angular-aria": "~1.5.10",