@splunk/react-page 8.0.0-beta.4 → 8.0.0-rc.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 8.0.0-rc.1 - May 14, 2025
5
+ ----------
6
+ * Release candidate 1
7
+
4
8
  8.0.0-beta.4 - May 7, 2025
5
9
  ----------
6
10
  * Updated dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-page",
3
- "version": "8.0.0-beta.4",
3
+ "version": "8.0.0-rc.1",
4
4
  "description": "Load React components into the latest layout from Splunk Enterprise",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Splunk Inc.",
@@ -21,9 +21,9 @@
21
21
  "test:cypress:ci": "node src/tests/run-cypress-tests.js"
22
22
  },
23
23
  "dependencies": {
24
- "@splunk/react-ui": "5.0.0-beta.5",
24
+ "@splunk/react-ui": "5.0.0-rc.1",
25
25
  "@splunk/splunk-utils": "^3.2.0",
26
- "@splunk/themes": "1.0.0-beta.5",
26
+ "@splunk/themes": "1.0.0-rc.1",
27
27
  "@splunk/ui-utils": "^1.8.0",
28
28
  "prop-types": "^15.6.2",
29
29
  "scriptjs": "^2.5.8"
@@ -33,7 +33,7 @@
33
33
  "@babel/eslint-parser": "^7.16.0",
34
34
  "@splunk/babel-preset": "^4.0.0",
35
35
  "@splunk/eslint-config": "^5.0.0",
36
- "@splunk/react-docs": "1.0.0-beta.22.v5",
36
+ "@splunk/react-docs": "1.0.0-rc.1",
37
37
  "@splunk/stylelint-config": "^5.0.0",
38
38
  "@splunk/webpack-configs": "^7.0.2",
39
39
  "babel-loader": "^8.3.0",