@ansible/ansible-ui-framework 2.4.145 → 2.4.146

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 +3 -2
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.145",
4
+ "version": "2.4.146",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/ansible/ansible-ui.git"
9
9
  },
10
10
  "homepage": "https://github.com/ansible/ansible-ui/tree/main/framework#readme",
11
+ "type": "module",
11
12
  "main": "./index.umd.cjs",
12
13
  "module": "./index.js",
13
14
  "types": "./framework/index.d.ts",
@@ -34,6 +35,6 @@
34
35
  "@patternfly/react-table": "^4",
35
36
  "react": "^17 || ^18",
36
37
  "react-dom": "^17 || ^18",
37
- "monaco-editor": "^0.36.1"
38
+ "monaco-editor": "^0.38"
38
39
  }
39
40
  }