Update all non-major dependencies (#96)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-25 02:47:19 +00:00 committed by GitHub
parent db143f8060
commit a06ed14de1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View file

@ -19,12 +19,12 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.3",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.9", "@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0", "@typescript-eslint/parser": "5.44.0",
"astro": "1.6.10", "astro": "1.6.11",
"eslint": "8.28.0", "eslint": "8.28.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",
@ -205,9 +205,9 @@
} }
}, },
"node_modules/@astrojs/tailwind": { "node_modules/@astrojs/tailwind": {
"version": "2.1.2", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz",
"integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@proload/core": "^0.3.2", "@proload/core": "^0.3.2",
@ -1678,9 +1678,9 @@
"dev": true "dev": true
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "1.6.10", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz",
"integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==", "integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.29.15", "@astrojs/compiler": "^0.29.15",
@ -10711,9 +10711,9 @@
} }
}, },
"@astrojs/tailwind": { "@astrojs/tailwind": {
"version": "2.1.2", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.2.tgz", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.3.tgz",
"integrity": "sha512-nIrlT+WWp/Wv2VQ29Nvncq608E+j3qB9k1f7yiAjY2ijxizZo4OnQzdRPQcIjIZHL5YxPtzbcoSP2u3v+Domqw==", "integrity": "sha512-W7UUUBJ3itDGcvJPvk+M/eNKFlLBYGODIzPsJ3zuehNzcJDhv/Ues+TzrpSvd0FaKfmV9Zlq3ZtToy96xxJU6Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@proload/core": "^0.3.2", "@proload/core": "^0.3.2",
@ -11833,9 +11833,9 @@
"dev": true "dev": true
}, },
"astro": { "astro": {
"version": "1.6.10", "version": "1.6.11",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.6.10.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-1.6.11.tgz",
"integrity": "sha512-W/ZGROkCKsDicpiXB82n8EkY6I0/12wdXS80NGaBdIUR1jZZxdN+0YMmdz+C2kYbjlo45KUsXpC/Tej+5KQYSQ==", "integrity": "sha512-T0xb0U0FOrqXxl87x4mjpufhf0b47RMPIu8WWK+2ODrRZkPj1sr24alh3Y/PLSyiWSqoGZF7xzQ6hzt0jDCyVQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@astrojs/compiler": "^0.29.15", "@astrojs/compiler": "^0.29.15",

View file

@ -30,12 +30,12 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/react": "1.2.2", "@astrojs/react": "1.2.2",
"@astrojs/tailwind": "2.1.2", "@astrojs/tailwind": "2.1.3",
"@types/react": "18.0.25", "@types/react": "18.0.25",
"@types/react-dom": "18.0.9", "@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.44.0", "@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0", "@typescript-eslint/parser": "5.44.0",
"astro": "1.6.10", "astro": "1.6.11",
"eslint": "8.28.0", "eslint": "8.28.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",