Skip to content

Commit

Permalink
Merge branch 'main' into renovate/eslint-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Dec 16, 2024
2 parents a1145a7 + 2ec5c8d commit b5e6623
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0.1)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -37,7 +37,7 @@ GEM
commonmarker (0.23.10)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
csv (3.3.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
dnsruby (1.72.2)
Expand Down Expand Up @@ -284,7 +284,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2)
logger (1.6.3)
matrix (0.4.2)
mdl (0.13.0)
kramdown (~> 2.3)
Expand Down Expand Up @@ -403,7 +403,7 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
securerandom (0.3.2)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down
14 changes: 6 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"markdownlint": "^0.37.0"
"markdownlint": "^0.37.1"
},
"devDependencies": {
"eslint": "^9.6.0"
"eslint": "^9.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified.\""
Expand Down

0 comments on commit b5e6623

Please sign in to comment.