File tree 6 files changed +63
-38
lines changed
6 files changed +63
-38
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " scratch-editor" ,
3
+ "version" : " 11.0.0" ,
3
4
"private" : " true" ,
4
5
"description" : " Scratch editor mono-repository" ,
5
6
"author" : " Scratch Foundation" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scratch/scratch-gui" ,
3
- "version" : " 11.0.0-beta.2 " ,
3
+ "version" : " 11.0.0" ,
4
4
"description" : " Graphical User Interface for creating and running Scratch 3.0 projects" ,
5
5
"author" : " Massachusetts Institute of Technology" ,
6
6
"license" : " AGPL-3.0-only" ,
43
43
},
44
44
"dependencies" : {
45
45
"@microbit/microbit-universal-hex" : " 0.2.2" ,
46
- "@scratch/scratch-render" : " 11.0.0-beta.2 " ,
47
- "@scratch/scratch-svg-renderer" : " 11.0.0-beta.2 " ,
48
- "@scratch/scratch-vm" : " 11.0.0-beta.2 " ,
46
+ "@scratch/scratch-render" : " 11.0.0" ,
47
+ "@scratch/scratch-svg-renderer" : " 11.0.0" ,
48
+ "@scratch/scratch-vm" : " 11.0.0" ,
49
49
"arraybuffer-loader" : " 1.0.8" ,
50
50
"autoprefixer" : " 9.8.8" ,
51
51
"balance-text" : " 3.3.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scratch/scratch-render" ,
3
- "version" : " 11.0.0-beta.2 " ,
3
+ "version" : " 11.0.0" ,
4
4
"description" : " WebGL Renderer for Scratch 3.0" ,
5
5
"author" : " Massachusetts Institute of Technology" ,
6
6
"license" : " AGPL-3.0-only" ,
47
47
" iOS >= 8"
48
48
],
49
49
"dependencies" : {
50
- "@scratch/scratch-svg-renderer" : " 11.0.0-beta.2 " ,
50
+ "@scratch/scratch-svg-renderer" : " 11.0.0" ,
51
51
"grapheme-breaker" : " 0.3.2" ,
52
52
"hull.js" : " 0.2.10" ,
53
53
"ify-loader" : " 1.1.0" ,
64
64
"@babel/eslint-parser" : " 7.26.8" ,
65
65
"@babel/polyfill" : " 7.12.1" ,
66
66
"@babel/preset-env" : " 7.26.9" ,
67
- "@scratch/scratch-vm" : " 11.0.0-beta.2 " ,
67
+ "@scratch/scratch-vm" : " 11.0.0" ,
68
68
"babel-loader" : " 9.2.1" ,
69
69
"copy-webpack-plugin" : " 4.6.0" ,
70
70
"docdash" : " 0.4.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scratch/scratch-svg-renderer" ,
3
- "version" : " 11.0.0-beta.2 " ,
3
+ "version" : " 11.0.0" ,
4
4
"description" : " SVG renderer for Scratch" ,
5
5
"main" : " ./dist/node/scratch-svg-renderer.js" ,
6
6
"browser" : " ./dist/web/scratch-svg-renderer.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @scratch/scratch-vm" ,
3
- "version" : " 11.0.0-beta.2 " ,
3
+ "version" : " 11.0.0" ,
4
4
"description" : " Virtual Machine for Scratch 3.0" ,
5
5
"author" : " Massachusetts Institute of Technology" ,
6
6
"license" : " AGPL-3.0-only" ,
50
50
"statements" : 70
51
51
},
52
52
"dependencies" : {
53
- "@scratch/scratch-render" : " 11.0.0-beta.2 " ,
54
- "@scratch/scratch-svg-renderer" : " 11.0.0-beta.2 " ,
53
+ "@scratch/scratch-render" : " 11.0.0" ,
54
+ "@scratch/scratch-svg-renderer" : " 11.0.0" ,
55
55
"@vernier/godirect" : " 1.8.3" ,
56
56
"arraybuffer-loader" : " 1.0.8" ,
57
57
"atob" : " 2.1.2" ,
You can’t perform that action at this time.
0 commit comments