Skip to content

Commit

Permalink
build(bezier-codemod): downgrade react to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jan 7, 2025
1 parent f3170c6 commit 45e9124
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/bezier-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bin": "dist/cli.js",
"type": "module",
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"build": "tsc --build --verbose",
Expand All @@ -29,7 +29,7 @@
"@inkjs/ui": "^2.0.0",
"ink": "^5.1.0",
"meow": "^13.2.0",
"react": "^19.0.0",
"react": "^18.3.1",
"ts-morph": "^24.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ __metadata:
eslint-config-bezier: "workspace:*"
ink: "npm:^5.1.0"
meow: "npm:^13.2.0"
react: "npm:^19.0.0"
react: "npm:^18.3.1"
ts-morph: "npm:^24.0.0"
tsconfig: "workspace:*"
bin:
Expand Down Expand Up @@ -16932,7 +16932,7 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0":
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0, react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
Expand Down

0 comments on commit 45e9124

Please sign in to comment.