chore(deps): update all non-major dependencies (#211)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
433f20d211
commit
14895d1ad5
3 changed files with 450 additions and 271 deletions
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
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.7] - 2023-03-13
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
|
||||||
|
- chore(deps): update dependencies ([details](https://api.github.com/repos/KonradSzwarc/devscard/pulls/211))
|
||||||
|
|
||||||
## [0.0.6] - 2023-03-06
|
## [0.0.6] - 2023-03-06
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
|
||||||
697
package-lock.json
generated
697
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -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.6",
|
"version": "0.0.7",
|
||||||
"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.3",
|
"@floating-ui/dom": "1.2.4",
|
||||||
"iconify-icon": "1.0.7",
|
"iconify-icon": "1.0.7",
|
||||||
"nanoid": "4.0.1"
|
"nanoid": "4.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/image": "0.15.1",
|
"@astrojs/image": "0.16.0",
|
||||||
"@astrojs/react": "2.0.2",
|
"@astrojs/react": "2.1.0",
|
||||||
"@astrojs/tailwind": "3.0.1",
|
"@astrojs/tailwind": "3.1.0",
|
||||||
"@percy/cli": "1.20.2",
|
"@percy/cli": "1.20.3",
|
||||||
"@types/marked": "4.0.8",
|
"@types/marked": "4.0.8",
|
||||||
"astro": "2.0.17",
|
"astro": "2.1.2",
|
||||||
"astro-compress": "1.1.35",
|
"astro-compress": "1.1.35",
|
||||||
"concurrently": "7.6.0",
|
"concurrently": "7.6.0",
|
||||||
"date-fns": "2.29.3",
|
"date-fns": "2.29.3",
|
||||||
"favicons": "7.1.0",
|
"favicons": "7.1.1",
|
||||||
"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",
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
"prettier": "2.8.4",
|
"prettier": "2.8.4",
|
||||||
"prettier-plugin-astro": "0.8.0",
|
"prettier-plugin-astro": "0.8.0",
|
||||||
"prettier-plugin-tailwindcss": "0.2.4",
|
"prettier-plugin-tailwindcss": "0.2.4",
|
||||||
"puppeteer": "19.7.2",
|
"puppeteer": "19.7.4",
|
||||||
"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.7",
|
"tailwindcss": "3.2.7",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue