@tinymce/tinymce-webcomponent 1.2.0 → 1.2.1-feature.20220114184248790.sha06e7fdc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Fixed
9
+ - Updated dependencies to latest available versions.
8
10
 
9
11
  ## [1.2.0] - 2021-03-11
10
12
  ### Fixed
@@ -462,4 +462,4 @@
462
462
 
463
463
  Editor();
464
464
 
465
- }());
465
+ })();
package/package.json CHANGED
@@ -23,27 +23,32 @@
23
23
  "author": "Tiny Technologies",
24
24
  "license": "Apache-2.0",
25
25
  "devDependencies": {
26
- "@ephox/agar": "^5.2.1",
27
- "@ephox/bedrock-client": "^11.1.1",
28
- "@ephox/bedrock-server": "^11.2.0",
29
- "@ephox/katamari": "^7.1.3",
30
- "@ephox/sugar": "^7.1.1",
31
- "@ephox/swag": "^4.3.1",
32
- "@tinymce/beehive-flow": "^0.14.0",
33
- "@tinymce/eslint-plugin": "^1.7.2",
26
+ "@ephox/agar": "^6.0.3",
27
+ "@ephox/bedrock-client": "^12.0.0",
28
+ "@ephox/bedrock-server": "^12.1.1",
29
+ "@ephox/katamari": "^8.1.1",
30
+ "@ephox/sugar": "^8.1.1",
31
+ "@ephox/swag": "^4.4.0",
32
+ "@tinymce/beehive-flow": "^0.17.0",
33
+ "@tinymce/eslint-plugin": "^1.9.2",
34
34
  "@types/esm": "^3.2.0",
35
- "@types/express": "^4.17.11",
36
- "@types/node": "^14.14.33",
37
- "eslint": "^7.21.0",
35
+ "@types/express": "^4.17.13",
36
+ "@types/node": "^16.10.4",
37
+ "@typescript-eslint/eslint-plugin": "^5.0.0",
38
+ "@typescript-eslint/parser": "^5.0.0",
39
+ "eslint": "^8.0.0",
40
+ "eslint-plugin-import": "^2.25.2",
41
+ "eslint-plugin-mocha": "^9.0.0",
42
+ "eslint-plugin-prefer-arrow": "^1.2.3",
38
43
  "esm": "^3.2.25",
39
44
  "express": "^4.17.1",
40
- "rollup": "^2.41.0",
41
- "tinymce": "^5.7.0",
42
- "ts-loader": "^8.0.17",
43
- "ts-node": "^9.1.1",
44
- "typescript": "^4.2.3"
45
+ "rollup": "^2.58.0",
46
+ "tinymce": "^5.10.0",
47
+ "ts-loader": "^9.2.6",
48
+ "ts-node": "^10.3.0",
49
+ "typescript": "~4.4.4"
45
50
  },
46
51
  "dependencies": {},
47
- "version": "1.2.0",
52
+ "version": "1.2.1-feature.20220114184248790.sha06e7fdc",
48
53
  "name": "@tinymce/tinymce-webcomponent"
49
54
  }