Skip to content

Commit 92da1fd

Browse files
authored
Merge pull request #263 from AthennaIO/develop
chore(npm): update dependencies
2 parents d7318ee + a00f865 commit 92da1fd

File tree

3 files changed

+88
-89
lines changed

3 files changed

+88
-89
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/core",
3-
"version": "5.27.0",
3+
"version": "5.28.0",
44
"description": "One foundation for multiple applications.",
55
"license": "MIT",
66
"author": "João Lenon <[email protected]>",
@@ -82,13 +82,13 @@
8282
},
8383
"devDependencies": {
8484
"@athenna/artisan": "^5.7.0",
85-
"@athenna/common": "^5.14.0",
85+
"@athenna/common": "^5.18.0",
8686
"@athenna/config": "^5.4.0",
87-
"@athenna/cron": "^5.9.0",
88-
"@athenna/http": "^5.38.0",
87+
"@athenna/cron": "^5.10.0",
88+
"@athenna/http": "^5.39.0",
8989
"@athenna/ioc": "^5.2.0",
90-
"@athenna/logger": "^5.8.0",
91-
"@athenna/queue": "^5.11.0",
90+
"@athenna/logger": "^5.10.0",
91+
"@athenna/queue": "^5.13.0",
9292
"@athenna/test": "^5.5.0",
9393
"@athenna/tsconfig": "^5.0.0",
9494
"@athenna/view": "^5.4.0",

src/commands/ServeCommand.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export class ServeCommand extends BaseCommand {
4747
'.fleet',
4848
'public',
4949
'resources',
50-
'src/resources/**/*',
5150
'vite.config.{js,ts,mjs}',
5251
'node_modules/**/node_modules'
5352
],

0 commit comments

Comments
 (0)