Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Apr 17, 2024
1 parent 58efc20 commit 236914f
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 89 deletions.
172 changes: 91 additions & 81 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -23,28 +23,28 @@
"start": "next start"
},
"dependencies": {
"next": "^14.1.4",
"next": "^14.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.3",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.9",
"@evilmartians/lefthook": "^1.6.10",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.6",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/xml-escape": "^1.1.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"prettier-plugin-tailwindcss": "^0.5.14",
"rimraf": "^5.0.5",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.0",
Expand Down

0 comments on commit 236914f

Please sign in to comment.