Skip to content

Commit

Permalink
chore(deps): upgrade deps
Browse files Browse the repository at this point in the history
Dependencies now require node@>v10.18

BREAKING CHANGE: Requires node >= 10.18
  • Loading branch information
alampros committed Jul 17, 2020
1 parent 3c51a90 commit 25d75da
Show file tree
Hide file tree
Showing 2 changed files with 5,091 additions and 4,032 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/commit-analyzer": "^6.1.0",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"@semantic-release/npm": "^5.1.4",
"@semantic-release/release-notes-generator": "^7.1.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-info": "^5.1.10",
"@storybook/addon-knobs": "^5.1.10",
Expand All @@ -73,28 +73,28 @@
"@storybook/addons": "^5.1.10",
"@storybook/react": "^5.1.10",
"@types/react": "^16.8.24",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.0.2",
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-config-standard-react": "^8.0.0",
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.0.1",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.10",
"nodemon": "^2.0.4",
"react": "^16.3.0",
"react-docgen-typescript-loader": "^3.0.1",
"react-dom": "^16.3.0",
"react-fps-stats": "^0.1.2",
"react-use": "^10.5.0",
"semantic-release": "^15.13.19",
"react-use": "^15.3.2",
"semantic-release": "^17.1.1",
"typescript": "^3.3.3333",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
Expand All @@ -115,6 +115,6 @@
]
},
"engines": {
"node": ">=10"
"node": ">=10.18"
}
}
Loading

0 comments on commit 25d75da

Please sign in to comment.