Skip to content

Commit 20d3a09

Browse files
authoredJan 24, 2021
fix(deps): upgrade dependencies (#276)
1 parent e46e833 commit 20d3a09

File tree

2 files changed

+987
-704
lines changed

2 files changed

+987
-704
lines changed
 

‎package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
"youtube-player": "5.5.2"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "7.12.1",
35-
"@babel/core": "7.12.3",
34+
"@babel/cli": "7.12.10",
35+
"@babel/core": "7.12.10",
3636
"@babel/plugin-proposal-class-properties": "7.12.1",
37-
"@babel/preset-env": "7.12.1",
38-
"@babel/preset-react": "7.12.1",
39-
"@commitlint/cli": "9.1.2",
40-
"@commitlint/config-conventional": "9.1.2",
41-
"@testing-library/jest-dom": "5.11.4",
42-
"@testing-library/react": "11.1.0",
43-
"@types/youtube": "0.0.39",
37+
"@babel/preset-env": "7.12.11",
38+
"@babel/preset-react": "7.12.10",
39+
"@commitlint/cli": "11.0.0",
40+
"@commitlint/config-conventional": "11.0.0",
41+
"@testing-library/jest-dom": "5.11.9",
42+
"@testing-library/react": "11.2.3",
43+
"@types/youtube": "0.0.41",
4444
"@types/youtube-player": "5.5.3",
4545
"babel-eslint": "10.1.0",
46-
"babel-jest": "26.5.2",
47-
"babel-loader": "8.1.0",
48-
"commitizen": "4.2.1",
49-
"cross-env": "7.0.2",
46+
"babel-jest": "26.6.3",
47+
"babel-loader": "8.2.2",
48+
"commitizen": "4.2.3",
49+
"cross-env": "7.0.3",
5050
"cz-conventional-changelog": "3.3.0",
5151
"eslint": "6.8.0",
5252
"eslint-config-prettier": "6.13.0",
@@ -57,15 +57,15 @@
5757
"eslint-plugin-prettier": "3.1.4",
5858
"eslint-plugin-react": "7.21.4",
5959
"eslint-plugin-react-hooks": "2.5.1",
60-
"husky": "4.3.0",
61-
"jest": "26.5.3",
62-
"lint-staged": "10.4.2",
60+
"husky": "4.3.8",
61+
"jest": "26.6.3",
62+
"lint-staged": "10.5.3",
6363
"npm-run-all": "4.1.5",
6464
"parcel-bundler": "1.12.4",
65-
"prettier": "2.1.2",
65+
"prettier": "2.2.1",
6666
"react": "16.14.0",
6767
"react-dom": "16.14.0",
68-
"semantic-release": "17.2.3"
68+
"semantic-release": "17.3.7"
6969
},
7070
"peerDependencies": {
7171
"@types/youtube": "^0.0.38",

‎yarn.lock

+969-686
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.