We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6ee35 commit 98afe7eCopy full SHA for 98afe7e
.github/workflows/push.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: 🛠️ Build Demo
14
run: |
15
cd demo
16
- npm install
+ npm install --legacy-peer-deps
17
npx papua build
18
- name: 🚀 Deploy Demo
19
uses: JamesIves/github-pages-deploy-action@v4
demo/package.json
@@ -6,7 +6,7 @@
6
},
7
"dependencies": {
8
"exmpl": "^3.0.0",
9
- "konfi": "^0.1.11",
+ "konfi": "^1.0.0",
10
"mobx": "^6.5.0",
11
"mobx-react-lite": "^3.3.0",
12
"papua": "^1.0.0",
0 commit comments