@modusoperandi/licit 0.13.2 → 0.13.3
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/dist/bom.xml +9936 -4610
- package/dist/client/Licit.test.js +1 -1
- package/dist/client/Licit.test.js.flow +1 -1
- package/package.json +8 -7
- package/src/client/Licit.test.js +1 -1
|
@@ -4,7 +4,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
4
4
|
|
|
5
5
|
var _enzyme = require("enzyme");
|
|
6
6
|
|
|
7
|
-
var _enzymeAdapterReact = _interopRequireDefault(require("enzyme-adapter-react-
|
|
7
|
+
var _enzymeAdapterReact = _interopRequireDefault(require("@wojtekmaj/enzyme-adapter-react-17"));
|
|
8
8
|
|
|
9
9
|
var _Licit = _interopRequireDefault(require("./Licit"));
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { configure, shallow } from 'enzyme';
|
|
3
|
-
import Adapter from 'enzyme-adapter-react-
|
|
3
|
+
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
|
|
4
4
|
import Licit from './Licit';
|
|
5
5
|
import RichTextEditor from '../ui/RichTextEditor';
|
|
6
6
|
import { noop } from '@modusoperandi/licit-ui-commands';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modusoperandi/licit",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.3",
|
|
4
4
|
"subversion": "1",
|
|
5
5
|
"description": "Rich text editor built with React and ProseMirror",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@babel/plugin-transform-runtime": "^7.11.5",
|
|
51
51
|
"@babel/preset-env": "^7.11.5",
|
|
52
52
|
"@babel/preset-flow": "^7.10.4",
|
|
53
|
-
"@babel/preset-react": "^7.
|
|
53
|
+
"@babel/preset-react": "^7.16.0",
|
|
54
54
|
"@cyclonedx/bom": "^2.0.1",
|
|
55
55
|
"babel-eslint": "10.1.0",
|
|
56
56
|
"babel-jest": "^26.6.3",
|
|
@@ -61,12 +61,11 @@
|
|
|
61
61
|
"copy-webpack-plugin": "6.0.3",
|
|
62
62
|
"css-loader": "3.6.0",
|
|
63
63
|
"enzyme": "^3.11.0",
|
|
64
|
-
"enzyme-adapter-react-16": "^1.15.6",
|
|
65
64
|
"eslint": "7.4.0",
|
|
66
65
|
"eslint-config-prettier": "^6.12.0",
|
|
67
66
|
"eslint-plugin-jest": "^24.3.2",
|
|
68
67
|
"eslint-plugin-prettier": "^3.1.4",
|
|
69
|
-
"eslint-plugin-react": "7.
|
|
68
|
+
"eslint-plugin-react": "7.27.0",
|
|
70
69
|
"exports-loader": "^1.1.0",
|
|
71
70
|
"file-loader": "^6.1.0",
|
|
72
71
|
"flow-bin": "0.128.0",
|
|
@@ -93,8 +92,10 @@
|
|
|
93
92
|
"write-file-webpack-plugin": "4.5.1"
|
|
94
93
|
},
|
|
95
94
|
"dependencies": {
|
|
95
|
+
"@modusoperandi/licit-comment": "^0.0.2-1",
|
|
96
96
|
"@modusoperandi/licit-doc-attrs-step": "^0.1.2",
|
|
97
|
-
"@modusoperandi/licit-ui-commands": "^0.1.
|
|
97
|
+
"@modusoperandi/licit-ui-commands": "^0.1.5",
|
|
98
|
+
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
|
|
98
99
|
"body-parser": "^1.19.0",
|
|
99
100
|
"browserkeymap": "2.0.2",
|
|
100
101
|
"classnames": "2.2.6",
|
|
@@ -125,8 +126,8 @@
|
|
|
125
126
|
"prosemirror-utils": "file:prosemirror-utils-1.0.0-0.tgz",
|
|
126
127
|
"prosemirror-view": "^1.17.3",
|
|
127
128
|
"query-string": "6.13.1",
|
|
128
|
-
"react": "^
|
|
129
|
-
"react-dom": "^
|
|
129
|
+
"react": "^17.0.2",
|
|
130
|
+
"react-dom": "^17.0.2",
|
|
130
131
|
"resize-observer-polyfill": "1.5.1",
|
|
131
132
|
"smooth-scroll-into-view-if-needed": "1.1.28",
|
|
132
133
|
"stable": "0.1.8",
|
package/src/client/Licit.test.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { configure, shallow } from 'enzyme';
|
|
3
|
-
import Adapter from 'enzyme-adapter-react-
|
|
3
|
+
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
|
|
4
4
|
import Licit from './Licit';
|
|
5
5
|
import RichTextEditor from '../ui/RichTextEditor';
|
|
6
6
|
import { noop } from '@modusoperandi/licit-ui-commands';
|