Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/nuget/Microsoft.NET.Test.Sdk-17.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psmulovics committed Mar 4, 2024
2 parents a1858b2 + 5277c08 commit 53aab2a
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ updates:
groups:
artifact-actions:
patterns:
- "actions/*-artifact" # Upload/Download usually need to be updated together
- "actions/*-artifact*" # Upload/Download usually need to be updated together
142 changes: 84 additions & 58 deletions site/package-lock.json

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

14 changes: 7 additions & 7 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
"dependencies": {
"@mdx-js/react": "^2.3.0",
"gatsby": "^5.12.11",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.12.3",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-remark-autolink-headers": "^6.12.3",
"gatsby-remark-copy-linked-files": "^6.12.0",
"gatsby-remark-images": "^7.12.3",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.12.0",
"gatsby-remark-responsive-iframe": "^6.12.0",
"gatsby-remark-smartypants": "^6.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.12.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"style-to-object": "^0.4.4"
"style-to-object": "^1.0.5"
},
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
Expand All @@ -44,6 +44,6 @@
"clean": "gatsby clean"
},
"devDependencies": {
"prettier": "^2.8.8"
"prettier": "^3.2.5"
}
}

0 comments on commit 53aab2a

Please sign in to comment.