Skip to content

Commit

Permalink
Merge pull request #225 from realModusOperandi/angular8
Browse files Browse the repository at this point in the history
Update some dependencies
  • Loading branch information
realModusOperandi committed Sep 18, 2019
2 parents dcbc00f + 239899e commit 3fedf01
Show file tree
Hide file tree
Showing 10 changed files with 3,304 additions and 1,740 deletions.
30 changes: 17 additions & 13 deletions frontend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
apply plugin: 'com.moowork.node'
// apply plugin: 'com.moowork.node'

buildscript {
ext {
gradleNodeVersion = '1.2.0'
}
// buildscript {
// ext {
// gradleNodeVersion = '1.2.0'
// }

repositories {
mavenCentral()
maven { url 'https://plugins.gradle.org/m2' }
}
// repositories {
// mavenCentral()
// maven { url 'https://plugins.gradle.org/m2' }
// }

dependencies {
classpath "com.moowork.gradle:gradle-node-plugin:$gradleNodeVersion"
}
// dependencies {
// classpath "com.moowork.gradle:gradle-node-plugin:$gradleNodeVersion"
// }
// }

plugins {
id 'com.moowork.node' version '1.3.1'
}

ext {
Expand All @@ -28,7 +32,7 @@ war {
}

node {
version = '10.15.3'
version = '10.16.3'
npmVersion = '6.9.0'
download = true
workDir = file("${rootDir}/frontend/prebuild/node")
Expand Down
12 changes: 12 additions & 0 deletions frontend/prebuild/browserslist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is used by the build system to adjust CSS and JS output to support the specified browsers below.
# For additional information regarding the format and rule options, please see:
# https://github.com/browserslist/browserslist#queries

# You can see what browsers were selected by your queries by running:
# npx browserslist

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 9-11 # For IE 9-11 support, remove 'not'.

0 comments on commit 3fedf01

Please sign in to comment.