@splunk/react-page 6.1.0 → 6.1.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/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
+
6.1.1 - June 6, 2023
|
|
5
|
+
----------
|
|
6
|
+
API Changes:
|
|
7
|
+
* Added support for the latest `styled-components@5` (SUI-5467).
|
|
8
|
+
|
|
4
9
|
6.1.0 - May 2, 2023
|
|
10
|
+
----------
|
|
5
11
|
New Features:
|
|
6
12
|
* a new `options.loader` parameter has been added to `layout` to allow `requirejs` to be used instead of `scriptjs` (SUI-5341).
|
|
7
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splunk/react-page",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Load React components into the latest layout from Splunk Enterprise",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"test:cypress:ci": "node src/tests/run-cypress-tests.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@splunk/react-ui": "^4.
|
|
25
|
+
"@splunk/react-ui": "^4.17.1",
|
|
26
26
|
"@splunk/splunk-utils": "^2.3.4",
|
|
27
|
-
"@splunk/themes": "^0.16.
|
|
27
|
+
"@splunk/themes": "^0.16.1",
|
|
28
28
|
"@splunk/ui-utils": "^1.6.0",
|
|
29
29
|
"prop-types": "^15.6.2",
|
|
30
30
|
"scriptjs": "^2.5.8"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"react": "^16.12.0",
|
|
53
53
|
"react-dom": "^16.12.0",
|
|
54
54
|
"style-loader": "^0.23.1",
|
|
55
|
-
"styled-components": "5.
|
|
55
|
+
"styled-components": "^5.3.10",
|
|
56
56
|
"stylelint": "^13.0.0",
|
|
57
57
|
"webpack": "^4.16.2",
|
|
58
58
|
"webpack-cli": "^4.9.2",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "^16.8",
|
|
64
64
|
"react-dom": "^16.8",
|
|
65
|
-
"styled-components": "5.
|
|
65
|
+
"styled-components": "^5.3.10"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=6"
|