summarylogtreecommitdiffstats
path: root/mattermost-package-json.patch
blob: da3b8befa3ea723073afabc98f95f204791f756a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
diff --git a/package.json b/package.json
index f5c8657..550526d 100644
--- a/package.json
+++ b/package.json
@@ -28,46 +28,45 @@
     "test": "npm-run-all test:* lint:*",
     "test:app": "cross-env NODE_ENV=production npm run build && mocha -r babel-register --reporter mocha-circleci-reporter --recursive test/specs",
     "package:all": "cross-env NODE_ENV=production npm-run-all check-build-config package:windows package:mac package:linux",
-    "package:windows": "cross-env NODE_ENV=production npm-run-all check-build-config build && build --win --x64 --ia32 --config.extraMetadata.name=mattermost --publish=never",
+    "package:windows": "cross-env NODE_ENV=production npm-run-all check-build-config build && build --win --x64  --config.extraMetadata.name=mattermost --publish=never",
     "package:mac": "cross-env NODE_ENV=production npm-run-all check-build-config build && build --mac --publish=never",
-    "package:linux": "cross-env NODE_ENV=production npm-run-all check-build-config build && build --linux --x64 --ia32 --config.extraMetadata.name=mattermost-desktop --publish=never",
+    "package:linux": "cross-env NODE_ENV=production npm-run-all check-build-config build && build --linux --x64  --config.extraMetadata.name=mattermost-desktop --publish=never",
     "manipulate-windows-zip": "node scripts/manipulate_windows_zip.js",
     "lint:js": "eslint --ignore-path .gitignore --ignore-pattern node_modules --ext .js --ext .jsx .",
     "fix:js": "eslint --ignore-path .gitignore --ignore-pattern node_modules --quiet --ext .js --ext .jsx . --fix",
     "check-build-config": "node -r babel-register scripts/check_build_config.js"
   },
   "devDependencies": {
-    "7zip-bin": "^4.0.2",
+    "7zip-bin": "^4.1.0",
     "@storybook/react": "^3.4.6",
-    "babel-core": "^6.26.3",
-    "babel-eslint": "^8.2.3",
-    "babel-loader": "^7.1.4",
+    "babel-core": "^6.0.0",
+    "babel-eslint": "^10.0.0",
+    "babel-loader": "^7.0.0",
     "babel-plugin-transform-object-rest-spread": "^6.26.0",
-    "babel-preset-env": "^1.7.0",
     "babel-preset-react": "^6.24.1",
-    "chai": "^4.1.2",
-    "cross-env": "^5.1.6",
-    "css-loader": "^0.28.11",
+    "chai": "^4.2.0",
+    "cross-env": "^5.2.0",
+    "css-loader": "^1.0.1",
     "devtron": "^1.4.0",
-    "electron": "2.0.12",
-    "electron-builder": "20.14.7",
-    "electron-builder-squirrel-windows": "~20.14.0",
-    "electron-connect": "^0.6.3",
-    "eslint": "^4.19.1",
-    "eslint-plugin-header": "^1.2.0",
-    "eslint-plugin-import": "^2.12.0",
-    "eslint-plugin-react": "^7.8.2",
-    "file-loader": "^1.1.6",
+    "electron": "^2.0.14",
+    "electron-builder": "^20.38.0",
+    "electron-builder-squirrel-windows": "^20.14.0",
+    "electron-connect": "^0.6.0",
+    "eslint": "^5.9.0",
+    "eslint-plugin-header": "^2.0.0",
+    "eslint-plugin-import": "^2.14.0",
+    "eslint-plugin-react": "^7.11.1",
+    "file-loader": "^2.0.0",
     "mocha": "^5.2.0",
     "mocha-circleci-reporter": "0.0.3",
-    "npm-run-all": "^4.1.3",
-    "react": "^16.4.0",
-    "react-dom": "^16.4.0",
+    "npm-run-all": "^4.1.5",
+    "react": "^16.6.3",
+    "react-dom": "^16.6.3",
     "spectron": "~3.8.0",
-    "style-loader": "^0.21.0",
-    "url-loader": "^1.0.1",
-    "webpack": "^4.8.3",
-    "webpack-cli": "^2.1.4",
+    "style-loader": "^0.23.1",
+    "url-loader": "^1.1.2",
+    "webpack": "^4.20.2",
+    "webpack-cli": "^3.1.1",
     "webpack-dev-server": "^3.1.4",
     "webpack-merge": "^4.1.2"
   }