Skip to content

Commit 431debc

Browse files
authored
Merge pull request #275 from tjallingt/canary
chore: release
2 parents d1bd41f + b5d3760 commit 431debc

5 files changed

Lines changed: 1009 additions & 720 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
14-
- name: Use Node.js 12
14+
- name: Use Node.js 14
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
17+
node-version: 14.x
1818
- name: Install dependencies
1919
uses: bahmutov/npm-install@v1
2020
- name: Build example

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15-
- name: Use Node.js 12
15+
- name: Use Node.js 14
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 14.x
1919
- name: Install dependencies
2020
uses: bahmutov/npm-install@v1
2121
- name: Run tests

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Node.js ${{ matrix.node }}
99
strategy:
1010
matrix:
11-
node: ["10.x", "11.x", "12.x", "13.x", "14.x"]
11+
node: ["10.x", "11.x", "12.x", "13.x", "14.x", "15.x"]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

package.json

Lines changed: 18 additions & 19 deletions
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,18 +57,17 @@
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.1"
68+
"semantic-release": "17.3.7"
6969
},
7070
"peerDependencies": {
71-
"@types/youtube": "^0.0.38",
7271
"react": ">=0.14.1"
7372
},
7473
"engines": {

0 commit comments

Comments
 (0)