diff --git a/.gitignore b/.gitignore index 7bb5546..a52abc0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /.yarn .yarn* node_modules +.editorconfig diff --git a/package.json b/package.json index 908b98a..d0a5ac1 100644 --- a/package.json +++ b/package.json @@ -9,23 +9,24 @@ "devDependencies": { "babel-core": "6.26.3", "babel-preset-env": "1.7.0", - "camelcase": "6.2.0", + "camelcase": "7.0.0", "gulp": "4.0.2", "gulp-babel": "8.0.0", "gulp-minify": "3.1.0", "gulp-sourcemaps": "3.0.0", "object.assign": "4.1.2", - "yargs-parser": "20.2.9" + "yargs-parser": "21.0.1" }, "scripts": { "build": "gulp build --gulpfile build/gulpfile.js" }, "dependencies": { - "@babel/core": "^7.15.0", - "@babel/preset-env": "^7.15.0", + "@babel/core": "^7.18.2", + "@babel/preset-env": "^7.18.2", + "glob-parent": "^6.0.2", "lodash": "4.17.21", "lodash.template": "^4.5.0", - "minimatch": "3.0.4", - "npm": "^8.11.0" + "minimatch": "5.1.0", + "npm": "^8.12.1" } }