Update all non-major dependencies (#85)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-16 03:26:59 +00:00 committed by GitHub
parent e6bb39e3b3
commit 89f1dcc0d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 319 additions and 350 deletions

657
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,10 +32,10 @@
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.2",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.8", "@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.42.1", "@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.42.1", "@typescript-eslint/parser": "5.43.0",
"astro": "1.6.7", "astro": "1.6.8",
"eslint": "8.27.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",
@ -54,8 +54,8 @@
"postcss": "8.4.19", "postcss": "8.4.19",
"prettier": "2.7.1", "prettier": "2.7.1",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.4",
"typescript": "4.8.4", "typescript": "4.9.3",
"vite": "3.2.3", "vite": "3.2.4",
"vite-tsconfig-paths": "3.5.2" "vite-tsconfig-paths": "3.5.2"
} }
} }