Update all non-major dependencies (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-10 03:29:06 +00:00 committed by GitHub
parent fd5edd8791
commit 7127093931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 950 additions and 186 deletions

1114
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,41 +18,41 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck"
},
"dependencies": {
"@astrojs/image": "0.5.0",
"@iconify-icon/react": "1.0.0-beta.3",
"@astrojs/image": "0.7.0",
"@iconify-icon/react": "1.0.0",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@astrojs/react": "1.1.1",
"@astrojs/react": "1.1.2",
"@astrojs/tailwind": "1.0.0",
"@iconify/json": "2.1.102",
"@iconify/json": "2.1.105",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"astro": "1.1.5",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"astro": "1.2.1",
"eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.5.0",
"eslint-plugin-astro": "0.18.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-astro": "0.19.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-file-progress": "1.3.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.4",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"tailwindcss": "3.1.8",
"type-fest": "2.19.0",
"vite": "3.0.9",
"vite": "3.1.0",
"vite-tsconfig-paths": "3.5.0"
}
}