Skip to content

Commit

Permalink
Update gatsby-starter-portfolio-emma from LekoArts/gatsby-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 27, 2023
1 parent f0bdddb commit fdbc0cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 0.3.14

### Patch Changes

- [#1116](https://github.com/LekoArts/gatsby-themes/pull/1116) [`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26) Thanks [@LekoArts](https://github.com/LekoArts)! - chore(deps): Various dependency updates

- Updated dependencies [[`cf7d5122`](https://github.com/LekoArts/gatsby-themes/commit/cf7d51223a73387f12cac490e2a42f068b0ded26)]:
- @lekoarts/gatsby-theme-emma@5.0.4

## 0.3.13

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "emma",
"description": "Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images",
"version": "0.3.13",
"version": "0.3.14",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-portfolio-emma",
Expand All @@ -16,17 +16,17 @@
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-emma": "^5.0.0",
"gatsby": "^5.3.3",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-sitemap": "^6.3.1",
"@lekoarts/gatsby-theme-emma": "^5.0.4",
"gatsby": "^5.5.0",
"gatsby-plugin-manifest": "^5.5.0",
"gatsby-plugin-sitemap": "^6.5.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cross-env": "^7.0.3",
"typescript": "^4.9.4"
Expand Down

0 comments on commit fdbc0cf

Please sign in to comment.