Skip to content

Commit

Permalink
Remove deps from the root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-forina committed Nov 27, 2024
1 parent 777d66a commit 2b0623b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 704 deletions.
34 changes: 4 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,8 @@
"workspaces": [
"packages/*"
],
"dependencies": {
"@patternfly/patternfly": "^5.3.1",
"@patternfly/react-code-editor": "^5.3.4",
"@patternfly/react-core": "^5.3.4",
"@patternfly/react-icons": "^5.3.2",
"@patternfly/react-table": "^5.3.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-dts": "^4.0.2"
},
"peerDependencies": {
"monaco-yaml": "^5.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-monaco-editor": "^0.56.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"scripts": {
"dev": "yarn workspace @apicurio-editors/test-app dev"
}
}
Loading

0 comments on commit 2b0623b

Please sign in to comment.