Skip to content

Commit

Permalink
Fix ci issues (#307)
Browse files Browse the repository at this point in the history
* Update cra integration

* Fix lockfile for node 16/18 ci

* Use non-strict peer deps in cra integration

* Update pnpm

* Update lockfile

* Update cra lockfile

* Update custom integration

* Reorder imports
  • Loading branch information
zerobias authored Nov 28, 2023
1 parent 6238f7b commit 9ab85fe
Show file tree
Hide file tree
Showing 9 changed files with 2,219 additions and 2,252 deletions.
1 change: 1 addition & 0 deletions integration/cra/.npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@effector:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
strict-peer-dependencies=false
4 changes: 2 additions & 2 deletions integration/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"effector": "^22.1.2",
"effector-react": "^22.0.4",
"effector": "^23.0.0-rc.6",
"effector-react": "^23.0.0-rc.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^5.0.0-next.47",
Expand Down
Loading

0 comments on commit 9ab85fe

Please sign in to comment.