Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
raystinc authored Jan 19, 2024
1 parent 9c7c568 commit 5576dae
Show file tree
Hide file tree
Showing 2 changed files with 1,082 additions and 414 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.0.1",
"@vercel/og": "^0.5.4",
"@vercel/analytics": "^1.1.2",
"@vercel/og": "^0.6.2",
"api": "link:./src/api",
"components": "link:./src/components",
"framer-motion": "^10.12.12",
"framer-motion": "^10.18.0",
"lib": "link:./src/lib",
"next": "^13.4.2",
"next-seo": "^6.0.0",
"next": "^14.1.0",
"next-seo": "^6.4.0",
"pages": "link:./pages",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -27,17 +27,17 @@
"utils": "link:./src/utils"
},
"devDependencies": {
"@types/node": "^20.2.1",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 5576dae

Please sign in to comment.