Skip to content

Commit

Permalink
Peer dependencies to fix codemirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Oct 3, 2024
1 parent 0bec0d3 commit 4e5d2c3
Show file tree
Hide file tree
Showing 4 changed files with 1,064 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package-lock.json

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

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"web-vitals": "^1.1.2",
"yup": "^0.32.11"
},
"peerDependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@uiw/codemirror-theme-vscode": "^4.22.2",
"@uiw/react-codemirror": "^4.19.7",
"@uiw/react-textarea-code-editor": "^2.0.6"
},
"homepage": "https://tapis-project.github.io/tapis-ui",
"scripts": {
"start": "vite --config ./vite/vite.config.mts",
Expand Down
Loading

0 comments on commit 4e5d2c3

Please sign in to comment.