Skip to content

Commit

Permalink
Update various dependencies (OctoLinker#520)
Browse files Browse the repository at this point in the history
<img width="1025" alt="screen shot 2018-11-04 at 13 22 10" src="https://user-images.githubusercontent.com/1393946/47964305-319d8f80-e038-11e8-9e18-a5868423d3e9.png">
  • Loading branch information
stefanbuck authored Nov 4, 2018
1 parent d559318 commit 1dcd29c
Show file tree
Hide file tree
Showing 4 changed files with 2,530 additions and 3,566 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['airbnb', 'prettier'],
extends: ['airbnb', 'prettier', 'prettier/react'],
plugins: ['prettier', 'react'],
env: {
jest: true,
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
},
plugins: [
'transform-object-rest-spread',
'@babel/plugin-proposal-object-rest-spread',
['@babel/transform-react-jsx', { pragma: 'h' }],
],
};
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,43 +31,43 @@
"@babel/preset-env": "^7.1.0",
"async": "^2.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.0",
"babel-preset-jest": "^22.0.3",
"babel-preset-jest": "^23.2.0",
"chrome-launch": "^1.1.4",
"chrome-webstore-upload-cli": "^1.1.1",
"codecov": "^3.0.4",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.7",
"dotenv": "^6.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.4.0",
"jest": "^23.4.2",
"jest-fetch-mock": "^1.6.5",
"jest-puppeteer": "^3.2.1",
"chrome-webstore-upload-cli": "^1.2.0",
"codecov": "^3.1.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"dotenv": "^6.1.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"jest-fetch-mock": "^1.6.6",
"jest-puppeteer": "^3.4.0",
"json": "^9.0.4",
"json-loader": "^0.5.7",
"lerna": "^2.7.0",
"lerna": "^3.4.3",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.1",
"prettier": "^1.7.4",
"puppeteer": "^1.5.0",
"prettier": "^1.14.3",
"puppeteer": "^1.10.0",
"recursive-readdir": "^2.2.2",
"sinon": "^4.0.1",
"style-loader": "^0.19.0",
"web-ext": "^2.0.0",
"sinon": "^7.1.1",
"style-loader": "^0.23.1",
"web-ext": "^2.9.1",
"webext": "1.9.1-with-submit.1",
"webextension-polyfill": "^0.2.1",
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9"
"webextension-polyfill": "^0.3.1",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"optionalDependencies": {
"fsevents": "1.1.2"
"fsevents": "1.2.4"
},
"private": true
}
Loading

0 comments on commit 1dcd29c

Please sign in to comment.