Skip to content

Commit

Permalink
Update gems and node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Apr 18, 2024
1 parent 479eb4a commit 2358b3d
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 78 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ source 'https://rubygems.org'

gem 'http' # used by the scripts/contributor-list.rb
gem 'rake'
gem 'readline-ext' # temporary fix for RM 3.3.2 console with ruby >= 3.3.0

group :test do
gem 'activesupport'
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
PATH
remote: gem
specs:
pagy (8.2.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -81,7 +86,6 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
readline-ext (0.2.0)
regexp_parser (2.9.0)
rematch (2.1.0)
rerun (0.14.0)
Expand Down Expand Up @@ -147,11 +151,11 @@ DEPENDENCIES
minitest
minitest-reporters
oj
pagy!
puma
rack
rackup
rake
readline-ext
rematch
rerun
rouge
Expand Down
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"cypress": "13.7.2",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"cypress": "13.7.3",
"cypress-html-validate": "6.1.0",
"eslint": "8.57.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
Expand Down
131 changes: 62 additions & 69 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@types/node": "20.8.0",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"eslint": "8.57.0",
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-import": "2.29.1",
Expand Down

0 comments on commit 2358b3d

Please sign in to comment.