@atlaskit/editor-plugin-date 6.0.5 → 7.0.1
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 +12 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-date",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "Date plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
],
|
|
30
30
|
"atlaskit:src": "src/index.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@atlaskit/adf-schema": "^
|
|
32
|
+
"@atlaskit/adf-schema": "^51.0.0",
|
|
33
33
|
"@atlaskit/calendar": "^17.1.0",
|
|
34
34
|
"@atlaskit/css": "^0.14.0",
|
|
35
35
|
"@atlaskit/date": "^2.0.0",
|
|
36
|
-
"@atlaskit/editor-plugin-analytics": "^
|
|
37
|
-
"@atlaskit/editor-plugin-annotation": "^
|
|
38
|
-
"@atlaskit/editor-plugin-editor-disabled": "^
|
|
39
|
-
"@atlaskit/editor-plugin-editor-viewmode": "^
|
|
36
|
+
"@atlaskit/editor-plugin-analytics": "^5.0.0",
|
|
37
|
+
"@atlaskit/editor-plugin-annotation": "^5.0.0",
|
|
38
|
+
"@atlaskit/editor-plugin-editor-disabled": "^5.0.0",
|
|
39
|
+
"@atlaskit/editor-plugin-editor-viewmode": "^7.0.0",
|
|
40
40
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
41
41
|
"@atlaskit/editor-shared-styles": "^3.6.0",
|
|
42
42
|
"@atlaskit/form": "^12.5.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@atlaskit/locale": "^3.0.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/textfield": "^8.0.0",
|
|
47
|
-
"@atlaskit/theme": "^
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^12.
|
|
47
|
+
"@atlaskit/theme": "^21.0.0",
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^12.10.0",
|
|
49
49
|
"@atlaskit/tokens": "^6.3.0",
|
|
50
50
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
51
51
|
"@babel/runtime": "^7.0.0",
|
|
@@ -55,21 +55,21 @@
|
|
|
55
55
|
"react-loadable": "^5.1.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@atlaskit/editor-plugin-composition": "^
|
|
59
|
-
"@atlaskit/editor-plugin-content-insertion": "^
|
|
60
|
-
"@atlaskit/editor-plugin-decorations": "^
|
|
61
|
-
"@atlaskit/editor-plugin-feature-flags": "^
|
|
62
|
-
"@atlaskit/editor-plugin-guideline": "^
|
|
63
|
-
"@atlaskit/editor-plugin-quick-insert": "^
|
|
64
|
-
"@atlaskit/editor-plugin-selection": "^
|
|
65
|
-
"@atlaskit/editor-plugin-table": "^
|
|
66
|
-
"@atlaskit/editor-plugin-tasks-and-decisions": "^
|
|
67
|
-
"@atlaskit/editor-plugin-type-ahead": "^
|
|
68
|
-
"@atlaskit/editor-plugin-width": "^
|
|
58
|
+
"@atlaskit/editor-plugin-composition": "^4.0.0",
|
|
59
|
+
"@atlaskit/editor-plugin-content-insertion": "^5.0.0",
|
|
60
|
+
"@atlaskit/editor-plugin-decorations": "^5.0.0",
|
|
61
|
+
"@atlaskit/editor-plugin-feature-flags": "^4.0.0",
|
|
62
|
+
"@atlaskit/editor-plugin-guideline": "^5.0.0",
|
|
63
|
+
"@atlaskit/editor-plugin-quick-insert": "^5.0.0",
|
|
64
|
+
"@atlaskit/editor-plugin-selection": "^5.0.0",
|
|
65
|
+
"@atlaskit/editor-plugin-table": "^14.0.0",
|
|
66
|
+
"@atlaskit/editor-plugin-tasks-and-decisions": "^8.0.0",
|
|
67
|
+
"@atlaskit/editor-plugin-type-ahead": "^5.0.0",
|
|
68
|
+
"@atlaskit/editor-plugin-width": "^6.0.0",
|
|
69
69
|
"@testing-library/react": "^13.4.0"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@atlaskit/editor-common": "^
|
|
72
|
+
"@atlaskit/editor-common": "^109.1.0",
|
|
73
73
|
"react": "^18.2.0",
|
|
74
74
|
"react-dom": "^18.2.0"
|
|
75
75
|
},
|