Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,19 @@
"@plait/layouts": "^0.89.2",
"@plait/mind": "^0.89.2",
"@plait/text-plugins": "^0.89.2",
"@types/lodash": "^4.17.20",
"ahooks": "^3.9.6",
"browser-fs-access": "^0.35.0",
"classnames": "^2.5.1",
"is-hotkey": "^0.2.0",
"laser-pen": "^1.0.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mobile-detect": "^1.4.5",
"open-color": "^1.9.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"roughjs": "^4.6.6",
"slate": "^0.116.0",
"slate-dom": "^0.116.0",
"slate-history": "^0.115.0",
Expand All @@ -48,7 +52,7 @@
"@nx/js": "19.3.0",
"@nx/playwright": "19.3.0",
"@nx/react": "19.3.0",
"@nx/vite": "^20.6.0",
"@nx/vite": "19.3.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know whether this modification is necessary?

It will cause the ci failure https://github.com/plait-board/drawnix/actions/runs/19824242357/job/56793816818

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I don't keep the NX package versions consistent, I get an error when starting the project, and I'm not sure why CI failed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Console error:Could not load plugin @nx/vite/plugin

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You meant that you will encounter error on the most simple scenario?

  1. clone
  2. npm install
  3. npm run start

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep

"@nx/web": "19.3.0",
"@nx/workspace": "19.3.0",
"@playwright/test": "^1.36.0",
Expand Down
Loading
Loading