Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit bb034e0

Browse files
authored
Fix hygen not working properly on Windows (#228)
1 parent c678fb1 commit bb034e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## Not released
4+
- Update hygen to latest version, fixing hygen code injection for windows [#228](https://github.com/CartoDB/carto-react-template/pull/228)
5+
36
## 1.0.1 (2021-04-22)
47

58
- Update @carto/react-* dependencies to 1.0.1 and fix hygen for windows [#225](https://github.com/CartoDB/carto-react-template/pull/225)

template-sample-app/template/package.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"firebase-tools": "^9.2.2",
4545
"start-server-and-test": "^1.12.0",
4646
"husky": "^4.3.8",
47-
"hygen": "^6.0.4",
47+
"hygen": "^6.1.0",
4848
"lint-staged": "^10.5.3",
4949
"prettier": "^2.2.1",
5050
"react-app-rewired": "^2.1.8",

template-skeleton/template/package.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"firebase-tools": "^9.2.2",
4545
"start-server-and-test": "^1.12.0",
4646
"husky": "^4.3.8",
47-
"hygen": "^6.0.4",
47+
"hygen": "^6.1.0",
4848
"lint-staged": "^10.5.3",
4949
"prettier": "^2.2.1",
5050
"react-app-rewired": "^2.1.8",

0 commit comments

Comments
 (0)