Update all non-major dependencies (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-14 03:21:12 +00:00 committed by GitHub
parent 8e1ca34878
commit f891ffe702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 59 additions and 40 deletions

91
package-lock.json generated
View file

@ -8,7 +8,7 @@
"name": "devscard",
"version": "0.0.1",
"dependencies": {
"@astrojs/image": "0.9.3",
"@astrojs/image": "0.10.0",
"@iconify-icon/react": "1.0.1",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.5",
@ -17,13 +17,13 @@
},
"devDependencies": {
"@astrojs/react": "1.2.0",
"@astrojs/tailwind": "2.0.2",
"@astrojs/tailwind": "2.1.0",
"@iconify/json": "2.1.121",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"astro": "1.4.7",
"astro": "1.5.0",
"eslint": "8.25.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.1.0",
"vite": "3.1.7",
"vite": "3.1.8",
"vite-tsconfig-paths": "3.5.1"
},
"engines": {
@ -76,9 +76,9 @@
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
},
"node_modules/@astrojs/image": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.3.tgz",
"integrity": "sha512-FvNkdj9lPH1wi4ulC/ykCqEW3+UN50rdqkGfQSJxC0Eb1P+XxJpiYKxZeGPuw6wj3JV2SbL95ZxtV7/PxB2j4Q==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.10.0.tgz",
"integrity": "sha512-/lkQ8YbqwHEA3bU6W7igEHqqQs6V6sx4rMbhkur4qWQP61kAOnvacSSKN7GJ+YswZOiUhPGY9DTtyLRqLFLv5g==",
"dependencies": {
"@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0",
@ -199,9 +199,9 @@
}
},
"node_modules/@astrojs/tailwind": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz",
"integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.0.tgz",
"integrity": "sha512-zfdprApzUJbqCNSJNEYeV7dh0ZGMdPDnROXb11ZBusu3/oVrahfP7nlmJTr05bpUdFURNIn2Z7Jkhn0nsAl8dQ==",
"dev": true,
"dependencies": {
"@proload/core": "^0.3.2",
@ -1643,12 +1643,12 @@
"dev": true
},
"node_modules/astro": {
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.7.tgz",
"integrity": "sha512-Vit4megdh1rLdET5+HwQTdiXOjWQNzPNxRbpp08qn/0xw7pxrYD34TqLl7j8lxwrF+ky9WohdQGo7fkBF6P3SQ==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.5.0.tgz",
"integrity": "sha512-xwneXjRT4FChouSe/cj6oJVU6Ux7Fd/7rfnh3mPlB9PTbN5UwnfCI5MjR7rTc93i169Jjh93FndrxmGX45sQBw==",
"dev": true,
"dependencies": {
"@astrojs/compiler": "^0.26.0",
"@astrojs/compiler": "^0.27.1",
"@astrojs/language-server": "^0.26.2",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",
@ -1669,6 +1669,7 @@
"common-ancestor-path": "^1.0.1",
"cookie": "^0.5.0",
"debug": "^4.3.4",
"deepmerge-ts": "^4.2.2",
"diff": "^5.1.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
@ -1679,6 +1680,7 @@
"gray-matter": "^4.0.3",
"html-entities": "^2.3.3",
"html-escaper": "^3.0.3",
"import-meta-resolve": "^2.1.0",
"kleur": "^4.1.4",
"magic-string": "^0.25.9",
"mime": "^3.0.0",
@ -1761,9 +1763,9 @@
}
},
"node_modules/astro/node_modules/@astrojs/compiler": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.26.1.tgz",
"integrity": "sha512-GoRi4qB05u+bVcSlR9nu9HJfSUGFBcoUUb+WFimKSm9e/KPTy0STOMb/Q0mLIcloavF4KvEqAnd9ukX62ewoaA==",
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.27.1.tgz",
"integrity": "sha512-jdbnULQkafKuSBa9yL7amQ5Ee7WIiQSAkCCGSgWhpt7t1HvtlbviNYuNIw5ob9Ax+rA08jNQ896rHqaPB31XjA==",
"dev": true
},
"node_modules/astro/node_modules/semver": {
@ -2534,6 +2536,15 @@
"node": ">=0.10.0"
}
},
"node_modules/deepmerge-ts": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.2.2.tgz",
"integrity": "sha512-Ka3Kb21tiWjvQvS9U+1Dx+aqFAHsdTnMdYptLTmC2VAmDFMugWMY1e15aTODstipmCun8iNuqeSfcx6rsUUk0Q==",
"dev": true,
"engines": {
"node": ">=12.4.0"
}
},
"node_modules/defaults": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
@ -9536,9 +9547,9 @@
}
},
"node_modules/vite": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.7.tgz",
"integrity": "sha512-5vCAmU4S8lyVdFCInu9M54f/g8qbOMakVw5xJ4pjoaDy5wgy9sLLZkGdSLN52dlsBqh0tBqxjaqqa8LgPqwRAA==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.8.tgz",
"integrity": "sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==",
"dev": true,
"dependencies": {
"esbuild": "^0.15.9",
@ -10295,9 +10306,9 @@
"integrity": "sha512-vNZIa5Tf5nOqBEGJvM6xyYBnGcz4MAp+bBPnyVI0UYRjsIWlP7RgMdCpRV0OOh5kgh00BoAypGv27kcoJCMVfA=="
},
"@astrojs/image": {
"version": "0.9.3",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.9.3.tgz",
"integrity": "sha512-FvNkdj9lPH1wi4ulC/ykCqEW3+UN50rdqkGfQSJxC0Eb1P+XxJpiYKxZeGPuw6wj3JV2SbL95ZxtV7/PxB2j4Q==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.10.0.tgz",
"integrity": "sha512-/lkQ8YbqwHEA3bU6W7igEHqqQs6V6sx4rMbhkur4qWQP61kAOnvacSSKN7GJ+YswZOiUhPGY9DTtyLRqLFLv5g==",
"requires": {
"@altano/tiny-async-pool": "^1.0.2",
"http-cache-semantics": "^4.1.0",
@ -10397,9 +10408,9 @@
}
},
"@astrojs/tailwind": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz",
"integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.1.0.tgz",
"integrity": "sha512-zfdprApzUJbqCNSJNEYeV7dh0ZGMdPDnROXb11ZBusu3/oVrahfP7nlmJTr05bpUdFURNIn2Z7Jkhn0nsAl8dQ==",
"dev": true,
"requires": {
"@proload/core": "^0.3.2",
@ -11492,12 +11503,12 @@
"dev": true
},
"astro": {
"version": "1.4.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.4.7.tgz",
"integrity": "sha512-Vit4megdh1rLdET5+HwQTdiXOjWQNzPNxRbpp08qn/0xw7pxrYD34TqLl7j8lxwrF+ky9WohdQGo7fkBF6P3SQ==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-1.5.0.tgz",
"integrity": "sha512-xwneXjRT4FChouSe/cj6oJVU6Ux7Fd/7rfnh3mPlB9PTbN5UwnfCI5MjR7rTc93i169Jjh93FndrxmGX45sQBw==",
"dev": true,
"requires": {
"@astrojs/compiler": "^0.26.0",
"@astrojs/compiler": "^0.27.1",
"@astrojs/language-server": "^0.26.2",
"@astrojs/markdown-remark": "^1.1.3",
"@astrojs/telemetry": "^1.0.1",
@ -11518,6 +11529,7 @@
"common-ancestor-path": "^1.0.1",
"cookie": "^0.5.0",
"debug": "^4.3.4",
"deepmerge-ts": "^4.2.2",
"diff": "^5.1.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.5",
@ -11528,6 +11540,7 @@
"gray-matter": "^4.0.3",
"html-entities": "^2.3.3",
"html-escaper": "^3.0.3",
"import-meta-resolve": "^2.1.0",
"kleur": "^4.1.4",
"magic-string": "^0.25.9",
"mime": "^3.0.0",
@ -11559,9 +11572,9 @@
},
"dependencies": {
"@astrojs/compiler": {
"version": "0.26.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.26.1.tgz",
"integrity": "sha512-GoRi4qB05u+bVcSlR9nu9HJfSUGFBcoUUb+WFimKSm9e/KPTy0STOMb/Q0mLIcloavF4KvEqAnd9ukX62ewoaA==",
"version": "0.27.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-0.27.1.tgz",
"integrity": "sha512-jdbnULQkafKuSBa9yL7amQ5Ee7WIiQSAkCCGSgWhpt7t1HvtlbviNYuNIw5ob9Ax+rA08jNQ896rHqaPB31XjA==",
"dev": true
},
"semver": {
@ -12116,6 +12129,12 @@
"integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
"dev": true
},
"deepmerge-ts": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-4.2.2.tgz",
"integrity": "sha512-Ka3Kb21tiWjvQvS9U+1Dx+aqFAHsdTnMdYptLTmC2VAmDFMugWMY1e15aTODstipmCun8iNuqeSfcx6rsUUk0Q==",
"dev": true
},
"defaults": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
@ -16974,9 +16993,9 @@
}
},
"vite": {
"version": "3.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.7.tgz",
"integrity": "sha512-5vCAmU4S8lyVdFCInu9M54f/g8qbOMakVw5xJ4pjoaDy5wgy9sLLZkGdSLN52dlsBqh0tBqxjaqqa8LgPqwRAA==",
"version": "3.1.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-3.1.8.tgz",
"integrity": "sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==",
"dev": true,
"requires": {
"esbuild": "^0.15.9",

View file

@ -18,7 +18,7 @@
"lint:ts": "tsc --jsx preserve --skipLibCheck"
},
"dependencies": {
"@astrojs/image": "0.9.3",
"@astrojs/image": "0.10.0",
"@iconify-icon/react": "1.0.1",
"clsx": "1.2.1",
"prettier-plugin-astro": "0.5.5",
@ -27,13 +27,13 @@
},
"devDependencies": {
"@astrojs/react": "1.2.0",
"@astrojs/tailwind": "2.0.2",
"@astrojs/tailwind": "2.1.0",
"@iconify/json": "2.1.121",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"astro": "1.4.7",
"astro": "1.5.0",
"eslint": "8.25.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.1.0",
"vite": "3.1.7",
"vite": "3.1.8",
"vite-tsconfig-paths": "3.5.1"
}
}