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 6, 2024
1 parent e406a56 commit b614544
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 148 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
http-form_data (2.3.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.7.2)
kalibera (0.1.2)
memoist (~> 0.16)
rbzip2 (~> 0.3)
Expand Down Expand Up @@ -69,7 +69,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
public_suffix (5.0.4)
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
Expand All @@ -83,7 +83,7 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -113,9 +113,9 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.20.2)
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
Expand Down
12 changes: 6 additions & 6 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
},
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"cypress": "13.7.1",
"@types/node": "20.12.4",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"cypress": "13.7.2",
"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-import": "2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"html-validate": "8.18.0",
"html-validate": "8.18.1",
"start-server-and-test": "2.0.3",
"typescript": "5.4.3"
"typescript": "5.4.4"
},
"scripts": {
"lint-fix": "eslint --fix cypress --ext .ts",
Expand Down
2 changes: 1 addition & 1 deletion e2e/snapshots.js

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

Loading

0 comments on commit b614544

Please sign in to comment.