Skip to content

Commit 434dcb3

Browse files
committed
Update react_ujs version to the current
This was lagging behind the current version and would automatically jump up when the tests pass.
1 parent 6138c82 commit 434dcb3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"webpack": "^2.3.3"
1515
},
1616
"dependencies": {
17-
"react_ujs": "^2.6.0"
17+
"react_ujs": "^2.6.1"
1818
}
1919
}

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,6 +1373,13 @@ react_ujs@^2.6.0:
13731373
dependencies:
13741374
react_ujs "^2.6.0"
13751375

1376+
react_ujs@^2.6.1:
1377+
version "2.6.1"
1378+
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.6.1.tgz#a202a33c95c9e2bb18ab56926b7e79f3325ec855"
1379+
integrity sha512-9M33/A8cubStkZ2cpJSimcTD0RlCWiqXF6e90IQmMw/Caf/W0dtAzOtHtiQE3JjLbt/nhRR7NLPxMfnlm141ig==
1380+
dependencies:
1381+
react_ujs "^2.6.0"
1382+
13761383
read-pkg-up@^1.0.1:
13771384
version "1.0.1"
13781385
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"

0 commit comments

Comments
 (0)