File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
" packages/*" ,
6
6
" packages/examples/*"
7
7
],
8
- "version" : " 0.1.0-beta.10 "
8
+ "version" : " 0.1.0-beta.11 "
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @craftjs/core" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.11 " ,
4
4
"description" : " A React Framework for building extensible drag and drop page editors" ,
5
5
"keywords" : [
6
6
" react" ,
34
34
"url" : " https://github.com/prevwong/craft.js/issues"
35
35
},
36
36
"dependencies" : {
37
- "@craftjs/utils" : " ^0.1.0-beta.10 " ,
37
+ "@craftjs/utils" : " ^0.1.0-beta.11 " ,
38
38
"@types/react" : " ^16.9.11" ,
39
39
"debounce" : " ^1.2.0" ,
40
40
"immer" : " ^3.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.11 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " docusaurus start" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-basic" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.11 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@craftjs/core" : " ^0.1.0-beta.10 " ,
6
+ "@craftjs/core" : " ^0.1.0-beta.11 " ,
7
7
"@material-ui/core" : " latest" ,
8
8
"clsx" : " latest" ,
9
9
"copy-to-clipboard" : " ^3.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " example-landing" ,
3
- "version" : " 0.1.0-beta.10 " ,
3
+ "version" : " 0.1.0-beta.11 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " next dev -p 3001" ,
9
9
"clean" : " rimraf lib .next out dist"
10
10
},
11
11
"dependencies" : {
12
- "@craftjs/core" : " ^0.1.0-beta.10 " ,
13
- "@craftjs/layers" : " ^0.1.0-beta.10 " ,
12
+ "@craftjs/core" : " ^0.1.0-beta.11 " ,
13
+ "@craftjs/layers" : " ^0.1.0-beta.11 " ,
14
14
"@material-ui/core" : " ^4.5.2" ,
15
15
"@material-ui/icons" : " ^4.5.1" ,
16
16
"@material-ui/styles" : " ^4.5.2" ,
Original file line number Diff line number Diff line change 11
11
" web-builder" ,
12
12
" react"
13
13
],
14
- "version" : " 0.1.0-beta.10 " ,
14
+ "version" : " 0.1.0-beta.11 " ,
15
15
"author" :
" Prev Wong <[email protected] >" ,
16
16
"main" : " ./dist/cjs/index.js" ,
17
17
"module" : " ./dist/esm/index.js" ,
31
31
},
32
32
"homepage" : " https://github.com/prevwong/craft.js/" ,
33
33
"dependencies" : {
34
- "@craftjs/utils" : " ^0.1.0-beta.10 " ,
34
+ "@craftjs/utils" : " ^0.1.0-beta.11 " ,
35
35
"immer" : " ^3.1.3" ,
36
36
"lodash.isequalwith" : " ^4.4.0" ,
37
37
"react-contenteditable" : " ^3.3.3" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @craftjs/utils" ,
3
3
"description" : " Utilities used internally across the craft.js monorepo" ,
4
4
"private" : false ,
5
- "version" : " 0.1.0-beta.10 " ,
5
+ "version" : " 0.1.0-beta.11 " ,
6
6
"author" :
" Prev Wong <[email protected] >" ,
7
7
"license" : " MIT" ,
8
8
"main" : " ./dist/cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments