Skip to content

Commit ff6eab6

Browse files
committed
Updated dependencies
1 parent 98d1ceb commit ff6eab6

File tree

3 files changed

+318
-318
lines changed

3 files changed

+318
-318
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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+
### Fixed
9+
- Updated dependencies to latest available versions.
810

911
## [1.2.0] - 2021-03-11
1012
### Fixed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
"@ephox/katamari": "^7.1.3",
3030
"@ephox/sugar": "^7.1.1",
3131
"@ephox/swag": "^4.3.1",
32-
"@tinymce/beehive-flow": "^0.14.0",
32+
"@tinymce/beehive-flow": "^0.15.0",
3333
"@tinymce/eslint-plugin": "^1.7.2",
3434
"@types/esm": "^3.2.0",
3535
"@types/express": "^4.17.11",
36-
"@types/node": "^14.14.35",
37-
"eslint": "^7.22.0",
36+
"@types/node": "^15.0.1",
37+
"eslint": "^7.25.0",
3838
"esm": "^3.2.25",
3939
"express": "^4.17.1",
40-
"rollup": "^2.41.2",
41-
"tinymce": "^5.7.0",
42-
"ts-loader": "^8.0.18",
40+
"rollup": "^2.46.0",
41+
"tinymce": "^5.7.1",
42+
"ts-loader": "^9.1.1",
4343
"ts-node": "^9.1.1",
44-
"typescript": "^4.2.3"
44+
"typescript": "^4.2.4"
4545
},
4646
"dependencies": {},
4747
"version": "1.2.1-rc",

0 commit comments

Comments
 (0)