diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 15:51:41 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-01 15:51:41 -0400 |
| commit | 83b9cde3cde8af318bc490ffe5beb66fdd2cec6f (patch) | |
| tree | d042306bec3414a9e7d5f2bbb2dcb9b3c4eacca4 /package.json | |
| parent | a04ae661c547e7e051927e7a169aeb492f50a532 (diff) | |
| download | alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.tar.gz alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.tar.bz2 alure-website-83b9cde3cde8af318bc490ffe5beb66fdd2cec6f.zip | |
Travel advisory update
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" |
