diff --git a/.travis.yml b/.travis.yml index 0269f1a..3b04f81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ before_script: - yarn install - yarn run build node_js: - - "7" + - "8" diff --git a/README.md b/README.md index 2c430d1..35e92fe 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ After that, you will be able to build TypeScript files with webpack. ## NodeJS versions -**The loader supports NodeJS 4 and newer.** +**The loader supports NodeJS 8 and newer.** ## tsconfig.json diff --git a/appveyor.yml b/appveyor.yml index a4b9066..0a7193e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ environment: - nodejs_version: "6" + nodejs_version: "8" matrix: - TYPESCRIPT: typescript@2.7.2 cache: diff --git a/package.json b/package.json index b2538f6..7d394b8 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "enhanced-resolve": "^4.0.0", "loader-utils": "^1.1.0", "lodash": "^4.17.5", - "micromatch": "^3.1.9", + "micromatch": "^4.0.2", "mkdirp": "^0.5.1", "source-map-support": "^0.5.3", "webpack-log": "^1.2.0"