Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Jul 15, 2024
1 parent ffcc11e commit 463eec5
Show file tree
Hide file tree
Showing 6 changed files with 649 additions and 2,463 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 0 additions & 2 deletions .prettierignore

This file was deleted.

50 changes: 16 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,29 @@
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"lint-staged": "lint-staged",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "pnpm prettier:check && pnpm lint"
},
"git": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
"start": "next start"
},
"dependencies": {
"@heroicons/react": "2.1.1",
"clsx": "2.1.0",
"date-fns": "3.1.0",
"@heroicons/react": "2.1.5",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"dinero.js": "2.0.0-alpha.8",
"geist": "1.2.0",
"next": "14.0.5-canary.42",
"react": "18.2.0",
"react-dom": "18.2.0"
"geist": "1.3.1",
"next": "15.0.0-canary.67",
"react": "19.0.0-rc-8b08e99e-20240713",
"react-dom": "19.0.0-rc-8b08e99e-20240713"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@vercel/git-hooks": "1.0.0",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"lint-staged": "15.2.0",
"postcss": "8.4.33",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "0.5.11",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"postcss": "8.4.39",
"tailwindcss": "3.4.5",
"typescript": "5.5.3"
}
}
Loading

0 comments on commit 463eec5

Please sign in to comment.