@ansible/ansible-ui-framework 2.4.2596 → 2.4.2598

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.2596",
4
+ "version": "2.4.2598",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -30,12 +30,12 @@
30
30
  "framework"
31
31
  ],
32
32
  "peerDependencies": {
33
- "@patternfly/patternfly": "^5.1",
34
- "@patternfly/react-core": "^5.1",
35
- "@patternfly/react-icons": "^5.1",
36
- "@patternfly/react-table": "^5.1",
33
+ "@patternfly/patternfly": "^5.4",
34
+ "@patternfly/react-core": "^5.4",
35
+ "@patternfly/react-icons": "^5.4",
36
+ "@patternfly/react-table": "^5.4",
37
37
  "react": "^17 || ^18",
38
38
  "react-dom": "^17 || ^18",
39
- "monaco-editor": "^0"
39
+ "monaco-editor": "^0.52.0"
40
40
  }
41
41
  }