We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cc57c commit a0638bbCopy full SHA for a0638bb
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
21
- run: yarn install
22
- run: npm run build
23
- - run: npm run prepare
24
- run: npm run test
25
- run: npm run doc
26
- run: rm -rf packages/docs/doc
package.json
@@ -61,11 +61,11 @@
61
"lerna": "^5.3.0",
62
"prettier": "^2.7.1",
63
"pretty-quick": "^3.1.3",
64
- "tsbb": "^3.7.6",
+ "tsbb": "3.7.6",
65
"typescript": "^4.7.4"
66
},
67
"resolutions": {
68
- "react":"~18.2.0",
+ "react": "~18.2.0",
69
"react-dom": "~18.2.0"
70
71
"workspaces": {
0 commit comments