Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
fix: 🐛 Fix dependencies in angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Frantisek Bucik committed Oct 25, 2021
1 parent 48489cc commit c469c5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target
/gui/out-tsc
/out
/gui/src/main
/gui/package-lock.json

# Gui dependencies
/gui/node_modules
Expand Down
14 changes: 7 additions & 7 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"@fortawesome/free-solid-svg-icons": "~5.15.4",
"@ngx-translate/core": "~13.0.0",
"@ngx-translate/http-loader": "~6.0.0",
"bootstrap": "~5.1.3",
"bootstrap": "~4.6.0",
"core-js": "~3.18.3",
"eslint": "~8.0.1",
"eslint": "~7.32.0",
"font-awesome": "~4.7.0",
"hammerjs": "~2.0.8",
"jquery": "~3.6.0",
Expand All @@ -45,18 +45,18 @@
"@angular/cli": "~12.2.11",
"@angular/compiler-cli": "~12.2.11",
"@angular/language-service": "~12.2.11",
"@nrwl/eslint-plugin-nx": "~13.0.1",
"@nrwl/eslint-plugin-nx": "~13.0.2",
"@types/node": "~16.11.1",
"@typescript-eslint/eslint-plugin": "~5.1.0",
"@typescript-eslint/parser": "~5.1.0",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-eslint-comments": "~3.2.0",
"eslint-plugin-eslint-plugin": "~4.0.1",
"eslint-plugin-import": "~2.25.2",
"eslint-plugin-jest": "~25.2.2",
"eslint-plugin-simple-import-sort": "~7.0.0",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-simple-import-sort": "~7.0.0",
"prettier": "~2.4.1",
"typescript": "~4.4.4"
"typescript": "~4.3.5"
}
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
</goals>
<configuration>
<arguments>run ng build --
--prod
--configuration production
--deploy-url=${angular.deploy.url}
--base-href=${angular.base.href}
</arguments>
Expand Down

0 comments on commit c469c5a

Please sign in to comment.