|
32 | 32 | "eslint": "eslint src" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@bugsnag/js": "^7.3.3", |
| 35 | + "@bugsnag/js": "^7.3.5", |
36 | 36 | "@emotion/core": "^10.0.35", |
37 | 37 | "@emotion/styled": "^10.0.27", |
38 | | - "@rocket.chat/fuselage": "^0.14.1", |
39 | | - "@rocket.chat/fuselage-hooks": "^0.14.1", |
40 | | - "@rocket.chat/icons": "^0.14.1", |
| 38 | + "@rocket.chat/fuselage": "^0.15.1", |
| 39 | + "@rocket.chat/fuselage-hooks": "^0.15.1", |
| 40 | + "@rocket.chat/icons": "^0.15.1", |
41 | 41 | "dictionary-de": "^2.0.4", |
42 | 42 | "dictionary-en": "^3.0.1", |
43 | 43 | "dictionary-en-gb": "^2.2.2", |
|
48 | 48 | "dictionary-tr": "^1.3.4", |
49 | 49 | "electron-hunspell": "^1.1.2", |
50 | 50 | "electron-store": "^6.0.0", |
51 | | - "electron-updater": "^4.3.4", |
| 51 | + "electron-updater": "^4.3.5", |
52 | 52 | "i18next": "^19.7.0", |
53 | 53 | "node-fetch": "^2.6.0", |
54 | 54 | "react": "^16.13.1", |
55 | 55 | "react-dom": "^16.13.1", |
56 | | - "react-i18next": "^11.7.2", |
| 56 | + "react-i18next": "^11.7.3", |
57 | 57 | "react-keyed-flatten-children": "^1.3.0", |
58 | 58 | "react-redux": "^7.2.1", |
59 | 59 | "redux": "^4.0.5", |
|
73 | 73 | "@jest-runner/electron": "^3.0.0", |
74 | 74 | "@rocket.chat/eslint-config": "^0.4.0", |
75 | 75 | "@rollup/plugin-babel": "^5.2.0", |
76 | | - "@rollup/plugin-commonjs": "^15.0.0", |
| 76 | + "@rollup/plugin-commonjs": "^15.1.0", |
77 | 77 | "@rollup/plugin-json": "^4.1.0", |
78 | 78 | "@rollup/plugin-node-resolve": "^9.0.0", |
79 | 79 | "@rollup/plugin-replace": "^2.3.3", |
80 | | - "@rollup/plugin-typescript": "^5.0.2", |
| 80 | + "@rollup/plugin-typescript": "^6.0.0", |
81 | 81 | "@types/electron-devtools-installer": "^2.2.0", |
82 | 82 | "@types/i18next-node-fs-backend": "^2.1.0", |
83 | | - "@types/jest": "^26.0.10", |
| 83 | + "@types/jest": "^26.0.14", |
84 | 84 | "@types/meteor": "^1.4.49", |
85 | 85 | "@types/node": "^12", |
86 | 86 | "@types/node-fetch": "^2.5.7", |
|
89 | 89 | "@types/react-redux": "^7.1.9", |
90 | 90 | "@types/resize-observer-browser": "^0.1.3", |
91 | 91 | "@types/rimraf": "^3.0.0", |
92 | | - "@typescript-eslint/eslint-plugin": "^4.0.1", |
93 | | - "@typescript-eslint/parser": "^4.0.1", |
| 92 | + "@typescript-eslint/eslint-plugin": "^4.2.0", |
| 93 | + "@typescript-eslint/parser": "^4.2.0", |
94 | 94 | "babel-eslint": "^10.1.0", |
95 | 95 | "builtin-modules": "^3.1.0", |
96 | 96 | "chokidar": "^3.4.2", |
97 | 97 | "conventional-changelog-cli": "^2.1.0", |
98 | 98 | "convert-svg-to-png": "^0.5.0", |
99 | 99 | "electron": "^10.0.1", |
100 | | - "electron-builder": "^22.8.0", |
| 100 | + "electron-builder": "^22.8.1", |
101 | 101 | "electron-devtools-installer": "^3.1.1", |
102 | 102 | "electron-notarize": "^1.0.0", |
103 | 103 | "eslint": "^7.7.0", |
104 | 104 | "eslint-plugin-import": "^2.22.0", |
105 | | - "eslint-plugin-react": "^7.20.6", |
| 105 | + "eslint-plugin-react": "^7.21.1", |
106 | 106 | "eslint-plugin-react-hooks": "^4.1.0", |
107 | 107 | "jest": "^26.4.2", |
108 | 108 | "npm-run-all": "^4.1.5", |
109 | | - "rollup": "^2.26.6", |
| 109 | + "rollup": "^2.28.1", |
110 | 110 | "rollup-plugin-copy": "^3.3.0", |
111 | | - "ts-jest": "^26.3.0", |
112 | | - "typescript": "^4.0.2", |
| 111 | + "ts-jest": "^26.4.0", |
| 112 | + "typescript": "^4.0.3", |
113 | 113 | "xvfb-maybe": "^0.2.1" |
114 | 114 | }, |
115 | 115 | "engines": { |
|
0 commit comments