Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Sep 26, 2019
1 parent e8bce36 commit d4a9ee1
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 131 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plugins {
id "net.ltgt.apt"
// id "org.liquibase.gradle"
//jhipster-needle-gradle-plugins - JHipster will add additional gradle plugins here
id "com.diffplug.gradle.spotless" version "3.24.2"
id "com.diffplug.gradle.spotless" version "3.24.3"
}

sourceCompatibility=12
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jaxb_runtime_version=2.3.2

# gradle plugin version
jib_plugin_version=1.5.1
git_properties_plugin_version=2.1.0
git_properties_plugin_version=2.2.0
gradle_node_plugin_version=2.1.0
apt_plugin_version=0.21
liquibase_plugin_version=2.0.1
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
}
},
"dependencies": {
"@angular/animations": "8.2.7",
"@angular/common": "8.2.7",
"@angular/compiler": "8.2.7",
"@angular/core": "8.2.7",
"@angular/forms": "8.2.7",
"@angular/platform-browser": "8.2.7",
"@angular/platform-browser-dynamic": "8.2.7",
"@angular/router": "8.2.7",
"@angular/animations": "8.2.8",
"@angular/common": "8.2.8",
"@angular/compiler": "8.2.8",
"@angular/core": "8.2.8",
"@angular/forms": "8.2.8",
"@angular/platform-browser": "8.2.8",
"@angular/platform-browser-dynamic": "8.2.8",
"@angular/router": "8.2.8",
"@fortawesome/angular-fontawesome": "0.5.0",
"@fortawesome/fontawesome-svg-core": "1.2.25",
"@fortawesome/free-regular-svg-icons": "5.11.2",
Expand All @@ -39,7 +39,7 @@
"bootstrap": "4.3.1",
"chart.js": "2.8.0",
"core-js": "3.2.1",
"dompurify": "2.0.2",
"dompurify": "2.0.3",
"franc-min": "4.1.0",
"interactjs": "1.6.2",
"jest": "24.9.0",
Expand All @@ -60,7 +60,7 @@
"ngx-clipboard": "12.2.1",
"ngx-cookie": "4.1.2",
"ngx-device-detector": "1.3.11",
"ngx-image-cropper": "1.4.1",
"ngx-image-cropper": "1.5.0",
"ngx-infinite-scroll": "8.0.0",
"ngx-moment": "3.4.0",
"ngx-treeview": "6.0.2",
Expand All @@ -81,12 +81,12 @@
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.803.5",
"@angular-devkit/build-angular": "0.803.6",
"@angular/cdk": "8.2.1",
"@angular/cli": "8.3.5",
"@angular/compiler-cli": "8.2.7",
"@angular/language-service": "8.2.7",
"@ngtools/webpack": "8.3.5",
"@angular/cli": "8.3.6",
"@angular/compiler-cli": "8.2.8",
"@angular/language-service": "8.2.8",
"@ngtools/webpack": "8.3.6",
"@types/ace": "0.0.42",
"@types/angular": "1.6.56",
"@types/chai": "4.2.3",
Expand All @@ -99,7 +99,7 @@
"@types/jquery": "3.3.31",
"@types/lodash": "4.14.139",
"@types/mocha": "5.2.7",
"@types/node": "12.7.7",
"@types/node": "12.7.8",
"@types/showdown": "1.9.3",
"@types/sinon": "7.0.13",
"@types/sinon-chai": "3.2.3",
Expand Down Expand Up @@ -128,7 +128,7 @@
"husky": "3.0.5",
"jasmine-core": "3.5.0",
"jest-junit": "8.0.0",
"lint-staged": "9.3.0",
"lint-staged": "9.4.0",
"merge-jsons-webpack-plugin": "1.0.19",
"mini-css-extract-plugin": "0.8.0",
"mocha": "6.2.0",
Expand Down
Loading

0 comments on commit d4a9ee1

Please sign in to comment.