chore(deps): update all non-major dependencies (#201)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Konrad Szwarc <konrad.szwarc.dev@gmail.com>
This commit is contained in:
renovate[bot] 2023-02-16 10:44:05 +01:00 committed by GitHub
parent f54e068ded
commit 6ad6fcd8ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 160 additions and 140 deletions

View file

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.0.2] - 2023-02-16
- chore(deps): update dependencies ([details](https://github.com/KonradSzwarc/devscard/pull/201))
## [0.0.1] - 2023-02-08 ## [0.0.1] - 2023-02-08
### Workflow ### Workflow

272
package-lock.json generated
View file

@ -9,21 +9,21 @@
"version": "0.0.1", "version": "0.0.1",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.2.0", "@floating-ui/dom": "1.2.1",
"iconify-icon": "1.0.3", "iconify-icon": "1.0.5",
"nanoid": "4.0.1" "nanoid": "4.0.1"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/image": "0.14.0", "@astrojs/image": "0.15.0",
"@astrojs/react": "2.0.2", "@astrojs/react": "2.0.2",
"@astrojs/tailwind": "3.0.1", "@astrojs/tailwind": "3.0.1",
"@percy/cli": "1.18.0", "@percy/cli": "1.18.0",
"@types/marked": "4.0.8", "@types/marked": "4.0.8",
"astro": "2.0.6", "astro": "2.0.12",
"astro-compress": "1.1.29", "astro-compress": "1.1.33",
"concurrently": "7.6.0", "concurrently": "7.6.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"favicons": "7.0.2", "favicons": "7.1.0",
"iconify-icon-names": "1.1.0", "iconify-icon-names": "1.1.0",
"immer": "9.0.19", "immer": "9.0.19",
"locales-ts": "1.0.0", "locales-ts": "1.0.0",
@ -31,15 +31,15 @@
"move-file-cli": "3.0.0", "move-file-cli": "3.0.0",
"photoswipe": "5.3.5", "photoswipe": "5.3.5",
"postcss": "8.4.21", "postcss": "8.4.21",
"prettier": "2.8.3", "prettier": "2.8.4",
"prettier-plugin-astro": "0.8.0", "prettier-plugin-astro": "0.8.0",
"prettier-plugin-tailwindcss": "0.2.2", "prettier-plugin-tailwindcss": "0.2.3",
"puppeteer": "19.6.3", "puppeteer": "19.7.1",
"puppeteer-report": "3.1.0", "puppeteer-report": "3.1.0",
"rollup-plugin-visualizer": "5.9.0", "rollup-plugin-visualizer": "5.9.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.6",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"type-fest": "3.5.5", "type-fest": "3.5.7",
"typescript": "4.9.5" "typescript": "4.9.5"
}, },
"engines": { "engines": {
@ -69,15 +69,15 @@
} }
}, },
"node_modules/@astrojs/compiler": { "node_modules/@astrojs/compiler": {
"version": "1.0.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.1.tgz",
"integrity": "sha512-77aacobLKcL98NmhK3OBS5EHIrX9gs1ckB/vGSIdkVZuB7u51V4jh05I6W0tSvG7/86tALv6QtHTRZ8rLhFTbQ==", "integrity": "sha512-JRDEARnuUUOlKUE4XVu8+NoeNWpOHtYQW39uWjqTbpefMjL95og54vTKLHqeUajXWeY115zZtO7jIVdOmQ1IPQ==",
"dev": true "dev": true
}, },
"node_modules/@astrojs/image": { "node_modules/@astrojs/image": {
"version": "0.14.0", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.14.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.15.0.tgz",
"integrity": "sha512-prrBz2jZ8bsHm9uNlgeuf+jxQ4jHUD08h7+GXQv1DGfbYQuXQaupJlAg2/hJHmzE5lEvDCL0OYKTXAJ03Gorpw==", "integrity": "sha512-Dw47TNCF1dkX3gM1jEmtov4aLR/N5XNzTyToRv99OJZmAAY7J19DN+FUaCHYj3gsiF9N5FekhgOeKu1v4A5DgA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@altano/tiny-async-pool": "^1.0.2", "@altano/tiny-async-pool": "^1.0.2",
@ -88,7 +88,7 @@
"mime": "^3.0.0" "mime": "^3.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^2.0.5", "astro": "^2.0.12",
"sharp": ">=0.31.0" "sharp": ">=0.31.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@ -1041,16 +1041,16 @@
} }
}, },
"node_modules/@floating-ui/core": { "node_modules/@floating-ui/core": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.2.1.tgz",
"integrity": "sha512-GHUXPEhMEmTpnpIfesFA2KAoMJPb1SPQw964tToQwt+BbGXdhqTCWT1rOb0VURGylsxsYxiGMnseJ3IlclVpVA==" "integrity": "sha512-LSqwPZkK3rYfD7GKoIeExXOyYx6Q1O4iqZWwIehDNuv3Dv425FIAE8PRwtAx1imEolFTHgBEcoFHm9MDnYgPCg=="
}, },
"node_modules/@floating-ui/dom": { "node_modules/@floating-ui/dom": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.2.1.tgz",
"integrity": "sha512-QXzg57o1cjLz3cGETzKXjI3kx1xyS49DW9l7kV2jw2c8Yftd434t2hllX0sVGn2Q8MtcW/4pNm8bfE1/4n6mng==", "integrity": "sha512-Rt45SmRiV8eU+xXSB9t0uMYiQ/ZWGE/jumse2o3i5RGlyvcbqOF4q+1qBnzLE2kZ5JGhq0iMkcGXUKbFe7MpTA==",
"dependencies": { "dependencies": {
"@floating-ui/core": "^1.2.0" "@floating-ui/core": "^1.2.1"
} }
}, },
"node_modules/@iconify/types": { "node_modules/@iconify/types": {
@ -1930,12 +1930,12 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "2.0.6", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.12.tgz",
"integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==", "integrity": "sha512-qtAqPSfvUuA94Lt38ErB+pe1JrPzMsdxhLLxmbMA44JLriFAjkKA60mZf+woaYxe9l8Gc0KQ0oKa4rE4ucrA8A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@astrojs/compiler": "^1.0.1", "@astrojs/compiler": "^1.1.0",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.0.1", "@astrojs/markdown-remark": "^2.0.1",
"@astrojs/telemetry": "^2.0.0", "@astrojs/telemetry": "^2.0.0",
@ -1997,9 +1997,9 @@
} }
}, },
"node_modules/astro-compress": { "node_modules/astro-compress": {
"version": "1.1.29", "version": "1.1.33",
"resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.29.tgz", "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.33.tgz",
"integrity": "sha512-iR6zLxsh37H4RshK63mcSERwGDk7oE43fCSezK3LDIf6Lgagkau0eOpBikpBO6HtcQi+mgGrfSfGaV5EJYQTNQ==", "integrity": "sha512-i9LuEzQAeYPs9Vn+FbN9bdPDa/g2PYddT1GOkoUacFpAZCl9qIYFFvacULjeZIMMKhrRkPZ5f9lZVC3RJP7Qpg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/csso": "5.0.0", "@types/csso": "5.0.0",
@ -2010,7 +2010,7 @@
"html-minifier-terser": "7.1.0", "html-minifier-terser": "7.1.0",
"sharp": "0.31.3", "sharp": "0.31.3",
"svgo": "3.0.2", "svgo": "3.0.2",
"terser": "5.16.2" "terser": "5.16.3"
} }
}, },
"node_modules/astro/node_modules/semver": { "node_modules/astro/node_modules/semver": {
@ -3269,9 +3269,9 @@
"dev": true "dev": true
}, },
"node_modules/devtools-protocol": { "node_modules/devtools-protocol": {
"version": "0.0.1082910", "version": "0.0.1094867",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1082910.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
"integrity": "sha512-RqoZ2GmqaNxyx+99L/RemY5CkwG9D0WEfOKxekwCRXOGrDCep62ngezEJUVMq6rISYQ+085fJnWDQqGHlxVNww==", "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==",
"dev": true "dev": true
}, },
"node_modules/didyoumean": { "node_modules/didyoumean": {
@ -3660,9 +3660,9 @@
} }
}, },
"node_modules/favicons": { "node_modules/favicons": {
"version": "7.0.2", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/favicons/-/favicons-7.0.2.tgz", "resolved": "https://registry.npmjs.org/favicons/-/favicons-7.1.0.tgz",
"integrity": "sha512-M/qE3ERHOBu0+Op+61jx8CdvOnSKrrl2zxUPpoGgsNyfjuGqRsK80zYoA5Uwdxl8QM4egfhBWZp1j7KK3YnOMg==", "integrity": "sha512-zJJdB+11fv081LisbKUk74z96Mg2IAt/V5XqpbrA+crdFekjZh43Sv87fY17EDH4uxTi5m7HuGJcQ7e/p2+hOw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
@ -4156,9 +4156,9 @@
} }
}, },
"node_modules/iconify-icon": { "node_modules/iconify-icon": {
"version": "1.0.3", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.3.tgz", "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.5.tgz",
"integrity": "sha512-pyWLbx8IBfD2G3M0hULuvUBwoowrZtXEKyeAXhD2AlbNYTSDPmWGhgPYaRAnVIuBjMAZ4dCyEHmaYgnlDZc0XQ==", "integrity": "sha512-vr5IzIy30MQ2n/2M8Aw7jP/IaDmGUwMvDx64S77Zm5elSECYXIzNc3m8ktqbSFfp2XvyfNZk4jJhz1hN3+xKYg==",
"dependencies": { "dependencies": {
"@iconify/types": "^2.0.0" "@iconify/types": "^2.0.0"
}, },
@ -6502,9 +6502,9 @@
} }
}, },
"node_modules/postcss-selector-parser": { "node_modules/postcss-selector-parser": {
"version": "6.0.10", "version": "6.0.11",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
"integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cssesc": "^3.0.0", "cssesc": "^3.0.0",
@ -6574,9 +6574,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.3", "version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin-prettier.js"
@ -6605,14 +6605,15 @@
} }
}, },
"node_modules/prettier-plugin-tailwindcss": { "node_modules/prettier-plugin-tailwindcss": {
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.2.tgz", "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.3.tgz",
"integrity": "sha512-5RjUbWRe305pUpc48MosoIp6uxZvZxrM6GyOgsbGLTce+ehePKNm7ziW2dLG2air9aXbGuXlHVSQQw4Lbosq3w==", "integrity": "sha512-s2N5Dh7Ao5KTV1mao5ZBnn8EKtUcDPJEkGViZIjI0Ij9TTI5zgTz4IHOxW33jOdjHKa8CSjM88scelUiC5TNRQ==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12.17.0" "node": ">=12.17.0"
}, },
"peerDependencies": { "peerDependencies": {
"@ianvs/prettier-plugin-sort-imports": "*",
"@prettier/plugin-php": "*", "@prettier/plugin-php": "*",
"@prettier/plugin-pug": "*", "@prettier/plugin-pug": "*",
"@shopify/prettier-plugin-liquid": "*", "@shopify/prettier-plugin-liquid": "*",
@ -6630,6 +6631,9 @@
"prettier-plugin-twig-melody": "*" "prettier-plugin-twig-melody": "*"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@ianvs/prettier-plugin-sort-imports": {
"optional": true
},
"@prettier/plugin-php": { "@prettier/plugin-php": {
"optional": true "optional": true
}, },
@ -6750,9 +6754,9 @@
} }
}, },
"node_modules/puppeteer": { "node_modules/puppeteer": {
"version": "19.6.3", "version": "19.7.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.6.3.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.7.1.tgz",
"integrity": "sha512-K03xTtGDwS6cBXX/EoqoZxglCUKcX2SLIl92fMnGMRjYpPGXoAV2yKEh3QXmXzKqfZXd8TxjjFww+tEttWv8kw==", "integrity": "sha512-Hampj7jHlicySL1sSLHCwoFoRCi6RcEbnZmRE5brtbk0mp6Td33+9kWQD2eFs09772JIt00ybPKr50Gt7Y18Xg==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
@ -6760,21 +6764,21 @@
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"progress": "2.0.3", "progress": "2.0.3",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
"puppeteer-core": "19.6.3" "puppeteer-core": "19.7.1"
}, },
"engines": { "engines": {
"node": ">=14.1.0" "node": ">=14.1.0"
} }
}, },
"node_modules/puppeteer-core": { "node_modules/puppeteer-core": {
"version": "19.6.3", "version": "19.7.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.6.3.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.1.tgz",
"integrity": "sha512-8MbhioSlkDaHkmolpQf9Z7ui7jplFfOFTnN8d5kPsCazRRTNIH6/bVxPskn0v5Gh9oqOBlknw0eHH0/OBQAxpQ==", "integrity": "sha512-4b5Go25IA+0xrUIw0Qtqi4nxc0qwdu/C7VT1+tFPl1W27207YT+7bxfANC3PjXMlS6bcbzinCf5YfGqMl8tfyQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1082910", "devtools-protocol": "0.0.1094867",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
@ -6785,6 +6789,18 @@
}, },
"engines": { "engines": {
"node": ">=14.1.0" "node": ">=14.1.0"
},
"peerDependencies": {
"chromium-bidi": "0.4.3",
"typescript": ">= 4.7.4"
},
"peerDependenciesMeta": {
"chromium-bidi": {
"optional": true
},
"typescript": {
"optional": true
}
} }
}, },
"node_modules/puppeteer-report": { "node_modules/puppeteer-report": {
@ -7928,9 +7944,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "3.2.4", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz",
"integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"arg": "^5.0.2", "arg": "^5.0.2",
@ -7947,12 +7963,12 @@
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.18", "postcss": "^8.0.9",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",
"postcss-nested": "6.0.0", "postcss-nested": "6.0.0",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.11",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
"resolve": "^1.22.1" "resolve": "^1.22.1"
@ -8038,9 +8054,9 @@
} }
}, },
"node_modules/terser": { "node_modules/terser": {
"version": "5.16.2", "version": "5.16.3",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.16.2.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz",
"integrity": "sha512-JKuM+KvvWVqT7muHVyrwv7FVRPnmHDwF6XwoIxdbF5Witi0vu99RYpxDexpJndXt3jbZZmmWr2/mQa6HvSNdSg==", "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jridgewell/source-map": "^0.3.2", "@jridgewell/source-map": "^0.3.2",
@ -8260,9 +8276,9 @@
} }
}, },
"node_modules/type-fest": { "node_modules/type-fest": {
"version": "3.5.5", "version": "3.5.7",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.5.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.7.tgz",
"integrity": "sha512-Nudle2CLcCaf9/1bVQunwzX1/ZH4Z6mvP8hkWWZCbKrxtnN52QwD5Xn/mo68aofQhGU4be1GlEC6LQCTKGXkRw==", "integrity": "sha512-6J4bYzb4sdkcLBty4XW7F18VPI66M4boXNE+CY40532oq2OJe6AVMB5NmjOp6skt/jw5mRjz/hLRpuglz0U+FA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=14.16" "node": ">=14.16"
@ -9076,15 +9092,15 @@
} }
}, },
"@astrojs/compiler": { "@astrojs/compiler": {
"version": "1.0.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-1.1.1.tgz",
"integrity": "sha512-77aacobLKcL98NmhK3OBS5EHIrX9gs1ckB/vGSIdkVZuB7u51V4jh05I6W0tSvG7/86tALv6QtHTRZ8rLhFTbQ==", "integrity": "sha512-JRDEARnuUUOlKUE4XVu8+NoeNWpOHtYQW39uWjqTbpefMjL95og54vTKLHqeUajXWeY115zZtO7jIVdOmQ1IPQ==",
"dev": true "dev": true
}, },
"@astrojs/image": { "@astrojs/image": {
"version": "0.14.0", "version": "0.15.0",
"resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.14.0.tgz", "resolved": "https://registry.npmjs.org/@astrojs/image/-/image-0.15.0.tgz",
"integrity": "sha512-prrBz2jZ8bsHm9uNlgeuf+jxQ4jHUD08h7+GXQv1DGfbYQuXQaupJlAg2/hJHmzE5lEvDCL0OYKTXAJ03Gorpw==", "integrity": "sha512-Dw47TNCF1dkX3gM1jEmtov4aLR/N5XNzTyToRv99OJZmAAY7J19DN+FUaCHYj3gsiF9N5FekhgOeKu1v4A5DgA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@altano/tiny-async-pool": "^1.0.2", "@altano/tiny-async-pool": "^1.0.2",
@ -9703,16 +9719,16 @@
"optional": true "optional": true
}, },
"@floating-ui/core": { "@floating-ui/core": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.2.1.tgz",
"integrity": "sha512-GHUXPEhMEmTpnpIfesFA2KAoMJPb1SPQw964tToQwt+BbGXdhqTCWT1rOb0VURGylsxsYxiGMnseJ3IlclVpVA==" "integrity": "sha512-LSqwPZkK3rYfD7GKoIeExXOyYx6Q1O4iqZWwIehDNuv3Dv425FIAE8PRwtAx1imEolFTHgBEcoFHm9MDnYgPCg=="
}, },
"@floating-ui/dom": { "@floating-ui/dom": {
"version": "1.2.0", "version": "1.2.1",
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.2.0.tgz", "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.2.1.tgz",
"integrity": "sha512-QXzg57o1cjLz3cGETzKXjI3kx1xyS49DW9l7kV2jw2c8Yftd434t2hllX0sVGn2Q8MtcW/4pNm8bfE1/4n6mng==", "integrity": "sha512-Rt45SmRiV8eU+xXSB9t0uMYiQ/ZWGE/jumse2o3i5RGlyvcbqOF4q+1qBnzLE2kZ5JGhq0iMkcGXUKbFe7MpTA==",
"requires": { "requires": {
"@floating-ui/core": "^1.2.0" "@floating-ui/core": "^1.2.1"
} }
}, },
"@iconify/types": { "@iconify/types": {
@ -10468,12 +10484,12 @@
"dev": true "dev": true
}, },
"astro": { "astro": {
"version": "2.0.6", "version": "2.0.12",
"resolved": "https://registry.npmjs.org/astro/-/astro-2.0.6.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-2.0.12.tgz",
"integrity": "sha512-aI8Ijy2EpMyP5SpjmDJpEUdNL6CUAxnja6IeaBC1BokD/mNAnijtmMnTyWVI3UeEZ727wYLISQMyqCfEUq8VNA==", "integrity": "sha512-qtAqPSfvUuA94Lt38ErB+pe1JrPzMsdxhLLxmbMA44JLriFAjkKA60mZf+woaYxe9l8Gc0KQ0oKa4rE4ucrA8A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@astrojs/compiler": "^1.0.1", "@astrojs/compiler": "^1.1.0",
"@astrojs/language-server": "^0.28.3", "@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.0.1", "@astrojs/markdown-remark": "^2.0.1",
"@astrojs/telemetry": "^2.0.0", "@astrojs/telemetry": "^2.0.0",
@ -10539,9 +10555,9 @@
} }
}, },
"astro-compress": { "astro-compress": {
"version": "1.1.29", "version": "1.1.33",
"resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.29.tgz", "resolved": "https://registry.npmjs.org/astro-compress/-/astro-compress-1.1.33.tgz",
"integrity": "sha512-iR6zLxsh37H4RshK63mcSERwGDk7oE43fCSezK3LDIf6Lgagkau0eOpBikpBO6HtcQi+mgGrfSfGaV5EJYQTNQ==", "integrity": "sha512-i9LuEzQAeYPs9Vn+FbN9bdPDa/g2PYddT1GOkoUacFpAZCl9qIYFFvacULjeZIMMKhrRkPZ5f9lZVC3RJP7Qpg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/csso": "5.0.0", "@types/csso": "5.0.0",
@ -10552,7 +10568,7 @@
"html-minifier-terser": "7.1.0", "html-minifier-terser": "7.1.0",
"sharp": "0.31.3", "sharp": "0.31.3",
"svgo": "3.0.2", "svgo": "3.0.2",
"terser": "5.16.2" "terser": "5.16.3"
} }
}, },
"autoprefixer": { "autoprefixer": {
@ -11405,9 +11421,9 @@
"dev": true "dev": true
}, },
"devtools-protocol": { "devtools-protocol": {
"version": "0.0.1082910", "version": "0.0.1094867",
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1082910.tgz", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1094867.tgz",
"integrity": "sha512-RqoZ2GmqaNxyx+99L/RemY5CkwG9D0WEfOKxekwCRXOGrDCep62ngezEJUVMq6rISYQ+085fJnWDQqGHlxVNww==", "integrity": "sha512-pmMDBKiRVjh0uKK6CT1WqZmM3hBVSgD+N2MrgyV1uNizAZMw4tx6i/RTc+/uCsKSCmg0xXx7arCP/OFcIwTsiQ==",
"dev": true "dev": true
}, },
"didyoumean": { "didyoumean": {
@ -11717,9 +11733,9 @@
} }
}, },
"favicons": { "favicons": {
"version": "7.0.2", "version": "7.1.0",
"resolved": "https://registry.npmjs.org/favicons/-/favicons-7.0.2.tgz", "resolved": "https://registry.npmjs.org/favicons/-/favicons-7.1.0.tgz",
"integrity": "sha512-M/qE3ERHOBu0+Op+61jx8CdvOnSKrrl2zxUPpoGgsNyfjuGqRsK80zYoA5Uwdxl8QM4egfhBWZp1j7KK3YnOMg==", "integrity": "sha512-zJJdB+11fv081LisbKUk74z96Mg2IAt/V5XqpbrA+crdFekjZh43Sv87fY17EDH4uxTi5m7HuGJcQ7e/p2+hOw==",
"dev": true, "dev": true,
"requires": { "requires": {
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
@ -12100,9 +12116,9 @@
"dev": true "dev": true
}, },
"iconify-icon": { "iconify-icon": {
"version": "1.0.3", "version": "1.0.5",
"resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.3.tgz", "resolved": "https://registry.npmjs.org/iconify-icon/-/iconify-icon-1.0.5.tgz",
"integrity": "sha512-pyWLbx8IBfD2G3M0hULuvUBwoowrZtXEKyeAXhD2AlbNYTSDPmWGhgPYaRAnVIuBjMAZ4dCyEHmaYgnlDZc0XQ==", "integrity": "sha512-vr5IzIy30MQ2n/2M8Aw7jP/IaDmGUwMvDx64S77Zm5elSECYXIzNc3m8ktqbSFfp2XvyfNZk4jJhz1hN3+xKYg==",
"requires": { "requires": {
"@iconify/types": "^2.0.0" "@iconify/types": "^2.0.0"
} }
@ -13675,9 +13691,9 @@
} }
}, },
"postcss-selector-parser": { "postcss-selector-parser": {
"version": "6.0.10", "version": "6.0.11",
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz",
"integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", "integrity": "sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g==",
"dev": true, "dev": true,
"requires": { "requires": {
"cssesc": "^3.0.0", "cssesc": "^3.0.0",
@ -13723,9 +13739,9 @@
} }
}, },
"prettier": { "prettier": {
"version": "2.8.3", "version": "2.8.4",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.3.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.4.tgz",
"integrity": "sha512-tJ/oJ4amDihPoufT5sM0Z1SKEuKay8LfVAMlbbhnnkvt6BUserZylqo2PN+p9KeljLr0OHa2rXHU1T8reeoTrw==", "integrity": "sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==",
"dev": true "dev": true
}, },
"prettier-plugin-astro": { "prettier-plugin-astro": {
@ -13741,9 +13757,9 @@
} }
}, },
"prettier-plugin-tailwindcss": { "prettier-plugin-tailwindcss": {
"version": "0.2.2", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.2.tgz", "resolved": "https://registry.npmjs.org/prettier-plugin-tailwindcss/-/prettier-plugin-tailwindcss-0.2.3.tgz",
"integrity": "sha512-5RjUbWRe305pUpc48MosoIp6uxZvZxrM6GyOgsbGLTce+ehePKNm7ziW2dLG2air9aXbGuXlHVSQQw4Lbosq3w==", "integrity": "sha512-s2N5Dh7Ao5KTV1mao5ZBnn8EKtUcDPJEkGViZIjI0Ij9TTI5zgTz4IHOxW33jOdjHKa8CSjM88scelUiC5TNRQ==",
"dev": true, "dev": true,
"requires": {} "requires": {}
}, },
@ -13806,27 +13822,27 @@
"dev": true "dev": true
}, },
"puppeteer": { "puppeteer": {
"version": "19.6.3", "version": "19.7.1",
"resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.6.3.tgz", "resolved": "https://registry.npmjs.org/puppeteer/-/puppeteer-19.7.1.tgz",
"integrity": "sha512-K03xTtGDwS6cBXX/EoqoZxglCUKcX2SLIl92fMnGMRjYpPGXoAV2yKEh3QXmXzKqfZXd8TxjjFww+tEttWv8kw==", "integrity": "sha512-Hampj7jHlicySL1sSLHCwoFoRCi6RcEbnZmRE5brtbk0mp6Td33+9kWQD2eFs09772JIt00ybPKr50Gt7Y18Xg==",
"dev": true, "dev": true,
"requires": { "requires": {
"cosmiconfig": "8.0.0", "cosmiconfig": "8.0.0",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"progress": "2.0.3", "progress": "2.0.3",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
"puppeteer-core": "19.6.3" "puppeteer-core": "19.7.1"
} }
}, },
"puppeteer-core": { "puppeteer-core": {
"version": "19.6.3", "version": "19.7.1",
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.6.3.tgz", "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-19.7.1.tgz",
"integrity": "sha512-8MbhioSlkDaHkmolpQf9Z7ui7jplFfOFTnN8d5kPsCazRRTNIH6/bVxPskn0v5Gh9oqOBlknw0eHH0/OBQAxpQ==", "integrity": "sha512-4b5Go25IA+0xrUIw0Qtqi4nxc0qwdu/C7VT1+tFPl1W27207YT+7bxfANC3PjXMlS6bcbzinCf5YfGqMl8tfyQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"cross-fetch": "3.1.5", "cross-fetch": "3.1.5",
"debug": "4.3.4", "debug": "4.3.4",
"devtools-protocol": "0.0.1082910", "devtools-protocol": "0.0.1094867",
"extract-zip": "2.0.1", "extract-zip": "2.0.1",
"https-proxy-agent": "5.0.1", "https-proxy-agent": "5.0.1",
"proxy-from-env": "1.1.0", "proxy-from-env": "1.1.0",
@ -14645,9 +14661,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "3.2.4", "version": "3.2.6",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.6.tgz",
"integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "integrity": "sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==",
"dev": true, "dev": true,
"requires": { "requires": {
"arg": "^5.0.2", "arg": "^5.0.2",
@ -14664,12 +14680,12 @@
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"object-hash": "^3.0.0", "object-hash": "^3.0.0",
"picocolors": "^1.0.0", "picocolors": "^1.0.0",
"postcss": "^8.4.18", "postcss": "^8.0.9",
"postcss-import": "^14.1.0", "postcss-import": "^14.1.0",
"postcss-js": "^4.0.0", "postcss-js": "^4.0.0",
"postcss-load-config": "^3.1.4", "postcss-load-config": "^3.1.4",
"postcss-nested": "6.0.0", "postcss-nested": "6.0.0",
"postcss-selector-parser": "^6.0.10", "postcss-selector-parser": "^6.0.11",
"postcss-value-parser": "^4.2.0", "postcss-value-parser": "^4.2.0",
"quick-lru": "^5.1.1", "quick-lru": "^5.1.1",
"resolve": "^1.22.1" "resolve": "^1.22.1"
@ -14732,9 +14748,9 @@
} }
}, },
"terser": { "terser": {
"version": "5.16.2", "version": "5.16.3",
"resolved": "https://registry.npmjs.org/terser/-/terser-5.16.2.tgz", "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz",
"integrity": "sha512-JKuM+KvvWVqT7muHVyrwv7FVRPnmHDwF6XwoIxdbF5Witi0vu99RYpxDexpJndXt3jbZZmmWr2/mQa6HvSNdSg==", "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jridgewell/source-map": "^0.3.2", "@jridgewell/source-map": "^0.3.2",
@ -14891,9 +14907,9 @@
} }
}, },
"type-fest": { "type-fest": {
"version": "3.5.5", "version": "3.5.7",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.5.tgz", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.7.tgz",
"integrity": "sha512-Nudle2CLcCaf9/1bVQunwzX1/ZH4Z6mvP8hkWWZCbKrxtnN52QwD5Xn/mo68aofQhGU4be1GlEC6LQCTKGXkRw==", "integrity": "sha512-6J4bYzb4sdkcLBty4XW7F18VPI66M4boXNE+CY40532oq2OJe6AVMB5NmjOp6skt/jw5mRjz/hLRpuglz0U+FA==",
"dev": true "dev": true
}, },
"typescript": { "typescript": {

View file

@ -1,7 +1,7 @@
{ {
"name": "devscard", "name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.", "description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.0.1", "version": "0.0.2",
"private": true, "private": true,
"engines": { "engines": {
"node": ">=14", "node": ">=14",
@ -25,21 +25,21 @@
"check": "concurrently npm:*:check" "check": "concurrently npm:*:check"
}, },
"dependencies": { "dependencies": {
"@floating-ui/dom": "1.2.0", "@floating-ui/dom": "1.2.1",
"iconify-icon": "1.0.3", "iconify-icon": "1.0.5",
"nanoid": "4.0.1" "nanoid": "4.0.1"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/image": "0.14.0", "@astrojs/image": "0.15.0",
"@astrojs/react": "2.0.2", "@astrojs/react": "2.0.2",
"@astrojs/tailwind": "3.0.1", "@astrojs/tailwind": "3.0.1",
"@percy/cli": "1.18.0", "@percy/cli": "1.18.0",
"@types/marked": "4.0.8", "@types/marked": "4.0.8",
"astro": "2.0.6", "astro": "2.0.12",
"astro-compress": "1.1.29", "astro-compress": "1.1.33",
"concurrently": "7.6.0", "concurrently": "7.6.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"favicons": "7.0.2", "favicons": "7.1.0",
"iconify-icon-names": "1.1.0", "iconify-icon-names": "1.1.0",
"immer": "9.0.19", "immer": "9.0.19",
"locales-ts": "1.0.0", "locales-ts": "1.0.0",
@ -47,15 +47,15 @@
"move-file-cli": "3.0.0", "move-file-cli": "3.0.0",
"photoswipe": "5.3.5", "photoswipe": "5.3.5",
"postcss": "8.4.21", "postcss": "8.4.21",
"prettier": "2.8.3", "prettier": "2.8.4",
"prettier-plugin-astro": "0.8.0", "prettier-plugin-astro": "0.8.0",
"prettier-plugin-tailwindcss": "0.2.2", "prettier-plugin-tailwindcss": "0.2.3",
"puppeteer": "19.6.3", "puppeteer": "19.7.1",
"puppeteer-report": "3.1.0", "puppeteer-report": "3.1.0",
"rollup-plugin-visualizer": "5.9.0", "rollup-plugin-visualizer": "5.9.0",
"tailwindcss": "3.2.4", "tailwindcss": "3.2.6",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"type-fest": "3.5.5", "type-fest": "3.5.7",
"typescript": "4.9.5" "typescript": "4.9.5"
}, },
"repository": { "repository": {