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

Commit c469c5a

Browse files
author
Dominik Frantisek Bucik
committed
fix: 🐛 Fix dependencies in angular
1 parent 48489cc commit c469c5a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ target
1010
/gui/out-tsc
1111
/out
1212
/gui/src/main
13+
/gui/package-lock.json
1314

1415
# Gui dependencies
1516
/gui/node_modules

gui/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"@fortawesome/free-solid-svg-icons": "~5.15.4",
2929
"@ngx-translate/core": "~13.0.0",
3030
"@ngx-translate/http-loader": "~6.0.0",
31-
"bootstrap": "~5.1.3",
31+
"bootstrap": "~4.6.0",
3232
"core-js": "~3.18.3",
33-
"eslint": "~8.0.1",
33+
"eslint": "~7.32.0",
3434
"font-awesome": "~4.7.0",
3535
"hammerjs": "~2.0.8",
3636
"jquery": "~3.6.0",
@@ -45,18 +45,18 @@
4545
"@angular/cli": "~12.2.11",
4646
"@angular/compiler-cli": "~12.2.11",
4747
"@angular/language-service": "~12.2.11",
48-
"@nrwl/eslint-plugin-nx": "~13.0.1",
48+
"@nrwl/eslint-plugin-nx": "~13.0.2",
4949
"@types/node": "~16.11.1",
50-
"@typescript-eslint/eslint-plugin": "~5.1.0",
51-
"@typescript-eslint/parser": "~5.1.0",
50+
"@typescript-eslint/eslint-plugin": "~4.33.0",
51+
"@typescript-eslint/parser": "~4.33.0",
5252
"eslint-config-prettier": "~8.3.0",
5353
"eslint-plugin-eslint-comments": "~3.2.0",
5454
"eslint-plugin-eslint-plugin": "~4.0.1",
5555
"eslint-plugin-import": "~2.25.2",
5656
"eslint-plugin-jest": "~25.2.2",
57-
"eslint-plugin-simple-import-sort": "~7.0.0",
5857
"eslint-plugin-node": "~11.1.0",
58+
"eslint-plugin-simple-import-sort": "~7.0.0",
5959
"prettier": "~2.4.1",
60-
"typescript": "~4.4.4"
60+
"typescript": "~4.3.5"
6161
}
6262
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
</goals>
212212
<configuration>
213213
<arguments>run ng build --
214-
--prod
214+
--configuration production
215215
--deploy-url=${angular.deploy.url}
216216
--base-href=${angular.base.href}
217217
</arguments>

0 commit comments

Comments
 (0)