Skip to content

Conversation

@onexsan
Copy link
Contributor

@onexsan onexsan commented Sep 12, 2025

Note

Pins devDependency versions, moves react/react-dom from dependencies to dev (kept as peers), and adds .npmrc with save-exact=true.

  • Dependency management:
    • Add .npmrc with save-exact=true to enforce exact versions.
    • In package.json:
      • Remove react and react-dom from dependencies; keep as peerDependencies and add to devDependencies.
      • Pin all devDependencies to exact versions (remove carets).
    • In package-lock.json:
      • Reflect above by marking react, react-dom, scheduler, loose-envify, etc. as dev: true and aligning exact versions.
  • Runtime deps:
    • dependencies now only includes @wert-io/widget-initializer.

Written by Cursor Bugbot for commit 3597b5c. This will update automatically on new commits. Configure here.

cursor[bot]

This comment was marked as outdated.

@onexsan onexsan force-pushed the feature/DEVS-9441__safeguard-work-with-dependency-manager-fix branch from 12a8b5d to 3597b5c Compare October 23, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants