mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Move left pane entirely to React
This commit is contained in:
28
package.json
28
package.json
@@ -77,12 +77,18 @@
|
||||
"node-sass": "4.9.3",
|
||||
"os-locale": "2.1.0",
|
||||
"pify": "3.0.0",
|
||||
"protobufjs": "~6.8.6",
|
||||
"protobufjs": "6.8.6",
|
||||
"proxy-agent": "3.0.3",
|
||||
"react": "16.2.0",
|
||||
"react": "16.8.3",
|
||||
"react-contextmenu": "2.9.2",
|
||||
"react-dom": "16.2.0",
|
||||
"react-dom": "16.8.3",
|
||||
"react-redux": "6.0.1",
|
||||
"react-virtualized": "9.21.0",
|
||||
"read-last-lines": "1.3.0",
|
||||
"redux": "4.0.1",
|
||||
"redux-logger": "3.0.6",
|
||||
"redux-promise-middleware": "6.1.0",
|
||||
"reselect": "4.0.0",
|
||||
"rimraf": "2.6.2",
|
||||
"semver": "5.4.1",
|
||||
"spellchecker": "3.4.4",
|
||||
@@ -99,13 +105,15 @@
|
||||
"@types/classnames": "2.2.3",
|
||||
"@types/filesize": "3.6.0",
|
||||
"@types/google-libphonenumber": "7.4.14",
|
||||
"@types/jquery": "3.3.1",
|
||||
"@types/jquery": "3.3.29",
|
||||
"@types/linkify-it": "2.0.3",
|
||||
"@types/lodash": "4.14.106",
|
||||
"@types/mocha": "5.0.0",
|
||||
"@types/qs": "6.5.1",
|
||||
"@types/react": "16.3.1",
|
||||
"@types/react-dom": "16.0.4",
|
||||
"@types/react": "16.8.5",
|
||||
"@types/react-dom": "16.8.2",
|
||||
"@types/react-redux": "7.0.1",
|
||||
"@types/redux-logger": "3.0.7",
|
||||
"@types/semver": "5.5.0",
|
||||
"@types/sinon": "4.3.1",
|
||||
"arraybuffer-loader": "1.0.3",
|
||||
@@ -141,10 +149,10 @@
|
||||
"sinon": "4.4.2",
|
||||
"spectron": "5.0.0",
|
||||
"ts-loader": "4.1.0",
|
||||
"tslint": "5.9.1",
|
||||
"tslint-microsoft-contrib": "5.0.3",
|
||||
"tslint-react": "3.5.1",
|
||||
"typescript": "2.8.1",
|
||||
"tslint": "5.13.0",
|
||||
"tslint-microsoft-contrib": "6.0.0",
|
||||
"tslint-react": "3.6.0",
|
||||
"typescript": "3.3.3333",
|
||||
"webpack": "4.4.1"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user