Skip to content

Commit

Permalink
Deps fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Jan 18, 2023
1 parent f5b2bfb commit 1d0d6fc
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn install --no-immutable
# Publish to npm
- run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion example-client-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"preview": "yarn run build && vite preview --port 4174"
},
"dependencies": {
"firecms": "workspace:lib",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.10.17",
"firecms": "workspace:lib",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"firecms": "workspace:lib",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.10.17",
"algoliasearch": "^4.14.2",
"firebase": "^9.14.0",
"firecms": "workspace:lib",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.4.4",
Expand Down
Loading

0 comments on commit 1d0d6fc

Please sign in to comment.