Update all non-major dependencies (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
db143f8060
commit
a06ed14de1
2 changed files with 16 additions and 16 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
|
@ -19,12 +19,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "1.2.2",
|
||||
"@astrojs/tailwind": "2.1.2",
|
||||
"@astrojs/tailwind": "2.1.3",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
"@typescript-eslint/parser": "5.44.0",
|
||||
"astro": "1.6.10",
|
||||
"astro": "1.6.11",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
|
|
@ -205,9 +205,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@astrojs/tailwind": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz",
|
||||
"integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==",
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz",
|
||||
"integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@proload/core": "^0.3.2",
|
||||
|
|
@ -1678,9 +1678,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz",
|
||||
"integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==",
|
||||
"version": "1.6.11",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz",
|
||||
"integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.29.15",
|
||||
|
|
@ -10711,9 +10711,9 @@
|
|||
}
|
||||
},
|
||||
"@astrojs/tailwind": {
|
||||
"version": "2.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz",
|
||||
"integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==",
|
||||
"version": "2.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz",
|
||||
"integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@proload/core": "^0.3.2",
|
||||
|
|
@ -11833,9 +11833,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "1.6.10",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz",
|
||||
"integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==",
|
||||
"version": "1.6.11",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz",
|
||||
"integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^0.29.15",
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/react": "1.2.2",
|
||||
"@astrojs/tailwind": "2.1.2",
|
||||
"@astrojs/tailwind": "2.1.3",
|
||||
"@types/react": "18.0.25",
|
||||
"@types/react-dom": "18.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.44.0",
|
||||
"@typescript-eslint/parser": "5.44.0",
|
||||
"astro": "1.6.10",
|
||||
"astro": "1.6.11",
|
||||
"eslint": "8.28.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue