Update all non-major dependencies (#81)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-09 05:03:10 +00:00 committed by GitHub
parent 08ab03a2d5
commit 269a2be2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 316 additions and 312 deletions

614
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" "lint:ts": "tsc --jsx preserve --skipLibCheck"
}, },
"dependencies": { "dependencies": {
"@astrojs/image": "0.11.1", "@astrojs/image": "0.11.2",
"@iconify-icon/react": "1.0.1", "@iconify-icon/react": "1.0.1",
"clsx": "1.2.1", "clsx": "1.2.1",
"prettier-plugin-astro": "0.7.0", "prettier-plugin-astro": "0.7.0",
@ -30,13 +30,13 @@
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.2",
"@iconify/json": "2.1.133", "@iconify/json": "2.1.134",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.8", "@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.42.0", "@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.0", "@typescript-eslint/parser": "5.42.1",
"astro": "1.6.3", "astro": "1.6.5",
"eslint": "8.26.0", "eslint": "8.27.0",
"eslint-config-airbnb": "19.0.4", "eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0", "eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0", "eslint-config-prettier": "8.5.0",
@ -55,7 +55,7 @@
"tailwindcss": "3.2.2", "tailwindcss": "3.2.2",
"type-fest": "3.2.0", "type-fest": "3.2.0",
"typescript": "4.8.4", "typescript": "4.8.4",
"vite": "3.2.2", "vite": "3.2.3",
"vite-tsconfig-paths": "3.5.2" "vite-tsconfig-paths": "3.5.2"
} }
} }