@patternfly/patternfly 5.2.1 → 5.3.0-prerelease.2

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/README.md +1 -0
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -121,3 +121,4 @@ PatternFly 5 is supported on the latest two major versions of the following brow
121
121
  - Firefox
122
122
  - Safari
123
123
  - Edge
124
+
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.2.1",
4
+ "version": "5.3.0-prerelease.2",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "a11y": "patternfly-a11y --config patternfly-a11y.config",
9
+ "backstop:clean": "rimraf -- backstop_data/bitmaps_test backstop_data/html_report",
9
10
  "backstop:test": "backstop test --config='backstop.js'",
10
11
  "backstop:approve": "backstop approve --config='backstop.js'",
11
12
  "build-patternfly": "gulp buildPatternfly",
@@ -45,11 +46,11 @@
45
46
  "@commitlint/config-conventional": "^18.4.3",
46
47
  "@fortawesome/fontawesome": "^1.1.8",
47
48
  "@octokit/rest": "^20.0.2",
48
- "@patternfly/documentation-framework": "5.3.18",
49
+ "@patternfly/documentation-framework": "5.4.3",
49
50
  "@patternfly/patternfly-a11y": "4.3.1",
50
- "@patternfly/react-code-editor": "5.1.2",
51
- "@patternfly/react-core": "5.1.2",
52
- "@patternfly/react-table": "5.1.2",
51
+ "@patternfly/react-code-editor": "5.2.1",
52
+ "@patternfly/react-core": "5.2.1",
53
+ "@patternfly/react-table": "5.2.1",
53
54
  "@starptech/prettyhtml": "^0.10.0",
54
55
  "backstopjs": "^6.2.2",
55
56
  "cheerio": "^1.0.0-rc.12",