Skip to content

Commit 67e0009

Browse files
committed
update all dependencies
1 parent 02dd59d commit 67e0009

File tree

5 files changed

+3985
-6652
lines changed

5 files changed

+3985
-6652
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@babel/preset-env",
55
{
66
"targets": {
7-
"node": "10.4.0"
7+
"node": "12.13.0"
88
}
99
}
1010
]

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- **BREAKING** minimal node.js >= 12.13.0
10+
- Updated all dependencies
11+
812
## [3.0.1]
913
### Fixed
1014
- Ignore instead of taking only symbolic links if skipLinks is set.

0 commit comments

Comments
 (0)