@athenna/config
Advanced tools
Comparing version 5.0.0 to 5.1.0
{ | ||
"name": "@athenna/config", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"description": "Cache and handle environment variables and config files of Athenna.", | ||
@@ -56,20 +56,20 @@ "license": "MIT", | ||
"dependencies": { | ||
"dotenv": "^16.4.5", | ||
"magicast": "^0.3.4", | ||
"dotenv": "^16.4.7", | ||
"magicast": "^0.3.5", | ||
"syntax-error": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@athenna/common": "^5.0.0", | ||
"@athenna/test": "^5.0.0", | ||
"@athenna/common": "^5.3.0", | ||
"@athenna/test": "^5.2.0", | ||
"@athenna/tsconfig": "^5.0.0", | ||
"@types/lodash": "^4.17.7", | ||
"@types/lodash": "^4.17.13", | ||
"@types/syntax-error": "^1.4.5", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"commitizen": "^4.3.0", | ||
"commitizen": "^4.3.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.57.0", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-n": "^15.7.0", | ||
@@ -76,0 +76,0 @@ "eslint-plugin-prettier": "^4.2.1", |
42007
Updateddotenv@^16.4.7
Updatedmagicast@^0.3.5