Skip to content

Commit

Permalink
fix: Update versions in pnpm lock file (#98)
Browse files Browse the repository at this point in the history
Update versions of packages in the pnpm lock file for consistency and to
address any potential vulnerabilities. Most notably, updating versions of
@keystatic/core, @radix-ui dependencies, lucide-react, and next packages to
match the latest versions.
  • Loading branch information
y3owk1n authored Apr 14, 2024
1 parent 030b001 commit 62922de
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 253 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.28",
"lucide-react": "^0.367.0",
"next": "^14.2.0",
"lucide-react": "^0.368.0",
"next": "^14.2.1",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -50,14 +50,14 @@
"@tailwindcss/typography": "^0.5.12",
"@types/eslint": "^8.56.9",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"eslint-config-next": "^14.2.1",
"eslint-plugin-only-warn": "^1.1.0",
"postcss": "^8.4.38",
"shiki": "^1.3.0",
Expand Down
Loading

0 comments on commit 62922de

Please sign in to comment.