Skip to content

Commit

Permalink
Merge pull request #3124 from weaveworks/bump-ui-components-to-0-4-48
Browse files Browse the repository at this point in the history
Bump ui-components
  • Loading branch information
fbarl authored Mar 28, 2018
2 parents 012ee77 + 9f0b359 commit 3090cdc
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 35 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ WORKDIR /home/weave
COPY package.json yarn.lock /home/weave/
ENV NPM_CONFIG_LOGLEVEL=warn NPM_CONFIG_PROGRESS=false
RUN yarn --pure-lockfile
COPY webpack-common.js webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc .eslintignore .stylelintrc .sass-lint.yml /home/weave/
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc .eslintignore .stylelintrc .sass-lint.yml /home/weave/
2 changes: 1 addition & 1 deletion client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ a {

.fa {
margin-left: 4px;
color: $color-red-berry;
color: $color-accent-orange;
}

&-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"reselect": "3.0.1",
"reselect-map": "1.0.3",
"styled-components": "2.2.4",
"weaveworks-ui-components": "0.4.42",
"weaveworks-ui-components": "0.4.49",
"whatwg-fetch": "2.0.3",
"xterm": "2.9.2"
},
Expand Down
25 changes: 0 additions & 25 deletions client/webpack-common.js

This file was deleted.

3 changes: 1 addition & 2 deletions client/webpack.local.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ const ExtractTextPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const SassLintPlugin = require('sasslint-webpack-plugin');
const ContrastStyleCompiler = require('./app/scripts/contrast-compiler');

const { themeColorsAsScss } = require('./webpack-common');
const { themeColorsAsScss } = require('weaveworks-ui-components/lib/theme');

/**
* This is the Webpack configuration file for local development.
Expand Down
3 changes: 1 addition & 2 deletions client/webpack.production.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const ContrastStyleCompiler = require('./app/scripts/contrast-compiler');

const { themeColorsAsScss } = require('./webpack-common');
const { themeColorsAsScss } = require('weaveworks-ui-components/lib/theme');

const GLOBALS = {
'process.env': {NODE_ENV: '"production"'}
Expand Down
6 changes: 3 additions & 3 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7591,9 +7591,9 @@ wd@^0.4.0:
underscore.string "~3.0.3"
vargs "~0.1.0"

[email protected].42:
version "0.4.42"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.4.42.tgz#e2e4f22ebe9ac3f8c562e41a79b2cf29f628fbe6"
[email protected].49:
version "0.4.49"
resolved "https://registry.yarnpkg.com/weaveworks-ui-components/-/weaveworks-ui-components-0.4.49.tgz#3aa1c014d6a93d2f3bc370b84268f7289bdfc0fb"
dependencies:
classnames "2.2.5"
d3-drag "1.2.1"
Expand Down

0 comments on commit 3090cdc

Please sign in to comment.