@canopycanopycanopy/b-ber-reader-react 3.0.10 → 3.1.0
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/index.js +1 -1
- package/dist/index.js.LICENSE.txt +4 -12
- package/package.json +10 -8
|
@@ -27,19 +27,11 @@
|
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
34
|
-
*
|
|
35
|
-
* This source code is licensed under the MIT license found in the
|
|
36
|
-
* LICENSE file in the root directory of this source tree.
|
|
37
|
-
*/
|
|
38
|
-
|
|
39
|
-
/** @license React v17.0.2
|
|
40
|
-
* react-is.production.min.js
|
|
30
|
+
/**
|
|
31
|
+
* @license React
|
|
32
|
+
* use-sync-external-store-with-selector.production.js
|
|
41
33
|
*
|
|
42
|
-
* Copyright (c)
|
|
34
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
43
35
|
*
|
|
44
36
|
* This source code is licensed under the MIT license found in the
|
|
45
37
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-reader-react",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -33,6 +33,8 @@
|
|
|
33
33
|
"@babel/plugin-transform-runtime": "^7.10.5",
|
|
34
34
|
"@babel/preset-env": "^7.10.4",
|
|
35
35
|
"@babel/preset-react": "^7.10.4",
|
|
36
|
+
"@testing-library/dom": "^10.4.0",
|
|
37
|
+
"@testing-library/react": "^16.3.0",
|
|
36
38
|
"autoprefixer": "^9.6.1",
|
|
37
39
|
"babel-eslint": "^8.2.2",
|
|
38
40
|
"babel-loader": "^8.2.3",
|
|
@@ -64,7 +66,7 @@
|
|
|
64
66
|
"postcss-import": "^11.1.0",
|
|
65
67
|
"postcss-loader": "^2.1.1",
|
|
66
68
|
"prop-types": "^15.6.1",
|
|
67
|
-
"react-test-renderer": ">=16.4 <=
|
|
69
|
+
"react-test-renderer": ">=16.4 <=19",
|
|
68
70
|
"redux-mock-store": "^1.5.4",
|
|
69
71
|
"resize-observer-polyfill": "^1.5.0",
|
|
70
72
|
"rimraf": "^2.7.1",
|
|
@@ -96,15 +98,15 @@
|
|
|
96
98
|
"quote": "^0.4.0",
|
|
97
99
|
"react-attr-converter": "^0.3.1",
|
|
98
100
|
"react-player": "^2.10.1",
|
|
99
|
-
"react-redux": "^
|
|
100
|
-
"redux": "^
|
|
101
|
-
"redux-thunk": "^
|
|
101
|
+
"react-redux": "^9.2.0",
|
|
102
|
+
"redux": "^5.0.0",
|
|
103
|
+
"redux-thunk": "^3.1.0",
|
|
102
104
|
"url-search-params-polyfill": "^4.0.0",
|
|
103
105
|
"xml-js": "^1.6.2"
|
|
104
106
|
},
|
|
105
107
|
"peerDependencies": {
|
|
106
|
-
"react": ">=16.2.0 <=
|
|
107
|
-
"react-dom": ">=16.2.0 <=
|
|
108
|
+
"react": ">=16.2.0 <=19",
|
|
109
|
+
"react-dom": ">=16.2.0 <=19"
|
|
108
110
|
},
|
|
109
111
|
"files": [
|
|
110
112
|
"dist",
|
|
@@ -124,5 +126,5 @@
|
|
|
124
126
|
"url": "https://maxwellsimmer.com"
|
|
125
127
|
}
|
|
126
128
|
],
|
|
127
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "59963709eda1a8eb12dde95405f8f01086d12cc7"
|
|
128
130
|
}
|