Update all non-major dependencies (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7c66e20b07
commit
5b4ca5eb8a
2 changed files with 111 additions and 115 deletions
206
package-lock.json
generated
206
package-lock.json
generated
|
|
@ -9,7 +9,7 @@
|
|||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"@astrojs/image": "0.9.2",
|
||||
"@iconify-icon/react": "1.0.0",
|
||||
"@iconify-icon/react": "1.0.1",
|
||||
"clsx": "1.2.1",
|
||||
"prettier-plugin-astro": "0.5.5",
|
||||
"react": "18.2.0",
|
||||
|
|
@ -18,18 +18,18 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/react": "1.1.4",
|
||||
"@astrojs/tailwind": "2.0.2",
|
||||
"@iconify/json": "2.1.118",
|
||||
"@iconify/json": "2.1.119",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"astro": "1.4.5",
|
||||
"eslint": "8.24.0",
|
||||
"astro": "1.4.6",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-typescript": "3.5.1",
|
||||
"eslint-plugin-astro": "0.19.0",
|
||||
"eslint-plugin-astro": "0.20.0",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-file-progress": "1.3.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
|
|
@ -685,9 +685,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@eslint/eslintrc": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz",
|
||||
"integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==",
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
|
||||
"integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"ajv": "^6.12.4",
|
||||
|
|
@ -748,16 +748,6 @@
|
|||
"node": ">=10.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@humanwhocodes/gitignore-to-minimatch": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz",
|
||||
"integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==",
|
||||
"dev": true,
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/nzakas"
|
||||
}
|
||||
},
|
||||
"node_modules/@humanwhocodes/module-importer": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
||||
|
|
@ -778,23 +768,23 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@iconify-icon/react": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-icon/react/-/react-1.0.0.tgz",
|
||||
"integrity": "sha512-tGFGohB415e9tbPT6mvVicngBbunel/AnYyKiCVs1mNhAs8yNQ8IAuixepIPlCeTHrXbmZ9oQEx+Hxg9MIsZ9g==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-icon/react/-/react-1.0.1.tgz",
|
||||
"integrity": "sha512-wQkn2+qHwOGYCNf0ctZKDtX8C9lTxKb6imJiTYYY/0HCnRi0MKfMRjjse0rKJZXrwlGMpYx88/Mm6fign6F8nA==",
|
||||
"dependencies": {
|
||||
"iconify-icon": "^1.0.0"
|
||||
"iconify-icon": "^1.0.1"
|
||||
},
|
||||
"funding": {
|
||||
"url": "http://github.com/sponsors/cyberalien"
|
||||
"url": "https://github.com/sponsors/cyberalien"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16"
|
||||
}
|
||||
},
|
||||
"node_modules/@iconify/json": {
|
||||
"version": "2.1.118",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.118.tgz",
|
||||
"integrity": "sha512-mvCocCcWIIoF/IiBQS0hIMqpmXYVbZsmNM8CyQCn6jEPEEKWpW5/vK+W+qOWO7+F7Hrs3//8OyLMh131by7zSQ==",
|
||||
"version": "2.1.119",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.119.tgz",
|
||||
"integrity": "sha512-cWQ1c7mEizqyvL5+IhQLtW59tqaIy8TFSOtVn7fun2IDhtrLxkNcyaJe9rkzIC3KF8/HYADIraSHb+M81y2YqQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@iconify/types": "*",
|
||||
|
|
@ -1636,9 +1626,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/astro": {
|
||||
"version": "1.4.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.5.tgz",
|
||||
"integrity": "sha512-7uflNdFMsAONkEdtNRqP1XgtgdUhiiFfYd3DjtaoaskYhcnfKKYy8Lht0stIQaMtAqITIy0LLTDvDM/j8SfuUw==",
|
||||
"version": "1.4.6",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.6.tgz",
|
||||
"integrity": "sha512-zGi3uCl+VwBYwbmccyo9M4xI68gx+M7jJdP7kFSR3UCdmDbCoCY6u85ixAAjbkMUSNsuxsrBrhH9HW/X5SGTzQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.26.0",
|
||||
|
|
@ -1710,14 +1700,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/astro-eslint-parser": {
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.6.0.tgz",
|
||||
"integrity": "sha512-r19bK7HcXgLOxVEdw937TluMmi2LVqJq2eGfKADVRIDnMF2UhLa/H3K4E/C2OD9+4tGgrvOUU19Tjt4PV8lvFQ==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.7.2.tgz",
|
||||
"integrity": "sha512-WgmUAjfmhlWoVQvaJsMCrX3QB7jIgBoBJO7bx3hxG2W+rKMmBP6MYR/Gl7tJciLdz3yld9Q1LqIRdRg9efBQSw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0",
|
||||
"@astrojs/compiler": "^0.27.0",
|
||||
"@typescript-eslint/types": "^5.25.0",
|
||||
"astrojs-compiler-sync": "^0.2.0",
|
||||
"astrojs-compiler-sync": "^0.3.0",
|
||||
"debug": "^4.3.4",
|
||||
"eslint-visitor-keys": "^3.0.0",
|
||||
"espree": "^9.0.0"
|
||||
|
|
@ -1729,6 +1719,30 @@
|
|||
"url": "https://github.com/sponsors/ota-meshi"
|
||||
}
|
||||
},
|
||||
"node_modules/astro-eslint-parser/node_modules/@astrojs/compiler": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.27.0.tgz",
|
||||
"integrity": "sha512-iFZ7aHEMtZnUYnL/PWAaxMB6YMLfHlj+dRi86ALngDpuKRELEDQrxhpwGShAoOW//SZX0BYc5mZpAa92TuB7yg==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/astro-eslint-parser/node_modules/astrojs-compiler-sync": {
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.1.tgz",
|
||||
"integrity": "sha512-IzPuzkwdiRIZoBhCTuFhuBMWVESXgthTdwQ24QS8LvLargcWAA4E21KmZo4wimsmOG5vj4KKs9QFpy9zhXuo9Q==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"synckit": "^0.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ota-meshi"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@astrojs/compiler": ">=0.27.0"
|
||||
}
|
||||
},
|
||||
"node_modules/astro/node_modules/@astrojs/compiler": {
|
||||
"version": "0.26.1",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.26.1.tgz",
|
||||
|
|
@ -1750,24 +1764,6 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/astrojs-compiler-sync": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.2.2.tgz",
|
||||
"integrity": "sha512-R7+WVPLWir4EalhJGk0IbrA7bWg+8pFB2cmxP5WNnZd/fmcAN1TnSb9RV1SyAIea+cyzd5c9l5Iu5/T5rl+EMQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"synckit": "^0.8.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.18.0 || >=16.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ota-meshi"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@astrojs/compiler": ">=0.18.0"
|
||||
}
|
||||
},
|
||||
"node_modules/autoprefixer": {
|
||||
"version": "10.4.8",
|
||||
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz",
|
||||
|
|
@ -3163,14 +3159,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "8.24.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz",
|
||||
"integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==",
|
||||
"version": "8.25.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz",
|
||||
"integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@eslint/eslintrc": "^1.3.2",
|
||||
"@eslint/eslintrc": "^1.3.3",
|
||||
"@humanwhocodes/config-array": "^0.10.5",
|
||||
"@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"ajv": "^6.10.0",
|
||||
"chalk": "^4.0.0",
|
||||
|
|
@ -3375,13 +3370,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-astro": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.19.0.tgz",
|
||||
"integrity": "sha512-XOvTgFlSThgUQwDMjbj9gTu75Sig5IWpseN1hsGputC9tiZ857CrMLK3UimWCwIS6n3hTYYPWIkpcucEU/o0Uw==",
|
||||
"version": "0.20.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.20.0.tgz",
|
||||
"integrity": "sha512-+g6Nn8HyQVkMPaLMd7qzh7j+8v/eescRbAM/tbdYeKdrP8S5Yc4SlQSGj3Wh9/RV9Sn8sHk+wnj+KjCArbReRw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/types": "^5.25.0",
|
||||
"astro-eslint-parser": "^0.6.0",
|
||||
"astro-eslint-parser": "^0.7.0",
|
||||
"eslint-utils": "^3.0.0",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-selector-parser": "^6.0.10",
|
||||
|
|
@ -4968,14 +4963,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/iconify-icon": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.0.tgz",
|
||||
"integrity": "sha512-UY4PDCKQPpIGgDIx2yxM8wiOdMdLz0mb93dTV0Ox5hThwO8OA2zy8gDmjRReKqkPHK/mY7p/ivDaDGHE8O9xIw==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.1.tgz",
|
||||
"integrity": "sha512-8qXahj8q0fJ1uMkVJ1DujJw35CWBFxUY9UFCzytfItNjcoj+Dz7yUakuXTzaByIc8seQCnw9CuLVzHdw7yEkBQ==",
|
||||
"dependencies": {
|
||||
"@iconify/types": "^2.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "http://github.com/sponsors/cyberalien"
|
||||
"url": "https://github.com/sponsors/cyberalien"
|
||||
}
|
||||
},
|
||||
"node_modules/ieee754": {
|
||||
|
|
@ -10750,9 +10745,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"@eslint/eslintrc": {
|
||||
"version": "1.3.2",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.2.tgz",
|
||||
"integrity": "sha512-AXYd23w1S/bv3fTs3Lz0vjiYemS08jWkI3hYyS9I1ry+0f+Yjs1wm+sU0BS8qDOPrBIkp4qHYC16I8uVtpLajQ==",
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz",
|
||||
"integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ajv": "^6.12.4",
|
||||
|
|
@ -10794,12 +10789,6 @@
|
|||
"minimatch": "^3.0.4"
|
||||
}
|
||||
},
|
||||
"@humanwhocodes/gitignore-to-minimatch": {
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz",
|
||||
"integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==",
|
||||
"dev": true
|
||||
},
|
||||
"@humanwhocodes/module-importer": {
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
||||
|
|
@ -10813,17 +10802,17 @@
|
|||
"dev": true
|
||||
},
|
||||
"@iconify-icon/react": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-icon/react/-/react-1.0.0.tgz",
|
||||
"integrity": "sha512-tGFGohB415e9tbPT6mvVicngBbunel/AnYyKiCVs1mNhAs8yNQ8IAuixepIPlCeTHrXbmZ9oQEx+Hxg9MIsZ9g==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@iconify-icon/react/-/react-1.0.1.tgz",
|
||||
"integrity": "sha512-wQkn2+qHwOGYCNf0ctZKDtX8C9lTxKb6imJiTYYY/0HCnRi0MKfMRjjse0rKJZXrwlGMpYx88/Mm6fign6F8nA==",
|
||||
"requires": {
|
||||
"iconify-icon": "^1.0.0"
|
||||
"iconify-icon": "^1.0.1"
|
||||
}
|
||||
},
|
||||
"@iconify/json": {
|
||||
"version": "2.1.118",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.118.tgz",
|
||||
"integrity": "sha512-mvCocCcWIIoF/IiBQS0hIMqpmXYVbZsmNM8CyQCn6jEPEEKWpW5/vK+W+qOWO7+F7Hrs3//8OyLMh131by7zSQ==",
|
||||
"version": "2.1.119",
|
||||
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.119.tgz",
|
||||
"integrity": "sha512-cWQ1c7mEizqyvL5+IhQLtW59tqaIy8TFSOtVn7fun2IDhtrLxkNcyaJe9rkzIC3KF8/HYADIraSHb+M81y2YqQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@iconify/types": "*",
|
||||
|
|
@ -11474,9 +11463,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"astro": {
|
||||
"version": "1.4.5",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.5.tgz",
|
||||
"integrity": "sha512-7uflNdFMsAONkEdtNRqP1XgtgdUhiiFfYd3DjtaoaskYhcnfKKYy8Lht0stIQaMtAqITIy0LLTDvDM/j8SfuUw==",
|
||||
"version": "1.4.6",
|
||||
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.6.tgz",
|
||||
"integrity": "sha512-zGi3uCl+VwBYwbmccyo9M4xI68gx+M7jJdP7kFSR3UCdmDbCoCY6u85ixAAjbkMUSNsuxsrBrhH9HW/X5SGTzQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "^0.26.0",
|
||||
|
|
@ -11558,27 +11547,35 @@
|
|||
}
|
||||
},
|
||||
"astro-eslint-parser": {
|
||||
"version": "0.6.0",
|
||||
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.6.0.tgz",
|
||||
"integrity": "sha512-r19bK7HcXgLOxVEdw937TluMmi2LVqJq2eGfKADVRIDnMF2UhLa/H3K4E/C2OD9+4tGgrvOUU19Tjt4PV8lvFQ==",
|
||||
"version": "0.7.2",
|
||||
"resolved": "https://registry.npmjs.org/astro-eslint-parser/-/astro-eslint-parser-0.7.2.tgz",
|
||||
"integrity": "sha512-WgmUAjfmhlWoVQvaJsMCrX3QB7jIgBoBJO7bx3hxG2W+rKMmBP6MYR/Gl7tJciLdz3yld9Q1LqIRdRg9efBQSw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@astrojs/compiler": "0.18.0 - 0.23.0 || ^0.23.0",
|
||||
"@astrojs/compiler": "^0.27.0",
|
||||
"@typescript-eslint/types": "^5.25.0",
|
||||
"astrojs-compiler-sync": "^0.2.0",
|
||||
"astrojs-compiler-sync": "^0.3.0",
|
||||
"debug": "^4.3.4",
|
||||
"eslint-visitor-keys": "^3.0.0",
|
||||
"espree": "^9.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/compiler": {
|
||||
"version": "0.27.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.27.0.tgz",
|
||||
"integrity": "sha512-iFZ7aHEMtZnUYnL/PWAaxMB6YMLfHlj+dRi86ALngDpuKRELEDQrxhpwGShAoOW//SZX0BYc5mZpAa92TuB7yg==",
|
||||
"dev": true
|
||||
},
|
||||
"astrojs-compiler-sync": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.2.2.tgz",
|
||||
"integrity": "sha512-R7+WVPLWir4EalhJGk0IbrA7bWg+8pFB2cmxP5WNnZd/fmcAN1TnSb9RV1SyAIea+cyzd5c9l5Iu5/T5rl+EMQ==",
|
||||
"version": "0.3.1",
|
||||
"resolved": "https://registry.npmjs.org/astrojs-compiler-sync/-/astrojs-compiler-sync-0.3.1.tgz",
|
||||
"integrity": "sha512-IzPuzkwdiRIZoBhCTuFhuBMWVESXgthTdwQ24QS8LvLargcWAA4E21KmZo4wimsmOG5vj4KKs9QFpy9zhXuo9Q==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"synckit": "^0.8.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoprefixer": {
|
||||
"version": "10.4.8",
|
||||
|
|
@ -12491,14 +12488,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"eslint": {
|
||||
"version": "8.24.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.24.0.tgz",
|
||||
"integrity": "sha512-dWFaPhGhTAiPcCgm3f6LI2MBWbogMnTJzFBbhXVRQDJPkr9pGZvVjlVfXd+vyDcWPA2Ic9L2AXPIQM0+vk/cSQ==",
|
||||
"version": "8.25.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz",
|
||||
"integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@eslint/eslintrc": "^1.3.2",
|
||||
"@eslint/eslintrc": "^1.3.3",
|
||||
"@humanwhocodes/config-array": "^0.10.5",
|
||||
"@humanwhocodes/gitignore-to-minimatch": "^1.0.2",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"ajv": "^6.10.0",
|
||||
"chalk": "^4.0.0",
|
||||
|
|
@ -12745,13 +12741,13 @@
|
|||
}
|
||||
},
|
||||
"eslint-plugin-astro": {
|
||||
"version": "0.19.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.19.0.tgz",
|
||||
"integrity": "sha512-XOvTgFlSThgUQwDMjbj9gTu75Sig5IWpseN1hsGputC9tiZ857CrMLK3UimWCwIS6n3hTYYPWIkpcucEU/o0Uw==",
|
||||
"version": "0.20.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-astro/-/eslint-plugin-astro-0.20.0.tgz",
|
||||
"integrity": "sha512-+g6Nn8HyQVkMPaLMd7qzh7j+8v/eescRbAM/tbdYeKdrP8S5Yc4SlQSGj3Wh9/RV9Sn8sHk+wnj+KjCArbReRw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@typescript-eslint/types": "^5.25.0",
|
||||
"astro-eslint-parser": "^0.6.0",
|
||||
"astro-eslint-parser": "^0.7.0",
|
||||
"eslint-utils": "^3.0.0",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-selector-parser": "^6.0.10",
|
||||
|
|
@ -13804,9 +13800,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"iconify-icon": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.0.tgz",
|
||||
"integrity": "sha512-UY4PDCKQPpIGgDIx2yxM8wiOdMdLz0mb93dTV0Ox5hThwO8OA2zy8gDmjRReKqkPHK/mY7p/ivDaDGHE8O9xIw==",
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.1.tgz",
|
||||
"integrity": "sha512-8qXahj8q0fJ1uMkVJ1DujJw35CWBFxUY9UFCzytfItNjcoj+Dz7yUakuXTzaByIc8seQCnw9CuLVzHdw7yEkBQ==",
|
||||
"requires": {
|
||||
"@iconify/types": "^2.0.0"
|
||||
}
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/image": "0.9.2",
|
||||
"@iconify-icon/react": "1.0.0",
|
||||
"@iconify-icon/react": "1.0.1",
|
||||
"clsx": "1.2.1",
|
||||
"prettier-plugin-astro": "0.5.5",
|
||||
"react": "18.2.0",
|
||||
|
|
@ -28,18 +28,18 @@
|
|||
"devDependencies": {
|
||||
"@astrojs/react": "1.1.4",
|
||||
"@astrojs/tailwind": "2.0.2",
|
||||
"@iconify/json": "2.1.118",
|
||||
"@iconify/json": "2.1.119",
|
||||
"@types/react": "18.0.21",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.39.0",
|
||||
"@typescript-eslint/parser": "5.39.0",
|
||||
"astro": "1.4.5",
|
||||
"eslint": "8.24.0",
|
||||
"astro": "1.4.6",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-airbnb": "19.0.4",
|
||||
"eslint-config-airbnb-typescript": "17.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-import-resolver-typescript": "3.5.1",
|
||||
"eslint-plugin-astro": "0.19.0",
|
||||
"eslint-plugin-astro": "0.20.0",
|
||||
"eslint-plugin-eslint-comments": "3.2.0",
|
||||
"eslint-plugin-file-progress": "1.3.0",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue