scratch-gui 2.3.65 → 2.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.3.67](https://github.com/LLK/scratch-gui/compare/v2.3.66...v2.3.67) (2023-09-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency autoprefixer to v9.8.8 ([fff426e](https://github.com/LLK/scratch-gui/commit/fff426e9ffdd0e9846f5544ce7c45818994ed16f))
|
|
12
|
+
|
|
13
|
+
## [2.3.66](https://github.com/LLK/scratch-gui/compare/v2.3.65...v2.3.66) (2023-09-21)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** update dependency arraybuffer-loader to v1.0.8 ([acc4924](https://github.com/LLK/scratch-gui/commit/acc49242e92be09647172a2674559e0a8f502707))
|
|
19
|
+
|
|
6
20
|
## [2.3.65](https://github.com/LLK/scratch-gui/compare/v2.3.64...v2.3.65) (2023-09-20)
|
|
7
21
|
|
|
8
22
|
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-gui",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.67",
|
|
4
4
|
"description": "Graphical User Interface for creating and running Scratch 3.0 projects",
|
|
5
5
|
"author": "Massachusetts Institute of Technology",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"babel-core": "7.0.0-bridge.0",
|
|
118
118
|
"babel-eslint": "10.0.3",
|
|
119
119
|
"babel-loader": "8.2.2",
|
|
120
|
-
"chromedriver": "115.0.
|
|
120
|
+
"chromedriver": "115.0.1",
|
|
121
121
|
"enzyme": "3.10.0",
|
|
122
122
|
"enzyme-adapter-react-16": "1.15.7",
|
|
123
123
|
"eslint": "5.16.0",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"file-loader": "6.2.0",
|
|
130
130
|
"gh-pages": "3.2.3",
|
|
131
131
|
"html-webpack-plugin": "3.2.0",
|
|
132
|
-
"husky": "8.0.
|
|
132
|
+
"husky": "8.0.3",
|
|
133
133
|
"jest": "21.2.1",
|
|
134
134
|
"jest-junit": "7.0.0",
|
|
135
135
|
"mkdirp": "1.0.3",
|