Skip to content

Commit 6cf0658

Browse files
committed
Updated dependencies
1 parent f7ced4d commit 6cf0658

File tree

3 files changed

+514
-497
lines changed

3 files changed

+514
-497
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
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

7+
## Unreleased
8+
### Fixed
9+
- Updated dependencies to latest version
10+
711
## 2.0.0
812
### Changed
913
- License changed to MIT (from Apache 2) this matches TinyMCE 6 license

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@
2323
"author": "Tiny Technologies",
2424
"license": "MIT",
2525
"devDependencies": {
26-
"@ephox/agar": "^7.0.1",
26+
"@ephox/agar": "^7.1.1",
2727
"@ephox/bedrock-client": "^13.0.0",
2828
"@ephox/bedrock-server": "^13.2.1",
29-
"@ephox/katamari": "^9.0.1",
30-
"@ephox/sugar": "^9.0.1",
29+
"@ephox/katamari": "^9.0.3",
30+
"@ephox/sugar": "^9.0.3",
3131
"@ephox/swag": "^4.5.0",
3232
"@tinymce/beehive-flow": "^0.18.0",
3333
"@tinymce/eslint-plugin": "^2.0.1",
3434
"@types/esm": "^3.2.0",
3535
"@types/express": "^4.17.13",
36-
"@types/node": "^17.0.40",
37-
"@typescript-eslint/eslint-plugin": "^5.27.0",
38-
"@typescript-eslint/parser": "^5.27.0",
39-
"eslint": "^8.17.0",
36+
"@types/node": "^18.6.0",
37+
"@typescript-eslint/eslint-plugin": "^5.30.7",
38+
"@typescript-eslint/parser": "^5.30.7",
39+
"eslint": "^8.20.0",
4040
"eslint-plugin-import": "^2.26.0",
4141
"eslint-plugin-prefer-arrow": "^1.2.3",
4242
"esm": "^3.2.25",
4343
"express": "^4.18.1",
44-
"rollup": "^2.75.5",
45-
"tinymce": "^6.0.3",
46-
"ts-loader": "^9.3.0",
47-
"ts-node": "^10.8.1",
48-
"typescript": "~4.7.3",
44+
"rollup": "^2.77.0",
45+
"tinymce": "^6.1.0",
46+
"ts-loader": "^9.3.1",
47+
"ts-node": "^10.9.1",
48+
"typescript": "~4.7.4",
4949
"webpack": "^5.73.0"
5050
},
5151
"dependencies": {},

0 commit comments

Comments
 (0)