Skip to content

Commit 4542c98

Browse files
committed
Fixed build
1 parent 8e9a777 commit 4542c98

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ sendTo(
152152
-->
153153

154154
## Changelog
155-
### 3.2.2 (2024-08-26)
155+
### **WORK IN PROGRESS**
156156
* (bluefox) Packages updated
157157

158158
### 3.2.1 (2024-06-21)

io-package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@
33
"name": "scenes",
44
"version": "3.2.2",
55
"news": {
6-
"3.2.2": {
7-
"en": "Packages updated",
8-
"de": "Pakete aktualisiert",
9-
"ru": "Обновленные пакеты",
10-
"pt": "Pacotes atualizados",
11-
"nl": "Pakketten bijgewerkt",
12-
"fr": "Mise à jour des paquets",
13-
"it": "Pacchetti aggiornati",
14-
"es": "Paquetes actualizados",
15-
"pl": "Aktualizacja pakietów",
16-
"uk": "Пакети оновлені",
17-
"zh-cn": "更新软件包"
18-
},
196
"3.2.1": {
207
"en": "(bluefox) GUI migrated for the new `adapter-react` library",
218
"de": "(bluefox) GUI migriert für die neue `adapter-react` Bibliothek",

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"react-dnd-html5-backend": "^16.0.1",
1515
"react-dnd": "^16.0.1",
1616
"react": "^18.3.1",
17+
"react-ace": "^12.0.0",
1718
"react-dom": "^18.3.1",
1819
"react-icons": "^5.3.0",
1920
"react-scripts": "^5.0.1"
@@ -34,4 +35,4 @@
3435
"not ie <= 11",
3536
"not op_mini all"
3637
]
37-
}
38+
}

0 commit comments

Comments
 (0)