Update all non-major dependencies (#85)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6bb39e3b3
commit
89f1dcc0d0
2 changed files with 319 additions and 350 deletions
657
package-lock.json
generated
657
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -32,10 +32,10 @@
|
|||
"@astrojs/react": "1.2.2",
|
||||
"@astrojs/tailwind": "2.1.2",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.8",
|
||||
"@typescript-eslint/eslint-plugin": "5.42.1",
|
||||
"@typescript-eslint/parser": "5.42.1",
|
||||
"astro": "1.6.7",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.43.0",
|
||||
"@typescript-eslint/parser": "5.43.0",
|
||||
"astro": "1.6.8",
|
||||
"eslint": "8.27.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
"postcss": "8.4.19",
|
||||
"prettier": "2.7.1",
|
||||
"tailwindcss": "3.2.4",
|
||||
"typescript": "4.8.4",
|
||||
"vite": "3.2.3",
|
||||
"typescript": "4.9.3",
|
||||
"vite": "3.2.4",
|
||||
"vite-tsconfig-paths": "3.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue