|
1 | 1 | { |
2 | 2 | "name": "@scratch/scratch-gui", |
3 | | - "version": "13.1.0", |
| 3 | + "version": "13.1.1", |
4 | 4 | "description": "Graphical User Interface for creating and running Scratch 3.0 projects", |
5 | 5 | "keywords": [], |
6 | 6 | "homepage": "https://github.com/scratchfoundation/scratch-gui#readme", |
|
103 | 103 | } |
104 | 104 | ], |
105 | 105 | "^.+\\.jsx?$": "babel-jest", |
106 | | - "^.+\\.mjs$": ["babel-jest", {"configFile": false, "presets": [["@babel/preset-env", {"modules": "commonjs"}]]}] |
| 106 | + "^.+\\.mjs$": [ |
| 107 | + "babel-jest", |
| 108 | + { |
| 109 | + "configFile": false, |
| 110 | + "presets": [ |
| 111 | + [ |
| 112 | + "@babel/preset-env", |
| 113 | + { |
| 114 | + "modules": "commonjs" |
| 115 | + } |
| 116 | + ] |
| 117 | + ] |
| 118 | + } |
| 119 | + ] |
107 | 120 | }, |
108 | 121 | "transformIgnorePatterns": [ |
109 | 122 | "/node_modules/(?!intl-messageformat|intl-messageformat-parser).+\\.js$" |
|
113 | 126 | "@mediapipe/face_detection": "0.4.1646425229", |
114 | 127 | "@microbit/microbit-universal-hex": "0.2.2", |
115 | 128 | "@radix-ui/react-context-menu": "2.2.16", |
116 | | - "@scratch/scratch-render": "13.1.0", |
117 | | - "@scratch/scratch-svg-renderer": "13.1.0", |
118 | | - "@scratch/scratch-vm": "13.1.0", |
| 129 | + "@scratch/scratch-render": "13.1.1", |
| 130 | + "@scratch/scratch-svg-renderer": "13.1.1", |
| 131 | + "@scratch/scratch-vm": "13.1.1", |
119 | 132 | "@tensorflow-models/face-detection": "1.0.3", |
120 | 133 | "@tensorflow/tfjs": "4.22.0", |
121 | 134 | "@testing-library/user-event": "14.6.1", |
|
0 commit comments