Update all non-major dependencies (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
8992b4244f
commit
0ed07731f0
2 changed files with 868 additions and 234 deletions
1092
package-lock.json
generated
1092
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
|
@ -19,7 +19,7 @@
|
||||||
"lint:ts": "tsc --jsx preserve --skipLibCheck"
|
"lint:ts": "tsc --jsx preserve --skipLibCheck"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/image": "0.10.0",
|
"@astrojs/image": "0.11.0",
|
||||||
"@iconify-icon/react": "1.0.1",
|
"@iconify-icon/react": "1.0.1",
|
||||||
"clsx": "1.2.1",
|
"clsx": "1.2.1",
|
||||||
"prettier-plugin-astro": "0.6.0",
|
"prettier-plugin-astro": "0.6.0",
|
||||||
|
|
@ -29,12 +29,12 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "1.2.1",
|
"@astrojs/react": "1.2.1",
|
||||||
"@astrojs/tailwind": "2.1.1",
|
"@astrojs/tailwind": "2.1.1",
|
||||||
"@iconify/json": "2.1.127",
|
"@iconify/json": "2.1.129",
|
||||||
"@types/react": "18.0.22",
|
"@types/react": "18.0.23",
|
||||||
"@types/react-dom": "18.0.7",
|
"@types/react-dom": "18.0.7",
|
||||||
"@typescript-eslint/eslint-plugin": "5.41.0",
|
"@typescript-eslint/eslint-plugin": "5.41.0",
|
||||||
"@typescript-eslint/parser": "5.41.0",
|
"@typescript-eslint/parser": "5.41.0",
|
||||||
"astro": "1.5.2",
|
"astro": "1.5.3",
|
||||||
"eslint": "8.26.0",
|
"eslint": "8.26.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,7 +54,7 @@
|
||||||
"tailwindcss": "3.2.1",
|
"tailwindcss": "3.2.1",
|
||||||
"type-fest": "3.1.0",
|
"type-fest": "3.1.0",
|
||||||
"typescript": "4.8.4",
|
"typescript": "4.8.4",
|
||||||
"vite": "3.1.8",
|
"vite": "3.2.0",
|
||||||
"vite-tsconfig-paths": "3.5.2"
|
"vite-tsconfig-paths": "3.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue