|
1 | 1 | { |
2 | 2 | "name": "@scratch/scratch-gui", |
3 | | - "version": "11.6.0-gui-standalone", |
| 3 | + "version": "11.6.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", |
|
60 | 60 | "@microbit/microbit-universal-hex": "0.2.2", |
61 | 61 | "@radix-ui/react-context-menu": "^2.2.5", |
62 | 62 | "@testing-library/user-event": "^14.6.1", |
63 | | - "@scratch/scratch-render": "11.6.0-gui-standalone", |
64 | | - "@scratch/scratch-svg-renderer": "11.6.0-gui-standalone", |
65 | | - "@scratch/scratch-vm": "11.6.0-gui-standalone", |
| 63 | + "@scratch/scratch-render": "11.6.0", |
| 64 | + "@scratch/scratch-svg-renderer": "11.6.0", |
| 65 | + "@scratch/scratch-vm": "11.6.0", |
66 | 66 | "arraybuffer-loader": "1.0.8", |
67 | 67 | "autoprefixer": "9.8.8", |
68 | 68 | "balance-text": "3.3.1", |
|
71 | 71 | "cat-blocks": "npm:[email protected]", |
72 | 72 | "classnames": "2.5.1", |
73 | 73 | "computed-style-to-inline-style": "3.0.0", |
74 | | - "cookie": "^0.6.0", |
| 74 | + "cookie": "0.6.0", |
75 | 75 | "copy-webpack-plugin": "6.4.1", |
76 | 76 | "core-js": "2.6.12", |
77 | 77 | "css-loader": "5.2.7", |
|
111 | 111 | "react-virtualized": "9.22.6", |
112 | 112 | "react-visibility-sensor": "5.1.1", |
113 | 113 | "redux-throttle": "0.1.1", |
114 | | - "scratch-audio": "2.0.210", |
115 | | - "scratch-blocks": "1.1.211", |
116 | | - "scratch-l10n": "6.0.25", |
| 114 | + "scratch-audio": "2.0.215", |
| 115 | + "scratch-blocks": "1.1.213", |
| 116 | + "scratch-l10n": "6.0.30", |
117 | 117 | "scratch-paint": "4.0.3", |
118 | | - "scratch-render-fonts": "1.0.220", |
119 | | - "scratch-storage": "4.0.210", |
| 118 | + "scratch-render-fonts": "1.0.223", |
| 119 | + "scratch-storage": "4.0.214", |
120 | 120 | "startaudiocontext": "1.2.1", |
121 | 121 | "style-loader": "4.0.0", |
122 | 122 | "to-style": "1.3.3", |
|
131 | 131 | "redux": "^4.0.0" |
132 | 132 | }, |
133 | 133 | "devDependencies": { |
134 | | - "@babel/cli": "7.28.0", |
135 | | - "@babel/core": "7.28.0", |
| 134 | + "@babel/cli": "7.28.3", |
| 135 | + "@babel/core": "7.28.3", |
136 | 136 | "@babel/eslint-parser": "7.28.0", |
137 | | - "@babel/preset-env": "7.28.0", |
| 137 | + "@babel/preset-env": "7.28.3", |
138 | 138 | "@babel/preset-react": "7.27.1", |
139 | 139 | "@testing-library/jest-dom": "^5.16.5", |
140 | 140 | "@testing-library/react": "^14.0.0", |
|
154 | 154 | "eslint-plugin-react": "7.37.5", |
155 | 155 | "file-loader": "6.2.0", |
156 | 156 | "gh-pages": "3.2.3", |
157 | | - "html-webpack-plugin": "5.6.3", |
| 157 | + "html-webpack-plugin": "5.6.4", |
158 | 158 | "jest": "21.2.1", |
159 | 159 | "jest-junit": "7.0.0", |
160 | 160 | "mkdirp": "1.0.4", |
|
171 | 171 | "ts-loader": "9.5.2", |
172 | 172 | "url-loader": "4.1.1", |
173 | 173 | "web-audio-test-api": "0.5.2", |
174 | | - "webpack": "5.101.0", |
| 174 | + "webpack": "5.101.2", |
175 | 175 | "webpack-cli": "5.1.4", |
176 | 176 | "webpack-dev-server": "5.2.2", |
177 | 177 | "yauzl": "3.2.0" |
|
0 commit comments