-
-
Notifications
You must be signed in to change notification settings - Fork 209
fix(deps): update all non-major dependencies #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| hoist-pattern[]=@emotion/* # playground/react-emotion | ||
| hoist-pattern[]=*babel* | ||
| hoist-pattern[]=@swc/* # packages/plugin-react-swc/playground/emotion-plugin, packages/plugin-react-swc/playground/styled-components | ||
| hoist-pattern[]=eslint-import-resolver-* | ||
| strict-peer-dependencies=false | ||
| shell-emulator=true | ||
| auto-install-peers=false | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,6 @@ | |
| "vite": "^4.2.0 || ^5.0.0 || ^6.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "vite": "^6.2.2" | ||
| "vite": "^6.2.6" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,15 +8,15 @@ | |
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "react": "^19.0.0-rc-fb9a90fa48-20240614", | ||
| "react-dom": "^19.0.0-rc-fb9a90fa48-20240614" | ||
| "react": "^19.1.0", | ||
| "react-dom": "^19.1.0" | ||
|
Comment on lines
-11
to
+12
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this upgrade is fine. |
||
| }, | ||
| "devDependencies": { | ||
| "@babel/plugin-transform-react-jsx-development": "^7.25.9", | ||
| "@types/react": "^18.3.12", | ||
| "@types/react-dom": "^18.3.1", | ||
| "@types/react": "^18.3.20", | ||
| "@types/react-dom": "^18.3.6", | ||
| "@vitejs/plugin-react": "workspace:*", | ||
| "babel-plugin-react-compiler": "0.0.0-experimental-dc8bd44-20241121", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (Not related to this PR) Should we use beta versions instead?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't know there was a beta version. If it's more recent than this one yes we should
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll make a separate PR for that 👍 |
||
| "typescript": "^5.7.2" | ||
| "typescript": "^5.8.3" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this to make
eslint-plugin-import-xwork.