Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lint-staged-15.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
programmiri authored Dec 17, 2024
2 parents 2bb5e52 + 450eee5 commit 2390aea
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@mdx-js/react": "^3.1.0",
"@snowplow/browser-tracker": "^4.0.4",
"@snowplow/browser-tracker": "^4.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.6.3",
"@docusaurus/module-type-aliases": "3.6.1",
"@docusaurus/module-type-aliases": "3.6.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^4.0.1",
Expand All @@ -59,7 +59,7 @@
"markdown-link-check": "^3.13.6",
"markdownlint": "^0.36.1",
"markdownlint-cli": "^0.43.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prop-types": "^15.8.1"
},
"browserslist": {
Expand Down
133 changes: 41 additions & 92 deletions pnpm-lock.yaml

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

0 comments on commit 2390aea

Please sign in to comment.