Skip to content

Commit

Permalink
Playbook approval from the UI
Browse files Browse the repository at this point in the history
Fixes #2304
  • Loading branch information
mainawycliffe committed Oct 25, 2024
1 parent c860af9 commit 6213fd4
Show file tree
Hide file tree
Showing 8 changed files with 206 additions and 186 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const config = {
proxyTimeout: 1000 * 60 * 10,
esmExternals: "loose"
},
transpilePackages: ["monaco-editor", "@flanksource/icons"]
transpilePackages: ["monaco-editor"]
};

module.exports = withBundleAnalyzer(config);
14 changes: 12 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
"react-dom": "^18.2.0",
"react-hook-form": "^7.15.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"react-icons-v5": "npm:react-icons@^5.0.0",
"react-image": "^4.1.0",
"react-loading-icons": "^1.0.8",
"react-mentions": "^4.4.0",
Expand Down Expand Up @@ -221,4 +222,4 @@
"msw": {
"workerDirectory": "public"
}
}
}
Loading

0 comments on commit 6213fd4

Please sign in to comment.