Skip to content

Commit

Permalink
website module cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
GabiGrin committed Aug 26, 2023
1 parent 2726703 commit 85c8ddf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 165 deletions.
1 change: 1 addition & 0 deletions flow-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"immer": "^4.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"monaco-editor": "^0.41.0",
"react-draggable": "^4.4.5",
"react-resizable": "^3.0.5",
"react18-json-view": "^0.2.1",
Expand Down
178 changes: 16 additions & 162 deletions pnpm-lock.yaml

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

5 changes: 2 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test": "mocha --require ts-node/register 'src/**/*.spec.ts'"
},
"dependencies": {
"@blueprintjs/core": "^4.20.2",
"@blueprintjs/icons": "^4.16.0",
"@blueprintjs/core": "^5.0.0",
"@blueprintjs/icons": "^5.0.0",
"@docusaurus/core": "2.4.1",
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
Expand All @@ -48,7 +48,6 @@
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.1",
"@flyde/core": "workspace:*",
"@tsconfig/docusaurus": "^1.0.7",
"@types/chai": "^4.3.5",
Expand Down

0 comments on commit 85c8ddf

Please sign in to comment.