Skip to content

Commit

Permalink
Update gems and javascript modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Sep 20, 2024
1 parent 1b3f1e0 commit b37e20f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
http-cookie (1.0.7)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
irb (1.14.0)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
oj (3.16.5)
oj (3.16.6)
bigdecimal (>= 3.0)
ostruct (>= 0.2)
ostruct (0.6.0)
Expand All @@ -169,7 +169,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (6.0.1)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
Expand Down Expand Up @@ -225,7 +225,7 @@ GEM
rematch (3.1.0)
rerun (0.14.0)
listen (~> 3.0)
rouge (4.3.0)
rouge (4.4.0)
rubocop (1.66.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -243,7 +243,7 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-packaging (0.5.2)
rubocop (>= 1.33, < 2.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -278,7 +278,7 @@ GEM
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
useragent (0.16.10)
webrick (1.8.1)
websocket-driver (0.7.6)
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"type": "module",
"devDependencies": {
"@cypress/snapshot": "^2.1.7",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"cypress": "13.14.2",
"cypress-html-validate": "6.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-promise": "7.1.0",
"html-validate": "8.22.0",
"start-server-and-test": "2.0.6",
"start-server-and-test": "2.0.8",
"@eslint/js": "9.10.0",
"@types/eslint__js": "^8.42.3",
"eslint": "9.10.0",
"eslint-plugin-align-assignments": "^1.1.2",
"retypeapp-linux-x64": "3.5.0",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"retypeapp-linux-x64": "3.6.0",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0"
},
"workspaces": ["e2e"]
}

0 comments on commit b37e20f

Please sign in to comment.