Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 980b5f5 commit f86b4e0
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2.4.1
with:
version: latest
run_install: false
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"homepage": "https://github.com/mogland/mog-docs#readme",
"dependencies": {
"@openpanel/nextjs": "0.0.6-beta",
"@vercel/og": "^0.5.20",
"@vercel/og": "^0.6.2",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^10.16.5",
"framer-motion": "^10.18.0",
"next": "^13.3.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.5"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.6"
},
"devDependencies": {
"@types/node": "20.9.3",
"@types/react": "^18.2.38",
"@types/node": "20.14.11",
"@types/react": "^18.3.3",
"gray-matter": "^4.0.3",
"rss": "^1.2.2",
"typescript": "^5.3.2"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit f86b4e0

Please sign in to comment.