Commit b790d7b 1 parent aa01136 commit b790d7b Copy full SHA for b790d7b
File tree 3 files changed +9
-32
lines changed
3 files changed +9
-32
lines changed Original file line number Diff line number Diff line change 10
10
"cz" : " cz" ,
11
11
"test" : " cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors" ,
12
12
"test-c" : " cross-env NODE_OPTIONS=--unhandled-rejections=warn vitest run --passWithNoTests --dangerouslyIgnoreUnhandledErrors --coverage" ,
13
- "dev" : " cross-env FORCE_COLOR=1 turbo dev --filter=@wangeditor-next/editor " ,
13
+ "dev" : " cross-env FORCE_COLOR=1 turbo dev" ,
14
14
"dev:sh" : " sh scripts/build-base.sh dev" ,
15
- "build" : " cross-env FORCE_COLOR=1 turbo build --filter=@wangeditor-next/editor " ,
15
+ "build" : " cross-env FORCE_COLOR=1 turbo build" ,
16
16
"publish" : " yarn changeset publish" ,
17
17
"prerelease" : " yarn build" ,
18
18
"format" : " yarn prettier --write" ,
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"homepage" : " https://github.com/wangeditor-next/wangeditor-next#readme" ,
8
8
"license" : " MIT" ,
9
- "types" : " dist/index.d.ts" ,
9
+ "types" : " dist/yjs-for-react/src/ index.d.ts" ,
10
10
"main" : " dist/index.js" ,
11
11
"module" : " dist/index.mjs" ,
12
12
"unpkg" : " dist/index.global.js" ,
19
19
],
20
20
"exports" : {
21
21
"." : {
22
- "types" : " ./dist/index.d.ts" ,
22
+ "types" : " ./dist/yjs-for-react/src/ index.d.ts" ,
23
23
"import" : " ./dist/index.mjs" ,
24
24
"require" : " ./dist/index.js"
25
25
},
28
28
"files" : [
29
29
" dist"
30
30
],
31
+ "directories" : {
32
+ "lib" : " dist"
33
+ },
31
34
"publishConfig" : {
32
35
"access" : " public"
33
36
},
45
48
"size-stats" : " cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js"
46
49
},
47
50
"devDependencies" : {
48
- "@types/react" : " ^18.0.0" ,
49
51
"@types/use-sync-external-store" : " ^0.0.6"
50
52
},
51
53
"bugs" : {
58
60
"peerDependencies" : {
59
61
"@wangeditor-next/editor" : " 5.6.31" ,
60
62
"@wangeditor-next/yjs" : " ^0.1.30" ,
61
- "react" : " >=16.8.0 " ,
63
+ "react" : " >=17.0.2 " ,
62
64
"slate" : " ^0.72.0" ,
63
65
"yjs" : " ^13.5.29"
64
66
}
Original file line number Diff line number Diff line change @@ -3121,23 +3121,6 @@ __metadata:
3121
3121
languageName : node
3122
3122
linkType : hard
3123
3123
3124
- " @types/prop-types@npm:* " :
3125
- version : 15.7.13
3126
- resolution : " @types/prop-types@npm:15.7.13"
3127
- checksum : 10c0/1b20fc67281902c6743379960247bc161f3f0406ffc0df8e7058745a85ea1538612109db0406290512947f9632fe9e10e7337bf0ce6338a91d6c948df16a7c61
3128
- languageName : node
3129
- linkType : hard
3130
-
3131
- " @types/react@npm:^18.0.0 " :
3132
- version : 18.3.17
3133
- resolution : " @types/react@npm:18.3.17"
3134
- dependencies :
3135
- " @types/prop-types " : " npm:*"
3136
- csstype : " npm:^3.0.2"
3137
- checksum : 10c0/475191e9cd0ab5bef35cc1868295d6526cd78b25c1bb816f0747a1e92261688305f81c0e29aff52e6ea70397f133e34c399dc936cb5072f1acf465d9daacc0da
3138
- languageName : node
3139
- linkType : hard
3140
-
3141
3124
" @types/resolve@npm:1.20.2 " :
3142
3125
version : 1.20.2
3143
3126
resolution : " @types/resolve@npm:1.20.2"
@@ -3803,14 +3786,13 @@ __metadata:
3803
3786
version : 0.0.0-use.local
3804
3787
resolution : " @wangeditor-next/yjs-for-react@workspace:packages/yjs-for-react"
3805
3788
dependencies :
3806
- " @types/react " : " npm:^18.0.0"
3807
3789
" @types/use-sync-external-store " : " npm:^0.0.6"
3808
3790
use-sync-external-store : " npm:^1.2.0"
3809
3791
y-protocols : " npm:^1.0.5"
3810
3792
peerDependencies :
3811
3793
" @wangeditor-next/editor " : 5.6.31
3812
3794
" @wangeditor-next/yjs " : ^0.1.30
3813
- react : " >=16.8.0 "
3795
+ react : " >=17.0.2 "
3814
3796
slate : ^0.72.0
3815
3797
yjs : ^13.5.29
3816
3798
languageName : unknown
@@ -5351,13 +5333,6 @@ __metadata:
5351
5333
languageName : node
5352
5334
linkType : hard
5353
5335
5354
- " csstype@npm:^3.0.2 " :
5355
- version : 3.1.3
5356
- resolution : " csstype@npm:3.1.3"
5357
- checksum : 10c0/80c089d6f7e0c5b2bd83cf0539ab41474198579584fa10d86d0cafe0642202343cbc119e076a0b1aece191989477081415d66c9fefbf3c957fc2fc4b7009f248
5358
- languageName : node
5359
- linkType : hard
5360
-
5361
5336
" cypress@npm:^13.0.0 " :
5362
5337
version : 13.15.0
5363
5338
resolution : " cypress@npm:13.15.0"
You can’t perform that action at this time.
0 commit comments