@splunk/react-page 8.0.0-rc.2 → 8.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 8.0.0 - June 3, 2025
5
+ ----------
6
+ * Includes all changes from `8.0.0-beta` and `8.0.0-rc` releases.
7
+
4
8
  8.0.0-rc.2 - May 28, 2025
5
9
  ----------
6
10
  * Release candidate 2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-page",
3
- "version": "8.0.0-rc.2",
3
+ "version": "8.0.0",
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,10 +21,10 @@
21
21
  "test:cypress:ci": "node src/tests/run-cypress-tests.js"
22
22
  },
23
23
  "dependencies": {
24
- "@splunk/react-ui": "5.0.0-rc.2",
24
+ "@splunk/react-ui": "^5.0.0",
25
25
  "@splunk/splunk-utils": "^3.2.0",
26
- "@splunk/themes": "1.0.0-rc.2",
27
- "@splunk/ui-utils": "^1.8.0",
26
+ "@splunk/themes": "^1.0.0",
27
+ "@splunk/ui-utils": "^1.9.0",
28
28
  "prop-types": "^15.6.2",
29
29
  "scriptjs": "^2.5.8"
30
30
  },
@@ -33,13 +33,13 @@
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-rc.2",
36
+ "@splunk/react-docs": "^1.0.0",
37
37
  "@splunk/stylelint-config": "^5.0.0",
38
38
  "@splunk/webpack-configs": "^7.0.2",
39
39
  "babel-loader": "^8.3.0",
40
40
  "babel-plugin-transform-imports": "^2.0.0",
41
41
  "cross-env": "^6.0.3",
42
- "cypress": "^12.17.1",
42
+ "cypress": "^13.17.0",
43
43
  "eslint": "^8.57.1",
44
44
  "eslint-config-airbnb": "^19.0.4",
45
45
  "eslint-config-prettier": "^9.1.0",