Merge branch 'master' into fix-toggle-button-group-corners
Showing
... | ... | @@ -24,7 +24,6 @@ |
"@types/jquery": "^1.10.35", | ||
"@types/node": "^8.0.31", | ||
"@types/react": "^16.7.6", | ||
"@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-dom": "^16.0.9", | ||
"@types/react-select": "^2.0.4", | ||
"angular-mocks": "1.6.6", | ||
... | ... | @@ -72,8 +71,8 @@ |
"ng-annotate-loader": "^0.6.1", | ||
"ng-annotate-webpack-plugin": "^0.3.0", | ||
"ngtemplate-loader": "^2.0.1", | ||
"npm": "^5.4.2", | ||
"node-sass": "^4.11.0", | ||
"npm": "^5.4.2", | ||
"optimize-css-assets-webpack-plugin": "^4.0.2", | ||
"phantomjs-prebuilt": "^2.1.15", | ||
"postcss-browser-reporter": "^0.5.0", | ||
... | ... | @@ -167,7 +166,6 @@ |
"prop-types": "^15.6.2", | ||
"rc-cascader": "^0.14.0", | ||
"react": "^16.6.3", | ||
"react-custom-scrollbars": "^4.2.1", | ||
"react-dom": "^16.6.3", | ||
"react-grid-layout": "0.16.6", | ||
"react-highlight-words": "0.11.0", | ||
... | ... |
... | ... | @@ -18,6 +18,7 @@ |
"lodash": "^4.17.10", | ||
"moment": "^2.22.2", | ||
"react": "^16.6.3", | ||
"react-custom-scrollbars": "^4.2.1", | ||
"react-dom": "^16.6.3", | ||
"react-highlight-words": "0.11.0", | ||
"react-popper": "^1.3.0", | ||
... | ... | @@ -30,6 +31,9 @@ |
"@types/jquery": "^1.10.35", | ||
"@types/lodash": "^4.14.119", | ||
"@types/react": "^16.7.6", | ||
"@types/react-custom-scrollbars": "^4.0.5", | ||
"@types/react-test-renderer": "^16.0.3", | ||
"react-test-renderer": "^16.7.0", | ||
"typescript": "^3.2.2" | ||
} | ||
} |
scripts/build/load-signing-key.sh
0 → 100644
scripts/build/update_repo/aptly.conf
0 → 100644
scripts/build/update_repo/sign-rpm-repo.sh
0 → 100755
scripts/build/update_repo/unlock-gpg-key.sh
0 → 100755
scripts/build/update_repo/update-deb.sh
0 → 100755
scripts/build/update_repo/update-rpm.sh
0 → 100755
Please
register
or
sign in
to comment