Skip to content

Commit

Permalink
chore: fix frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Jun 7, 2022
1 parent 39f0446 commit 15676cd
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 197 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
version: 7.1.7
- name: Install dependencies
run: pnpm install
run: pnpm install --strict-peer-dependencies=false --no-frozen-lockfile
- name: Run build
run: pnpm build
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@types/react": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"get-starknet": "^1.4",
"eslint": "8.17.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -34,6 +35,8 @@
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"react": "^18.0",
"starknet": "^3.10",
"turbo": "^1.2.16",
"typescript": "^4.7.3"
},
Expand Down
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
"@types/jest": "^28.1.0",
"@types/node": "^17.0.39",
"@types/react": "^18.0.11",
"get-starknet": "^1.4.1",
"jest": "^28.1.0",
"react": "^18.1.0",
"starknet": "^3.10.0",
"typescript": "^4.7.3"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 15676cd

Please sign in to comment.