Skip to content

Commit

Permalink
fix(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisaraiva19 committed Oct 17, 2020
1 parent 927aa27 commit 877dbca
Show file tree
Hide file tree
Showing 2 changed files with 1,299 additions and 475 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -31,41 +31,41 @@
"youtube-player": "5.5.2"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/plugin-proposal-class-properties": "7.10.1",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"@babel/cli": "7.12.1",
"@babel/core": "7.12.3",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.1",
"@commitlint/cli": "9.1.2",
"@commitlint/config-conventional": "9.1.2",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@testing-library/react": "11.1.0",
"@types/youtube": "0.0.39",
"@types/youtube-player": "5.5.3",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"babel-jest": "26.5.2",
"babel-loader": "8.1.0",
"commitizen": "4.1.5",
"commitizen": "4.2.1",
"cross-env": "7.0.2",
"cz-conventional-changelog": "3.2.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.11.0",
"eslint-config-prettier": "6.13.0",
"eslint-config-react-app": "5.2.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react": "7.21.4",
"eslint-plugin-react-hooks": "2.5.1",
"husky": "4.2.5",
"jest": "26.4.2",
"lint-staged": "10.2.11",
"husky": "4.3.0",
"jest": "26.5.3",
"lint-staged": "10.4.2",
"npm-run-all": "4.1.5",
"parcel-bundler": "1.12.4",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"semantic-release": "17.1.1"
"prettier": "2.1.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"semantic-release": "17.2.1"
},
"peerDependencies": {
"@types/youtube": "^0.0.38",
Expand Down

0 comments on commit 877dbca

Please sign in to comment.