concat-text-webpack-plugin
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "concat-text-webpack-plugin", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Concatenate and extract text files.", | ||
@@ -36,11 +36,11 @@ "main": "dist/cjs.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.10.5", | ||
"@babel/core": "7.10.5", | ||
"@babel/preset-env": "7.10.4", | ||
"@namics/eslint-config": "9.0.1", | ||
"@babel/cli": "7.12.10", | ||
"@babel/core": "7.12.10", | ||
"@babel/preset-env": "7.12.11", | ||
"@namics/eslint-config": "9.0.5", | ||
"babel-eslint": "10.1.0", | ||
"babel-jest": "26.1.0", | ||
"eslint": "7.5.0", | ||
"eslint-plugin-import": "2.22.0", | ||
"jest": "26.1.0", | ||
"babel-jest": "26.6.3", | ||
"eslint": "7.17.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"jest": "26.6.3", | ||
"memory-fs": "0.5.0", | ||
@@ -47,0 +47,0 @@ "pkg-ok": "2.3.1", |
Sorry, the diff of this file is not supported yet
13071