Skip to content

Commit

Permalink
Update dependencies (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala authored Jan 29, 2025
1 parent bc12744 commit c5d232c
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 447 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'pg', '~> 1.5'
gem 'puma', '~> 6.5'
gem 'rgeo', '~> 3.0'
gem 'secure_headers', '~> 7.1'
gem 'shakapacker', '8.0.2'
gem 'shakapacker', '8.1.0'
gem 'simpleconfig', '~> 2.0'
gem 'simple_form', '~> 5.3'
gem 'slim-rails', '~> 3.7'
Expand Down
23 changes: 14 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,16 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.1)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
js_regex (3.12.0)
js_regex (3.13.0)
character_set (~> 1.4)
regexp_parser (>= 2.6.2, < 3.0.0)
regexp_parser (~> 2.10)
regexp_property_values (~> 1.0)
json (2.9.1)
jwt (2.10.1)
Expand All @@ -206,10 +207,11 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
launchy (3.0.1)
language_server-protocol (3.17.0.4)
launchy (3.1.0)
addressable (~> 2.8)
childprocess (~> 5.0)
logger (~> 1.6)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
Expand Down Expand Up @@ -277,6 +279,9 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.9)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -289,7 +294,7 @@ GEM
date
stringio
public_suffix (6.0.1)
puma (6.5.0)
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.8)
Expand Down Expand Up @@ -385,7 +390,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
Expand Down Expand Up @@ -415,7 +420,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.1.0)
shakapacker (8.0.2)
shakapacker (8.1.0)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -528,7 +533,7 @@ DEPENDENCIES
rubocop-rspec_rails
secure_headers (~> 7.1)
selenium-webdriver
shakapacker (= 8.0.2)
shakapacker (= 8.1.0)
simple_form (~> 5.3)
simpleconfig (~> 2.0)
simplecov
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"packageManager": "pnpm@^9.12.1",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.7",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@babel/runtime": "^7.26.7",
"@client-side-validations/client-side-validations": "^0.4.0",
"@client-side-validations/simple-form": "^0.4.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
Expand Down Expand Up @@ -42,7 +42,7 @@
"resolve-url-loader": "^5.0.0",
"sass": "1.77.6",
"sass-loader": "^16.0.4",
"shakapacker": "8.0.2",
"shakapacker": "8.1.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"turbolinks": "^5.2.0",
Expand All @@ -53,15 +53,15 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.5",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@webpack-cli/serve": "^2.0.5",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"eslint-webpack-plugin": "^4.2.0",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-twbs-bootstrap": "^15.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.10.1",
Expand Down
Loading

0 comments on commit c5d232c

Please sign in to comment.