Skip to content

Commit

Permalink
Fix dependencies in components (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy authored Aug 16, 2023
1 parent e890f48 commit c7f7634
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
24 changes: 21 additions & 3 deletions library/.bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,37 @@
"scope": "quarkusio.code-quarkus",
"version": "0.0.51",
"mainFile": "index.ts",
"rootDir": "components"
"rootDir": "components",
"nextVersion": {
"version": "patch",
"message": "",
"username": "ia3andy",
"email": "[email protected]"
}
},
"core/analytics": {
"scope": "quarkusio.code-quarkus",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "core/analytics"
"rootDir": "core/analytics",
"nextVersion": {
"version": "patch",
"message": "",
"username": "ia3andy",
"email": "[email protected]"
}
},
"core/components": {
"scope": "quarkusio.code-quarkus",
"version": "0.0.14",
"mainFile": "index.ts",
"rootDir": "core/components"
"rootDir": "core/components",
"nextVersion": {
"version": "patch",
"message": "",
"username": "ia3andy",
"email": "[email protected]"
}
},
"core/types": {
"scope": "quarkusio.code-quarkus",
Expand Down
4 changes: 3 additions & 1 deletion library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"lodash": "4.17.21",
"querystring": "0.2.1",
"react": "17.0.2",
"react-bootstrap": "1.6.4",
"react-dom": "17.0.2",
Expand All @@ -48,6 +47,9 @@
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"querystring": "0.2.1"
},
"eslintConfig": {
"extends": [
"react-app"
Expand Down

0 comments on commit c7f7634

Please sign in to comment.