Skip to content

Commit 5cc4891

Browse files
committed
Merge branch 'main' into feature/INT-2955
2 parents 52d4b55 + 6cf0658 commit 5cc4891

File tree

3 files changed

+511
-497
lines changed

3 files changed

+511
-497
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## Unreleased
88
### Fixed
99
- Find an associated form even when in a nested shadow DOM.
10+
- Updated dependencies to latest version
1011

1112
## 2.0.0
1213
### Changed

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)