Skip to content

Commit 33c5127

Browse files
justin808claude
andcommitted
Update dummy app Babel to ^7.22.0 for pnpm compatibility
pnpm's strict dependency resolution doesn't hoist the root's newer Babel version like Yarn did. Update the dummy app's Babel versions to be compatible with @babel/plugin-syntax-import-attributes. Also includes the JSON.stringify fix for ESLint. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 0b160a5 commit 33c5127

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

react_on_rails/spec/dummy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"private": true,
99
"dependencies": {
10-
"@babel/runtime": "7.17.9",
10+
"@babel/runtime": "^7.22.0",
1111
"@hotwired/turbo-rails": "^8.0.4",
1212
"core-js": "3",
1313
"create-react-class": "^15.6.3",
@@ -29,7 +29,7 @@
2929
"regenerator-runtime": "^0.13.4"
3030
},
3131
"devDependencies": {
32-
"@babel/core": "7.17.9",
32+
"@babel/core": "^7.22.0",
3333
"@babel/plugin-transform-runtime": "7.17.0",
3434
"@babel/preset-env": "7",
3535
"@babel/preset-react": "^7.10.4",

0 commit comments

Comments
 (0)