Skip to content

Commit

Permalink
chore(package): update dev deps (#3035)
Browse files Browse the repository at this point in the history
chore(package): update dev deps
  • Loading branch information
layershifter authored Jul 24, 2018
1 parent 58dfe72 commit f64e1fb
Show file tree
Hide file tree
Showing 3 changed files with 880 additions and 302 deletions.
2 changes: 1 addition & 1 deletion karma.conf.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default (karmaConfig) => {
const trailingSlash = isDir ? '/' : ''

const original = `/${file}${trailingSlash}`
acc[original] = `/base/docs/app/${file}${trailingSlash}`
acc[original] = `/base/docs/public/${file}${trailingSlash}`
return acc
}, {}),
reporters: ['mocha', 'coverage'],
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"babel-plugin-transform-react-handled-props": "^1.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-polyfill": "7.0.0-beta.3",
"chai": "^4.1.1",
"chai-enzyme": "beta",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.1",
"connect-history-api-fallback": "^1.3.0",
"copy-to-clipboard": "^3.0.8",
"cross-env": "^5.1.4",
Expand All @@ -122,16 +122,16 @@
"imports-loader": "^0.7.1",
"js-beautify": "^1.6.14",
"json-loader": "^0.5.7",
"karma": "^1.7.0",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack-with-fast-source-maps": "^1.10.2",
"leven": "^2.1.0",
"lint-staged": "^7.2.0",
"mocha": "^3.5.0",
"mocha": "^5.2.0",
"prettier": "^1.12.0",
"puppeteer": "1.3.0",
"raw-loader": "^0.5.1",
Expand All @@ -144,13 +144,13 @@
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-test-renderer": "^16.0.0",
"require-dir": "^0.3.2",
"rimraf": "^2.6.1",
"require-dir": "^1.0.0",
"rimraf": "^2.6.2",
"satisfied": "^1.1.2",
"semantic-ui-css": "^2.3.1",
"simulant": "^0.2.2",
"sinon": "^5.0.10",
"sinon-chai": "^3.1.0",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0",
"ta-scripts": "^2.5.2",
"through2": "^2.0.3",
"tslint": "^5.10.0",
Expand Down
Loading

0 comments on commit f64e1fb

Please sign in to comment.