graphen 1.9.9 → 1.9.12
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/css.js +1 -1
- package/dist/example.js +1 -1
- package/dist/example.js.LICENSE.txt +12 -15
- package/dist/scripts.js +1 -1
- package/dist/scripts.js.LICENSE.txt +12 -15
- package/package.json +5 -5
|
@@ -1,13 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
1
|
/*!
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
|
3
|
+
Licensed under the MIT License (MIT), see
|
|
4
|
+
http://jedwatson.github.io/classnames
|
|
11
5
|
*/
|
|
12
6
|
|
|
13
7
|
/**
|
|
@@ -19,8 +13,9 @@ object-assign
|
|
|
19
13
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
20
14
|
*/
|
|
21
15
|
|
|
22
|
-
/**
|
|
23
|
-
*
|
|
16
|
+
/**
|
|
17
|
+
* @license React
|
|
18
|
+
* react-dom.production.min.js
|
|
24
19
|
*
|
|
25
20
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
26
21
|
*
|
|
@@ -28,8 +23,9 @@ object-assign
|
|
|
28
23
|
* LICENSE file in the root directory of this source tree.
|
|
29
24
|
*/
|
|
30
25
|
|
|
31
|
-
/**
|
|
32
|
-
*
|
|
26
|
+
/**
|
|
27
|
+
* @license React
|
|
28
|
+
* react.production.min.js
|
|
33
29
|
*
|
|
34
30
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
35
31
|
*
|
|
@@ -37,8 +33,9 @@ object-assign
|
|
|
37
33
|
* LICENSE file in the root directory of this source tree.
|
|
38
34
|
*/
|
|
39
35
|
|
|
40
|
-
/**
|
|
41
|
-
*
|
|
36
|
+
/**
|
|
37
|
+
* @license React
|
|
38
|
+
* scheduler.production.min.js
|
|
42
39
|
*
|
|
43
40
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
44
41
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphen",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.12",
|
|
4
4
|
"description": "Graphen is a small library, that keeps reusable blocks of UI and helps making application design consistent across multiple projects.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"classnames": "^2.2.6",
|
|
29
29
|
"lodash": "^4.17.20",
|
|
30
|
-
"react": "^
|
|
31
|
-
"react-dom": "^
|
|
30
|
+
"react": "^18.2.0",
|
|
31
|
+
"react-dom": "^18.2.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@babel/core": "^7.11.6",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"mini-css-extract-plugin": "^2.7.6",
|
|
62
62
|
"postcss-loader": "^3.0.0",
|
|
63
63
|
"prettier": "^1.16.4",
|
|
64
|
-
"react": "^
|
|
65
|
-
"react-dom": "^
|
|
64
|
+
"react": "^18.2.0",
|
|
65
|
+
"react-dom": "^18.2.0",
|
|
66
66
|
"sass": "^1.67.0",
|
|
67
67
|
"sass-loader": "^13.3.2",
|
|
68
68
|
"style-loader": "^0.13.1",
|