Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Oct 5, 2023
1 parent b6e9bdc commit acc5c3c
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 97 deletions.
170 changes: 80 additions & 90 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/view",
"version": "4.4.0",
"version": "4.5.0",
"description": "The Athenna template engine. Built on top of Edge.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand All @@ -24,8 +24,8 @@
"scripts": {
"build": "node node_modules/@athenna/tsconfig/src/build.js",
"lint:fix": "eslint \"{bin,src,tests}/**/*.ts\" --fix",
"test": "npm run --silent lint:fix && node --import=@athenna/tsconfig bin/test.ts",
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --import=@athenna/tsconfig bin/test.ts",
"test": "npm run --silent lint:fix && node --enable-source-maps --import=@athenna/tsconfig bin/test.ts",
"test:debug": "cross-env NODE_DEBUG=athenna:* node --inspect --enable-source-maps --import=@athenna/tsconfig bin/test.ts",
"test:coverage": "c8 npm run --silent test"
},
"files": [
Expand Down Expand Up @@ -58,10 +58,10 @@
"edge.js": "^5.5.1"
},
"devDependencies": {
"@athenna/common": "^4.17.0",
"@athenna/config": "^4.5.0",
"@athenna/ioc": "^4.5.0",
"@athenna/test": "^4.10.0",
"@athenna/common": "^4.17.2",
"@athenna/config": "^4.6.0",
"@athenna/ioc": "^4.6.0",
"@athenna/test": "^4.11.0",
"@athenna/tsconfig": "^4.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
Expand Down

0 comments on commit acc5c3c

Please sign in to comment.