Skip to content

Commit 98afe7e

Browse files
committed
ci(push): legacy React install flag for demo
mobx-react-lite not yet updated for React 18. release-npm
1 parent fb6ee35 commit 98afe7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 🛠️ Build Demo
1414
run: |
1515
cd demo
16-
npm install
16+
npm install --legacy-peer-deps
1717
npx papua build
1818
- name: 🚀 Deploy Demo
1919
uses: JamesIves/github-pages-deploy-action@v4

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"dependencies": {
88
"exmpl": "^3.0.0",
9-
"konfi": "^0.1.11",
9+
"konfi": "^1.0.0",
1010
"mobx": "^6.5.0",
1111
"mobx-react-lite": "^3.3.0",
1212
"papua": "^1.0.0",

0 commit comments

Comments
 (0)