Skip to content

Commit

Permalink
lock fyn to older version (#1863)
Browse files Browse the repository at this point in the history
* lock fyn to older version

* lock fyn version

* lock fyn to previous working version

* lock react query version

* fix test coverage

Co-authored-by: Divya Karippath <[email protected]>
  • Loading branch information
divyakarippath and Divya Karippath authored Nov 17, 2021
1 parent 638478a commit 9b37640
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g @xarc/run-cli xclap-cli fyn
- run: npm i -g @xarc/run-cli xclap-cli fyn@0.4.37
- run: fyn --pg none install
- run: npm test
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ notifications:
install: fyn --pg none install
script: npm test
before_install:
- npm install -g @xarc/run-cli xclap-cli fyn
- npm install -g @xarc/run-cli xclap-cli fyn@0.4.37
2 changes: 1 addition & 1 deletion packages/xarc-index-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"check-coverage": true,
"statements": 29.59,
"branches": 8.33,
"functions": 12.2,
"functions": 12.1,
"lines": 30,
"cache": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/xarc-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@xarc/subapp": "^0.3.1",
"react-query": "^3.5.16",
"react-query": "~3.29.0",
"tslib": "^2.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9b37640

Please sign in to comment.