@atlaskit/editor-plugin-tasks-and-decisions 15.3.0 → 15.3.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 +6 -0
- package/dist/cjs/tasksAndDecisionsPlugin.js +1 -1
- package/dist/cjs/ui/Task/RequestToEditPopup.js +1 -1
- package/dist/es2019/tasksAndDecisionsPlugin.js +1 -1
- package/dist/es2019/ui/Task/RequestToEditPopup.js +1 -1
- package/dist/esm/tasksAndDecisionsPlugin.js +1 -1
- package/dist/esm/ui/Task/RequestToEditPopup.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tasksAndDecisionsPlugin.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* tasksAndDecisionsPlugin.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import "./tasksAndDecisionsPlugin.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* tasksAndDecisionsPlugin.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* tasksAndDecisionsPlugin.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
3
3
|
import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
|
|
4
4
|
import "./tasksAndDecisionsPlugin.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* RequestToEditPopup.tsx generated by @compiled/babel-plugin
|
|
1
|
+
/* RequestToEditPopup.tsx generated by @compiled/babel-plugin v2.0.0 */
|
|
2
2
|
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
3
3
|
import "./RequestToEditPopup.compiled.css";
|
|
4
4
|
import * as React from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-tasks-and-decisions",
|
|
3
|
-
"version": "15.3.
|
|
3
|
+
"version": "15.3.1",
|
|
4
4
|
"description": "Tasks and decisions plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"atlaskit:src": "src/index.ts",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@atlaskit/adf-schema": "^56.
|
|
24
|
+
"@atlaskit/adf-schema": "^56.4.0",
|
|
25
25
|
"@atlaskit/analytics-namespaced-context": "^8.1.0",
|
|
26
26
|
"@atlaskit/css": "^1.0.0",
|
|
27
27
|
"@atlaskit/editor-plugin-analytics": "^12.1.0",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@atlaskit/primitives": "^22.2.0",
|
|
42
42
|
"@atlaskit/prosemirror-input-rules": "^4.0.0",
|
|
43
43
|
"@atlaskit/task-decision": "^21.8.0",
|
|
44
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
44
|
+
"@atlaskit/tmp-editor-statsig": "^136.0.0",
|
|
45
45
|
"@atlaskit/tokens": "^16.3.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@compiled/react": "^1.0.0",
|
|
48
48
|
"bind-event-listener": "^3.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@atlaskit/editor-common": "^116.
|
|
51
|
+
"@atlaskit/editor-common": "^116.48.0",
|
|
52
52
|
"react": "^18.2.0 || ^19.2.0",
|
|
53
53
|
"react-dom": "^18.2.0 || ^19.2.0",
|
|
54
54
|
"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
|