summarylogtreecommitdiffstats
path: root/mattermost-package-json.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mattermost-package-json.patch')
-rw-r--r--mattermost-package-json.patch76
1 files changed, 76 insertions, 0 deletions
diff --git a/mattermost-package-json.patch b/mattermost-package-json.patch
new file mode 100644
index 000000000000..da3b8befa3ea
--- /dev/null
+++ b/mattermost-package-json.patch
@@ -0,0 +1,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"
+ }