Skip to content

Commit a0638bb

Browse files
committed
update package
1 parent d3cc57c commit a0638bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020

2121
- run: yarn install
2222
- run: npm run build
23-
- run: npm run prepare
2423
- run: npm run test
2524
- run: npm run doc
2625
- run: rm -rf packages/docs/doc

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"lerna": "^5.3.0",
6262
"prettier": "^2.7.1",
6363
"pretty-quick": "^3.1.3",
64-
"tsbb": "^3.7.6",
64+
"tsbb": "3.7.6",
6565
"typescript": "^4.7.4"
6666
},
6767
"resolutions": {
68-
"react":"~18.2.0",
68+
"react": "~18.2.0",
6969
"react-dom": "~18.2.0"
7070
},
7171
"workspaces": {

0 commit comments

Comments
 (0)