Update all non-major dependencies (#68)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-27 03:59:56 +00:00 committed by GitHub
parent 8992b4244f
commit 0ed07731f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 868 additions and 234 deletions

1092
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -19,7 +19,7 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck"
},
"dependencies": {
"@astrojs/image": "0.10.0",
"@astrojs/image": "0.11.0",
"@iconify-icon/react": "1.0.1",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.6.0",
@ -29,12 +29,12 @@
"devDependencies": {
"@astrojs/react": "1.2.1",
"@astrojs/tailwind": "2.1.1",
"@iconify/json": "2.1.127",
"@types/react": "18.0.22",
"@iconify/json": "2.1.129",
"@types/react": "18.0.23",
"@types/react-dom": "18.0.7",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"astro": "1.5.2",
"astro": "1.5.3",
"eslint": "8.26.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
@ -54,7 +54,7 @@
"tailwindcss": "3.2.1",
"type-fest": "3.1.0",
"typescript": "4.8.4",
"vite": "3.1.8",
"vite": "3.2.0",
"vite-tsconfig-paths": "3.5.2"
}
}