Skip to content

Bump @babel/traverse from 7.17.0 to 7.23.2 #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,22 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn set version 3.6.3
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run lint
Expand Down
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions docs/0.22722940.iframe.bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/0.22722940.iframe.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
1 change: 1 addition & 0 deletions docs/0.22722940.iframe.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/0.38693487deaa3a58181e.manager.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/0.8c4ad4f3ccf3a26b3924.manager.bundle.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/0.8c4ad4f3ccf3a26b3924.manager.bundle.js.LICENSE.txt

This file was deleted.

3 changes: 0 additions & 3 deletions docs/0.f05d213e.iframe.bundle.js

This file was deleted.

8 changes: 0 additions & 8 deletions docs/0.f05d213e.iframe.bundle.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/0.f05d213e.iframe.bundle.js.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/1.6a4e6319.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/1.ab59f28d.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/1.b0a9b30756c590b1098b.manager.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/2.a372bc98.iframe.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/2.b82fafb0.iframe.bundle.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/4.448022d5a1f1789fbfd7.manager.bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/4.448022d5a1f1789fbfd7.manager.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Prism: Lightweight, robust, elegant syntax highlighting
*
* @license MIT <https://opensource.org/licenses/MIT>
* @author Lea Verou <https://lea.verou.me>
* @namespace
* @public
*/
2 changes: 2 additions & 0 deletions docs/5.66b7c5d3928352cef6e7.manager.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/5.86f65ef9a905201850be.manager.bundle.js

This file was deleted.

31 changes: 0 additions & 31 deletions docs/5.86f65ef9a905201850be.manager.bundle.js.LICENSE.txt

This file was deleted.

Loading