Skip to content

Commit 069ac57

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/ts-node-10.9.1
2 parents b53e426 + da4a1c1 commit 069ac57

21 files changed

+205
-1334
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This workflow was added by CodeSee. Learn more at https://codesee.io/
2+
# This is v2.0 of this workflow file
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request_target:
8+
types: [opened, synchronize, reopened]
9+
10+
name: CodeSee
11+
12+
permissions: read-all
13+
14+
jobs:
15+
codesee:
16+
runs-on: ubuntu-latest
17+
continue-on-error: true
18+
name: Analyze the repo with CodeSee
19+
steps:
20+
- uses: Codesee-io/codesee-action@v2
21+
with:
22+
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
node-version: [12.x, 14.x, 16.x]
11+
node-version: [14.x, 16.x, 18.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ Codesandbox
181181
We are open to all new contribution, feel free to
182182
read [CONTRIBUTING](https://github.com/chintan9/plyr-react/blob/master/CONTRIBUTING.md)
183183
and [CODE OF CONDUCT](https://github.com/chintan9/plyr-react/blob/master/CODE_OF_CONDUCT.md) section, make new issue to
184-
discuss about the problem, and improve/fix/enhance the source code with your PRs. There is a ready to code Gitpod, you
184+
discuss about the problem
185+
[![Gitter](https://badges.gitter.im/plyr-react/community.svg)](https://gitter.im/plyr-react/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge), and improve/fix/enhance the source code with your PRs. There is a ready to code Gitpod, you
185186
can jump into it
186187
from <a href="https://gitpod.io/#https://github.com/chintan9/plyr-react" title="Gitpod plyr-react"><img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod" alt="Gitpod Ready-to-Code"><a/>
187188

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ currently being supported with security updates.
99
| ------- | ------------------ |
1010
| 5.1.x | :white_check_mark: |
1111
| 5.0.x | :x: |
12-
| 4.0.x | :white_check_mark: |
12+
| 4.0.x | :x: |
1313
| < 4.0 | :x: |
1414

1515
## Reporting a Vulnerability

dist/LICENSE

-21
This file was deleted.

dist/README.md

-196
This file was deleted.

dist/esm/index.d.ts

-18
This file was deleted.

0 commit comments

Comments
 (0)