Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Mar 7, 2024
1 parent dc97499 commit e57152b
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 79 deletions.
148 changes: 76 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -23,28 +23,28 @@
"start": "next start"
},
"dependencies": {
"next": "^14.1.1",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.5",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/xml-escape": "^1.1.3",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.1",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"rimraf": "^5.0.5",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
Expand Down

0 comments on commit e57152b

Please sign in to comment.