@atlaskit/editor-wikimarkup-transformer 11.20.13 → 11.20.14
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 +10 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/editor-wikimarkup-transformer
|
|
2
2
|
|
|
3
|
+
## 11.20.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`76faad1c8c7b5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/76faad1c8c7b5) -
|
|
8
|
+
Removed `react-intl-next` alias and replaced all usages with `react-intl` directly.
|
|
9
|
+
|
|
10
|
+
What changed: The `react-intl-next` devDependency alias (which resolved to `react-intl@^5`) has
|
|
11
|
+
been renamed to `react-intl`. This is a development-only change with no impact on consumers.
|
|
12
|
+
|
|
3
13
|
## 11.20.13
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-wikimarkup-transformer",
|
|
3
|
-
"version": "11.20.
|
|
3
|
+
"version": "11.20.14",
|
|
4
4
|
"description": "Wiki markup transformer for JIRA and Confluence",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^52.
|
|
32
|
+
"@atlaskit/adf-schema": "^52.5.0",
|
|
33
33
|
"@atlaskit/editor-json-transformer": "^8.31.0",
|
|
34
34
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@atlaskit/activity": "^1.0.1",
|
|
39
|
-
"@atlaskit/editor-core": "^
|
|
39
|
+
"@atlaskit/editor-core": "^219.0.0",
|
|
40
40
|
"@atlaskit/editor-test-helpers": "workspace:^",
|
|
41
|
-
"@atlaskit/mention": "^
|
|
42
|
-
"@atlaskit/tokens": "^
|
|
41
|
+
"@atlaskit/mention": "^25.0.0",
|
|
42
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
43
43
|
"@atlaskit/util-data-test": "^18.5.0",
|
|
44
44
|
"@emotion/react": "^11.7.1",
|
|
45
45
|
"@types/debug": "^4.1.10",
|
|
46
46
|
"cookie": "^0.3.1",
|
|
47
47
|
"debug": "^4.3.4",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
|
-
"react-intl
|
|
49
|
+
"react-intl": "^6.6.2",
|
|
50
50
|
"rxjs": "^5.5.0"
|
|
51
51
|
}
|
|
52
52
|
}
|