Skip to content

Commit

Permalink
Merge branch 'main' into char0n/4120-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored May 21, 2024
2 parents a47c709 + 81d92c5 commit cc13869
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mkdir deploy-dir
unzip build.zip -d deploy-dir
- name: Deploy 🚀
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
Expand Down
115 changes: 56 additions & 59 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@types/mocha": "=10.0.6",
"@types/node": "=20.12.12",
"@types/sinon": "=17.0.3",
"@typescript-eslint/eslint-plugin": "=7.9.0",
"@typescript-eslint/parser": "=7.9.0",
"@typescript-eslint/eslint-plugin": "=7.10.0",
"@typescript-eslint/parser": "=7.10.0",
"babel-loader": "=9.1.3",
"benchmark": "=2.1.4",
"chai": "=4.4.1",
Expand Down Expand Up @@ -89,7 +89,7 @@
"prettier": "=3.2.5",
"rimraf": "=5.0.7",
"rollup": "=4.17.2",
"rollup-plugin-dts": "=6.1.0",
"rollup-plugin-dts": "=6.1.1",
"sinon": "=18.0.0",
"terser-webpack-plugin": "=5.3.10",
"ts-node": "=10.9.2",
Expand Down

0 comments on commit cc13869

Please sign in to comment.