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

View file

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