Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
* Updates Yarn version to 4.1.0.
* Updates brakeman, bootsnap, dotenv-rails, redis, and turbo-rails in Ruby.
* Updates @babel/eslint-parser, @hotwired/turbo-rails, mocha, stylelint, and
  stylelint-config-standard in JavaScript.
  • Loading branch information
tristandunn committed Feb 13, 2024
1 parent 85c682d commit 6ea28a1
Show file tree
Hide file tree
Showing 6 changed files with 1,155 additions and 1,367 deletions.
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableTelemetry: 0

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby "3.3.0"
source "https://rubygems.org"

gem "bcrypt", "3.1.20"
gem "bootsnap", "1.17.1", require: false
gem "bootsnap", "1.18.3", require: false
gem "hotwire-rails", "0.1.3"
gem "indefinite_article", "0.2.5"
gem "jsbundling-rails", "1.3.0"
Expand All @@ -15,24 +15,24 @@ gem "rack-attack", "6.7.0"
gem "rack-timeout", "0.6.3"
gem "rails", "7.1.3"
gem "rails-healthcheck", "1.4.0"
gem "redis", "5.0.8"
gem "redis", "5.1.0"
gem "redis-objects", "1.7.0"
gem "rufus-scheduler", "3.9.1"
gem "sprockets-rails", "3.4.2"
gem "strong_migrations", "1.7.0"
gem "tailwindcss-rails", "2.3.0"
gem "turbo-rails", "1.5.0"
gem "turbo-rails", "2.0.2"

group :development, :test do
gem "cacheflow", "0.3.2"
gem "dotenv-rails", "2.8.1"
gem "dotenv-rails", "3.0.0"
gem "pg_query", "5.1.0"
gem "prosopite", "1.4.2"
gem "rspec-rails", "6.1.1"
end

group :development do
gem "brakeman", "6.1.1", require: false
gem "brakeman", "6.1.2", require: false
gem "erb_lint", "0.5.0", require: false
gem "listen", "3.8.0"
gem "rack-mini-profiler", "3.3.0"
Expand Down
60 changes: 30 additions & 30 deletions Gemfile.lock

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
Expand Up @@ -13,28 +13,28 @@
},
"dependencies": {
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.0-beta.4",
"@hotwired/turbo-rails": "8.0.2",
"esbuild": "0.20.0"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@babel/preset-env": "7.23.9",
"@babel/register": "7.23.7",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-istanbul": "6.1.1",
"chai": "4.4.1",
"eslint": "8.56.0",
"jsdom": "24.0.0",
"mocha": "10.2.0",
"mocha": "10.3.0",
"nyc": "15.1.0",
"sinon": "17.0.1",
"sinon-chai": "3.7.0",
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0"
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0"
},
"engines": {
"node": "20.11.0"
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.1.0"
}
Loading

0 comments on commit 6ea28a1

Please sign in to comment.