Skip to content

Commit

Permalink
migrate to pnpm
Browse files Browse the repository at this point in the history
try to fix editorjs loading

update yarn path to use 3.2

revert yarn version back to 1.22

migrate to pnpm
  • Loading branch information
Roshanjossey committed Aug 19, 2023
1 parent 95bc738 commit 7e75899
Show file tree
Hide file tree
Showing 8 changed files with 12,969 additions and 17,327 deletions.
3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

Empty file added __generated__/placeholder
Empty file.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-relay": "^0.0.0-main-83ae9735",
"react-relay": "main",
"react-virtuoso": "^2.18.0",
"relay-runtime": "^0.0.0-main-83ae9735",
"relay-runtime": "main",
"simple-oauth2": "^4.3.0",
"string-strip-html": "^9.1.12"
},
Expand Down Expand Up @@ -74,9 +74,8 @@
"husky": "^8.0.0",
"jest": "^29.1.2",
"lint-staged": "^13.0.2",
"postcss": "^8.4.6",
"prettier": "^2.7.1",
"relay-compiler": "^0.0.0-main-83ae9735",
"relay-compiler": "0.0.0-main-21a896c5",
"relay-test-utils": "^14.0.0",
"storybook": "^7.2.3",
"tailwind-scrollbar": "^2.0.1",
Expand All @@ -100,6 +99,5 @@
},
"resolutions": {
"webpack": "^5"
},
"packageManager": "yarn@3.6.1"
}
}
Loading

0 comments on commit 7e75899

Please sign in to comment.