Skip to content

Commit 6dd869b

Browse files
justin808claude
andcommitted
Revert workspace resolutions - not needed and causes test failures
Master already has react-on-rails@* resolving to 16.1.2 in yarn.lock and still passes CI. The resolutions field was unnecessary and was interfering with test execution. The original webpack module resolution issue appears to be pre-existing or related to other changes in the PR, not a workspace dependency issue. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 34b7a1f commit 6dd869b

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,5 @@
9898
"url": "https://github.com/shakacode/react_on_rails/issues"
9999
},
100100
"homepage": "https://github.com/shakacode/react_on_rails#readme",
101-
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
102-
"resolutions": {
103-
"react-on-rails": "link:./packages/react-on-rails"
104-
}
101+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
105102
}

yarn.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6840,12 +6840,9 @@ [email protected]:
68406840
webpack-sources "^3.2.0"
68416841

68426842
react-on-rails@*:
6843-
version "0.0.0"
6844-
uid ""
6845-
6846-
"react-on-rails@link:./packages/react-on-rails":
6847-
version "0.0.0"
6848-
uid ""
6843+
version "16.1.2"
6844+
resolved "https://registry.npmjs.org/react-on-rails/-/react-on-rails-16.1.2.tgz#27308d7d5806e73354eea2355c5c4036ade443d4"
6845+
integrity sha512-SiE168FgUtp9Sld2MAZUs2+R/D7B+SlNGX4zl9T2rB1QluzgTY042a4/i6v+ivQpBIhNjJujlVFIHYp+uVqjoQ==
68496846

68506847
react@^19.0.0:
68516848
version "19.2.0"

0 commit comments

Comments
 (0)