Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Konrad Szwarc <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2023
1 parent a24affd commit 25ee0f2
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 64 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
push:
branches: [renovate/**]
paths: ['CHANGELOG.md']

jobs:
lint-title:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.0.5] - 2023-02-27

### Dependencies

- chore(deps): update dependencies ([details](https://api.github.com/repos/KonradSzwarc/devscard/pulls/207))

## [0.0.4] - 2023-02-22

### Workflow
Expand Down
133 changes: 75 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devscard",
"description": "Template for creating a comprehensive virtual CV for developers.",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"engines": {
"node": ">=14",
Expand Down Expand Up @@ -30,13 +30,13 @@
"nanoid": "4.0.1"
},
"devDependencies": {
"@astrojs/image": "0.15.0",
"@astrojs/image": "0.15.1",
"@astrojs/react": "2.0.2",
"@astrojs/tailwind": "3.0.1",
"@percy/cli": "1.20.0",
"@types/marked": "4.0.8",
"astro": "2.0.14",
"astro-compress": "1.1.33",
"astro": "2.0.15",
"astro-compress": "1.1.35",
"concurrently": "7.6.0",
"date-fns": "2.29.3",
"favicons": "7.1.0",
Expand All @@ -45,7 +45,7 @@
"locales-ts": "1.0.0",
"marked": "4.2.12",
"move-file-cli": "3.0.0",
"photoswipe": "5.3.5",
"photoswipe": "5.3.6",
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier-plugin-astro": "0.8.0",
Expand All @@ -55,7 +55,7 @@
"rollup-plugin-visualizer": "5.9.0",
"tailwindcss": "3.2.7",
"ts-node": "10.9.1",
"type-fest": "3.6.0",
"type-fest": "3.6.1",
"typescript": "4.9.5"
},
"repository": {
Expand Down

1 comment on commit 25ee0f2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.