Skip to content

Commit

Permalink
Merge pull request #831 from open-sausages/pulls/1/search-for-consist…
Browse files Browse the repository at this point in the history
…ency

Version bump silverstripe eslint and webpack config
  • Loading branch information
Luke Edwards authored Sep 3, 2018
2 parents d320fa5 + a1e586e commit 61a4ebb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
}
},
"devDependencies": {
"@silverstripe/eslint-config": "^0.0.4",
"@silverstripe/webpack-config": "^0.10.0",
"@silverstripe/eslint-config": "0.0.5",
"@silverstripe/webpack-config": "0.11.0",
"babel-jest": "^19.0.0",
"expose-loader": "^0.7.5",
"sass-loader": "^7.0.3",
"jest-cli": "^19.0.2"
"jest-cli": "^19.0.2",
"sass-loader": "^7.0.3"
},
"dependencies": {
"@storybook/addon-actions": "^3.2.16",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
version "3.0.9"
resolved "https://registry.yarnpkg.com/@hypnosphi/fuse.js/-/fuse.js-3.0.9.tgz#ea99f6121b4a8f065b4c71f85595db2714498807"

"@silverstripe/eslint-config@^0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-0.0.4.tgz#5f19b8c4def3ee1f34e33885e99b56ae1a719f81"
"@silverstripe/[email protected].5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@silverstripe/eslint-config/-/eslint-config-0.0.5.tgz#ab94d58e6f328d4efbcc1910572fdff5d85fc4ec"
dependencies:
eslint "^4.6.1"
eslint-config-airbnb "^15.1.0"
Expand All @@ -18,9 +18,9 @@
eslint-plugin-jsx-a11y "^5.1.1"
eslint-plugin-react "^7.3.0"

"@silverstripe/webpack-config@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-0.10.0.tgz#5cb3f9aeb4197f9325660c6ea5c9f15fb3ccf2a4"
"@silverstripe/webpack-config@0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@silverstripe/webpack-config/-/webpack-config-0.11.0.tgz#54f083784083e12f4de5b376c0e655a1d8cc5f73"
dependencies:
autoprefixer "^6.4.0"
babel-core "^6.24.1"
Expand Down

0 comments on commit 61a4ebb

Please sign in to comment.