Update all non-major dependencies (#38)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-30 04:57:57 +00:00 committed by GitHub
parent 49b69d427a
commit 000749bf21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 930 additions and 490 deletions

1400
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,23 +18,23 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck"
},
"dependencies": {
"@astrojs/image": "0.7.1",
"@astrojs/image": "0.8.1",
"@iconify-icon/react": "1.0.0",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.4",
"prettier-plugin-astro": "0.5.5",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@astrojs/react": "1.1.4",
"@astrojs/tailwind": "1.0.1",
"@iconify/json": "2.1.110",
"@types/react": "18.0.20",
"@iconify/json": "2.1.115",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"astro": "1.2.8",
"eslint": "8.23.1",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"astro": "1.4.0",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
@ -52,7 +52,7 @@
"prettier": "2.7.1",
"tailwindcss": "3.1.8",
"type-fest": "2.19.0",
"vite": "3.1.3",
"vite-tsconfig-paths": "3.5.0"
"vite": "3.1.4",
"vite-tsconfig-paths": "3.5.1"
}
}