diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json index 1030dac..cbd29e3 100644 --- a/package.json +++ b/package.json @@ -9,17 +9,17 @@ "lint": "next lint" }, "dependencies": { - "autoprefixer": "10.4.14", + "autoprefixer": "^10.4.16", "date-fns": "^2.30.0", - "eslint": "8.44.0", - "eslint-config-next": "13.4.10", + "eslint": "^8.50.0", + "eslint-config-next": "^13.5.3", "gray-matter": "^4.0.3", - "markdown-to-jsx": "^7.2.1", - "next": "13.4.10", - "postcss": "8.4.26", - "react": "18.2.0", - "react-dom": "18.2.0", - "tailwindcss": "3.3.3" + "markdown-to-jsx": "^7.3.2", + "next": "^13.5.3", + "postcss": "^8.4.31", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "tailwindcss": "^3.3.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.9" |
