Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
TypeScript has been held back
  • Loading branch information
remcohaszing committed Aug 22, 2020
1 parent 88af543 commit ab47bb1
Show file tree
Hide file tree
Showing 5 changed files with 527 additions and 499 deletions.
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "jest"
},
"dependencies": {
"find-up": "^4.1.0"
"find-up": "^5.0.0"
},
"peerDependencies": {
"eslint": "^7",
Expand Down
2 changes: 1 addition & 1 deletion examples/babel-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/preset-react": "^7.10.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.45",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"bulma": "^0.9.0",
"classnames": "^2.2.6",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/eslint-parser": "^7.11.0",
"@babel/eslint-plugin": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"eslint": "^7.6.0",
"@babel/core": "^7.11.4",
"@babel/eslint-parser": "^7.11.4",
"@babel/eslint-plugin": "^7.11.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest-formatting": "^2.0.0",
"eslint-plugin-jsdoc": "^30.2.1",
"eslint-plugin-jsdoc": "^30.2.4",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-markdown": "^2.0.0-alpha.0",
"eslint-plugin-markdown": "^2.0.0-rc.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"eslint-plugin-unicorn": "^21.0.0",
"jest": "^26.2.2",
"jest": "^26.4.1",
"prettier": "^2.0.5",
"prettier-plugin-packagejson": "^2.2.5",
"typescript": "^3.9.7"
Expand Down

0 comments on commit ab47bb1

Please sign in to comment.