Skip to content

Commit

Permalink
reverting this fixes the JS errors. I'm guessing the ujs changes how …
Browse files Browse the repository at this point in the history
…it works in the latest version. Fixes #1259 (#1260)
  • Loading branch information
jwoertink committed Oct 17, 2023
1 parent 1ea3d58 commit 04b488d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@docsearch/js": "^3.5.2",
"highlight.js": "^11.9.0",
"modern-normalize": "^2.0.0",
"@rails/ujs": "^7.1.0",
"@rails/ujs": "7.0.8",
"@hotwired/turbo": "^7.3.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@rails/ujs@^7.1.0":
version "7.1.0"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.1.0.tgz#144ec54b1cc53aa24713cafc29bf8a8d52ac3d24"
integrity sha512-cO8+HREI8hhJDaFyzGCA4AL9/EotHYSTz1v7aQmfZmUdanx/ppXe+MPE4dly2/MtC6Ha6K2Dkzo7bkDGc46y6Q==
"@rails/ujs@7.0.8":
version "7.0.8"
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-7.0.8.tgz#59853367d0827b3955d2c4bedfd5eba4a79d3422"
integrity sha512-tOQQBVH8LsUpGXqDnk+kaOGVsgZ8maHAhEiw3Git3p88q+c0Slgu47HuDnL6sVxeCfz24zbq7dOjsVYDiTpDIA==

"@socket.io/base64-arraybuffer@~1.0.2":
version "1.0.2"
Expand Down

0 comments on commit 04b488d

Please sign in to comment.