@splunk/react-page 6.0.2 → 6.0.3

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 +9 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 6.0.3 - December 6, 2022
5
+ ----------
6
+ * Optimizes bundle sizes of consumers by reducing footprint of "lodash" (SUI-5090).
7
+
4
8
  6.0.2 - September 6, 2022
5
9
  ----------
6
10
  * Fixes an issue where an external requirejs dependency would fail loading Splunk Core APIs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/react-page",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
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",
@@ -9,6 +9,7 @@
9
9
  "build": "cross-env NODE_ENV=production webpack",
10
10
  "docs": "NODE_ENV=production webpack --config docs.gen.webpack.config.js",
11
11
  "docs:publish": "cicd-publish-docs docs --force",
12
+ "docs:publish:external": "cicd-publish-docs docs-external --force --suffix=public",
12
13
  "docs:start": "webpack serve --config docs.gen.webpack.config.js",
13
14
  "eslint": "eslint src --ext \".js,.jsx\"",
14
15
  "eslint:fix": "eslint src --ext \".js, .jsx\" --fix",
@@ -25,23 +26,24 @@
25
26
  "test:cypress:ci": "echo TODO: SUI-3442"
26
27
  },
27
28
  "dependencies": {
28
- "@splunk/react-ui": "^4.12.0",
29
- "@splunk/splunk-utils": "^2.2.2",
30
- "@splunk/themes": "^0.13.0",
31
- "@splunk/ui-utils": "^1.5.0",
29
+ "@splunk/react-ui": "^4.15.0",
30
+ "@splunk/splunk-utils": "^2.2.4",
31
+ "@splunk/themes": "^0.13.1",
32
+ "@splunk/ui-utils": "^1.5.2",
32
33
  "prop-types": "^15.6.2",
33
34
  "scriptjs": "^2.5.8"
34
35
  },
35
36
  "devDependencies": {
36
37
  "@babel/core": "^7.2.0",
37
38
  "@splunk/babel-preset": "^3.0.0",
38
- "@splunk/cicd-tools": "^0.4.0",
39
+ "@splunk/cicd-tools": "^0.5.0",
39
40
  "@splunk/eslint-config": "^4.0.0",
40
41
  "@splunk/stylelint-config": "^4.0.0",
41
42
  "@splunk/wdio-functional-test-runner": "^10.1.0",
42
- "@splunk/webpack-configs": "^5.0.0",
43
+ "@splunk/webpack-configs": "^6.0.0",
43
44
  "babel-eslint": "^10.1.0",
44
45
  "babel-loader": "^8.0.4",
46
+ "babel-plugin-transform-imports": "^2.0.0",
45
47
  "cross-env": "^6.0.3",
46
48
  "eslint": "^7.14.0",
47
49
  "eslint-config-airbnb": "^18.2.1",