Skip to content

Commit

Permalink
chore: bump madwizard to pick up its esm updates
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 11, 2023
1 parent 1674bc7 commit 13ed9d9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 74 deletions.
104 changes: 34 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@
"@kui-shell/plugin-patternfly4-themes": "file:plugins/plugin-patternfly4-themes",
"@kui-shell/plugin-proxy-support": "file:plugins/plugin-proxy-support",
"@kui-shell/plugin-s3": "file:plugins/plugin-s3",
"@kui-shell/react": "file:packages/react",
"madwizard": "^8.0.13"
"@kui-shell/react": "file:packages/react"
},
"devDependencies": {
"@kui-shell/builder": "file:packages/builder",
Expand Down
3 changes: 3 additions & 0 deletions packages/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ if (inBrowser) {
case 'readline':
resource.request = require.resolve('./readline.js')
break
case 'os':
resource.request = require.resolve('os-browserify/browser')
break

default:
throw new Error(`Not found ${mod}`)
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"anser": "^2.1.1",
"ansi-regex": "^6.0.1",
"entities": "^4.4.0",
"madwizard": "^8.0.13",
"madwizard": "^9.0.2",
"monaco-editor": "^0.37.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"react-markdown": "^8.0.6",
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-madwizard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"allotment": "^1.18.1",
"chalk": "^5.2.0",
"json-diff": "^1.0.3",
"madwizard": "^8.0.13",
"madwizard": "^9.0.2",
"pretty-ms": "^8.0.0",
"vfile": "^5.3.7",
"xterm": "^5.1.0",
Expand Down

0 comments on commit 13ed9d9

Please sign in to comment.