Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Jun 23, 2024
1 parent dd467df commit 5c35a50
Show file tree
Hide file tree
Showing 3 changed files with 332 additions and 328 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Lighthouse Report
:vertical_traffic_light: Waiting for the Vercel preview ...
- name: Waiting for the Vercel preview
uses: patrickedqvist/[email protected].1
uses: patrickedqvist/[email protected].2
id: vercel
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -46,7 +46,7 @@ jobs:
:hammer_and_wrench: Running Lighthouse audit on ${{ steps.vercel.outputs.url }} ...
- name: Audit using Lighthouse
id: lighthouse
uses: treosh/lighthouse-ci-action@v11
uses: treosh/lighthouse-ci-action@v12
with:
urls: |
${{ steps.vercel.outputs.url }}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "awesome-notes",
"version": "3.18.7",
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"description": "Personal Learning Notes (TIL)",
"author": "sabertazimi",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@easyops-cn/docusaurus-search-local": "^0.44.0",
"@easyops-cn/docusaurus-search-local": "^0.44.2",
"clsx": "^2.1.1",
"katex": "^0.16.10",
"react": "^18.3.1",
Expand All @@ -63,14 +63,14 @@
"@docusaurus/tsconfig": "3.4.0",
"@docusaurus/types": "3.4.0",
"@mdx-js/react": "^3.0.1",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"ci-info": "^4.0.0",
"commit-and-tag-version": "^12.4.1",
"eslint": "^8.57.0",
"markdownlint-cli": "^0.41.0",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 5c35a50

Please sign in to comment.