Skip to content

Commit 0480d00

Browse files
committed
migrate to pnpm
try to fix editorjs loading update yarn path to use 3.2 revert yarn version back to 1.22 migrate to pnpm
1 parent 95bc738 commit 0480d00

File tree

7 files changed

+12969
-17327
lines changed

7 files changed

+12969
-17327
lines changed

.yarnrc.yml

-3
This file was deleted.

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"react": "^18.2.0",
3838
"react-dom": "^18.2.0",
3939
"react-error-boundary": "^3.1.4",
40-
"react-relay": "^0.0.0-main-83ae9735",
40+
"react-relay": "main",
4141
"react-virtuoso": "^2.18.0",
42-
"relay-runtime": "^0.0.0-main-83ae9735",
42+
"relay-runtime": "main",
4343
"simple-oauth2": "^4.3.0",
4444
"string-strip-html": "^9.1.12"
4545
},
@@ -74,9 +74,8 @@
7474
"husky": "^8.0.0",
7575
"jest": "^29.1.2",
7676
"lint-staged": "^13.0.2",
77-
"postcss": "^8.4.6",
7877
"prettier": "^2.7.1",
79-
"relay-compiler": "^0.0.0-main-83ae9735",
78+
"relay-compiler": "0.0.0-main-21a896c5",
8079
"relay-test-utils": "^14.0.0",
8180
"storybook": "^7.2.3",
8281
"tailwind-scrollbar": "^2.0.1",
@@ -100,6 +99,5 @@
10099
},
101100
"resolutions": {
102101
"webpack": "^5"
103-
},
104-
"packageManager": "[email protected]"
102+
}
105103
}

0 commit comments

Comments
 (0)