Update all non-major dependencies (#41)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-07 02:23:13 +00:00 committed by GitHub
parent 4360ae9b1a
commit 7c66e20b07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 42 deletions

76
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "devscard",
"version": "0.0.1",
"dependencies": {
"@astrojs/image": "0.9.1",
"@astrojs/image": "0.9.2",
"@iconify-icon/react": "1.0.0",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.5",
@ -18,12 +18,12 @@
"devDependencies": {
"@astrojs/react": "1.1.4",
"@astrojs/tailwind": "2.0.2",
"@iconify/json": "2.1.117",
"@iconify/json": "2.1.118",
"@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.4",
"astro": "1.4.5",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
@ -42,7 +42,7 @@
"prettier": "2.7.1",
"tailwindcss": "3.1.8",
"type-fest": "3.0.0",
"vite": "3.1.4",
"vite": "3.1.6",
"vite-tsconfig-paths": "3.5.1"
},
"engines": {
@ -76,9 +76,9 @@
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
},
"node_modules/@astrojs/image": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.1.tgz",
"integrity": "sha512-tnrL9tL539gIzkM9oqRd+asOePPUE/ehtQjmrcsTjJtQx8aPhKHEteJIMuDhby94wRhV6vMK1Wqt4u5DBf6GQQ==",
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.2.tgz",
"integrity": "sha512-kmCcV9Nwk43Ll3AZFMwAk7ljzQP+WkJuEcKU6svGgN1vSAPS7CUFTQNFCGt80ZIiP4YOF7NR172XDAlBTFi4YA==",
"dependencies": {
"@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0",
@ -792,9 +792,9 @@
}
},
"node_modules/@iconify/json": {
"version": "2.1.117",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.117.tgz",
"integrity": "sha512-/09IuBTE/X10GHs2/rspqK5VfBypHi/aa2yvqWyOuybbQTjoOcPIoi/zg+s1HvloHynVr+Avxj3whtZ6CfesfA==",
"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==",
"dev": true,
"dependencies": {
"@iconify/types": "*",
@ -1636,12 +1636,12 @@
"dev": true
},
"node_modules/astro": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.4.tgz",
"integrity": "sha512-vxuHJ8C/3/NDau6EDUvi83JFDBK5Ylmo6VGAsUkdnutpGw77I4NoapoN56ANmU54ucYiu+x0apEPQvesY6GZiQ==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.5.tgz",
"integrity": "sha512-7uflNdFMsAONkEdtNRqP1XgtgdUhiiFfYd3DjtaoaskYhcnfKKYy8Lht0stIQaMtAqITIy0LLTDvDM/j8SfuUw==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^0.25.0",
"@astrojs/compiler": "^0.26.0",
"@astrojs/language-server": "^0.26.2",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",
@ -1730,9 +1730,9 @@
}
},
"node_modules/astro/node_modules/@astrojs/compiler": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.2.tgz",
"integrity": "sha512-GE7uLvH7rSHuTHdMun+867TWsgYNYsaGuhvXsywcaabl4W4n/3b1kzgzrIsrXYBo51J0k6qD33mVdsHdvwv5rw==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.26.1.tgz",
"integrity": "sha512-GoRi4qB05u+bVcSlR9nu9HJfSUGFBcoUUb+WFimKSm9e/KPTy0STOMb/Q0mLIcloavF4KvEqAnd9ukX62ewoaA==",
"dev": true
},
"node_modules/astro/node_modules/semver": {
@ -9525,12 +9525,12 @@
}
},
"node_modules/vite": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.4.tgz",
"integrity": "sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.6.tgz",
"integrity": "sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.6",
"esbuild": "^0.15.9",
"postcss": "^8.4.16",
"resolve": "^1.22.1",
"rollup": "~2.78.0"
@ -10284,9 +10284,9 @@
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
},
"@astrojs/image": {
"version": "0.9.1",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.1.tgz",
"integrity": "sha512-tnrL9tL539gIzkM9oqRd+asOePPUE/ehtQjmrcsTjJtQx8aPhKHEteJIMuDhby94wRhV6vMK1Wqt4u5DBf6GQQ==",
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.2.tgz",
"integrity": "sha512-kmCcV9Nwk43Ll3AZFMwAk7ljzQP+WkJuEcKU6svGgN1vSAPS7CUFTQNFCGt80ZIiP4YOF7NR172XDAlBTFi4YA==",
"requires": {
"@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0",
@ -10821,9 +10821,9 @@
}
},
"@iconify/json": {
"version": "2.1.117",
"resolved": "https://registry.npmjs.org/@iconify/json/-/json-2.1.117.tgz",
"integrity": "sha512-/09IuBTE/X10GHs2/rspqK5VfBypHi/aa2yvqWyOuybbQTjoOcPIoi/zg+s1HvloHynVr+Avxj3whtZ6CfesfA==",
"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==",
"dev": true,
"requires": {
"@iconify/types": "*",
@ -11474,12 +11474,12 @@
"dev": true
},
"astro": {
"version": "1.4.4",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.4.tgz",
"integrity": "sha512-vxuHJ8C/3/NDau6EDUvi83JFDBK5Ylmo6VGAsUkdnutpGw77I4NoapoN56ANmU54ucYiu+x0apEPQvesY6GZiQ==",
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.5.tgz",
"integrity": "sha512-7uflNdFMsAONkEdtNRqP1XgtgdUhiiFfYd3DjtaoaskYhcnfKKYy8Lht0stIQaMtAqITIy0LLTDvDM/j8SfuUw==",
"dev": true,
"requires": {
"@astrojs/compiler": "^0.25.0",
"@astrojs/compiler": "^0.26.0",
"@astrojs/language-server": "^0.26.2",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",
@ -11541,9 +11541,9 @@
},
"dependencies": {
"@astrojs/compiler": {
"version": "0.25.2",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.25.2.tgz",
"integrity": "sha512-GE7uLvH7rSHuTHdMun+867TWsgYNYsaGuhvXsywcaabl4W4n/3b1kzgzrIsrXYBo51J0k6qD33mVdsHdvwv5rw==",
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.26.1.tgz",
"integrity": "sha512-GoRi4qB05u+bVcSlR9nu9HJfSUGFBcoUUb+WFimKSm9e/KPTy0STOMb/Q0mLIcloavF4KvEqAnd9ukX62ewoaA==",
"dev": true
},
"semver": {
@ -16950,12 +16950,12 @@
}
},
"vite": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.4.tgz",
"integrity": "sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==",
"version": "3.1.6",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.6.tgz",
"integrity": "sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==",
"dev": true,
"requires": {
"esbuild": "^0.15.6",
"esbuild": "^0.15.9",
"fsevents": "~2.3.2",
"postcss": "^8.4.16",
"resolve": "^1.22.1",

View file

@ -18,7 +18,7 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck"
},
"dependencies": {
"@astrojs/image": "0.9.1",
"@astrojs/image": "0.9.2",
"@iconify-icon/react": "1.0.0",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.5",
@ -28,12 +28,12 @@
"devDependencies": {
"@astrojs/react": "1.1.4",
"@astrojs/tailwind": "2.0.2",
"@iconify/json": "2.1.117",
"@iconify/json": "2.1.118",
"@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.4",
"astro": "1.4.5",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
@ -52,7 +52,7 @@
"prettier": "2.7.1",
"tailwindcss": "3.1.8",
"type-fest": "3.0.0",
"vite": "3.1.4",
"vite": "3.1.6",
"vite-tsconfig-paths": "3.5.1"
}
}