Skip to content

Commit 5b89f48

Browse files
authored
Merge pull request #55 from AthennaIO/develop
Update dependencies
2 parents 440a78f + 762bf34 commit 5b89f48

File tree

2 files changed

+62
-30
lines changed

2 files changed

+62
-30
lines changed

package-lock.json

Lines changed: 59 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/config",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Cache and handle environment variables and config files of Athenna.",
55
"license": "MIT",
66
"author": "João Lenon <lenon@athenna.io>",
@@ -49,11 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@athenna/common": "^3.5.1",
52-
"@athenna/test": "^3.4.0",
53-
"@japa/assert": "^1.3.6",
54-
"@japa/run-failed-tests": "^1.1.0",
55-
"@japa/runner": "^2.2.2",
56-
"@japa/spec-reporter": "^1.3.2",
52+
"@athenna/test": "^3.5.1",
5753
"@swc/core": "^1.3.27",
5854
"@types/lodash": "^4.14.191",
5955
"@types/syntax-error": "^1.4.2",
@@ -72,11 +68,8 @@
7268
"eslint-plugin-promise": "^6.1.1",
7369
"husky": "^3.1.0",
7470
"lint-staged": "^12.5.0",
75-
"minimist": "^1.2.7",
7671
"prettier": "^2.8.7",
7772
"reflect-metadata": "^0.1.13",
78-
"rimraf": "^3.0.2",
79-
"sinon": "^15.0.2",
8073
"ts-node": "^10.9.1",
8174
"typescript": "^5.0.2"
8275
},
@@ -129,9 +122,7 @@
129122
}
130123
]
131124
},
132-
"eslintIgnore": [
133-
"build/**/*"
134-
],
125+
"eslintIgnore": [],
135126
"eslintConfig": {
136127
"env": {
137128
"es2021": true,

0 commit comments

Comments
 (0)