Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/rubocop-minitest-0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Oct 27, 2023
2 parents 36cd2a7 + 851c48f commit b1e4ee4
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV

# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5.24.0
- uses: release-drafter/release-drafter@v5.25.0
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
# with:
# config-name: my-config.yml
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.0)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"astro-robots-txt": "^1.0.0",
"html-escaper": "^3.0.3",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"prettier": "^3.0.3",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-standard": "^34.0.0"
}
Expand Down
Loading

0 comments on commit b1e4ee4

Please sign in to comment.