Skip to content

Commit

Permalink
Update Dependencies (#48)
Browse files Browse the repository at this point in the history
* Update dependencies in package.json

* Fix ESLint

* Fix Linting
  • Loading branch information
timoclsn authored Nov 2, 2023
1 parent 4afd00f commit 5f2438d
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 202 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"date-fns": "2.30.0",
"easyverein": "0.5.0",
"lodash": "4.17.21",
"next": "13.5.2",
"next": "14.0.1",
"next-contentlayer": "0.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "0.32.6",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@svgr/webpack": "8.1.0",
"@tailwindcss/typography": "0.5.10",
"@types/lodash": "4.14.198",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/lodash": "4.14.200",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"autoprefixer": "10.4.16",
"eslint": "8.47.0",
"eslint-config-next": "13.5.2",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "9.0.0",
"globby": "13.2.2",
"postcss": "8.4.30",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prettier-plugin-tailwindcss": "0.5.6",
"reading-time": "1.5.0",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 5f2438d

Please sign in to comment.