|
1 | 1 | { |
2 | 2 | "name": "@athenna/database", |
3 | | - "version": "5.9.0", |
| 3 | + "version": "5.10.0", |
4 | 4 | "description": "The Athenna database handler for SQL/NoSQL.", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "João Lenon <lenon@athenna.io>", |
|
76 | 76 | "fast-deep-equal": "^3.1.3" |
77 | 77 | }, |
78 | 78 | "devDependencies": { |
79 | | - "@athenna/artisan": "^5.3.0", |
80 | | - "@athenna/common": "^5.3.0", |
81 | | - "@athenna/config": "^5.1.0", |
82 | | - "@athenna/ioc": "^5.0.0", |
83 | | - "@athenna/logger": "^5.1.0", |
84 | | - "@athenna/test": "^5.2.0", |
| 79 | + "@athenna/artisan": "^5.6.0", |
| 80 | + "@athenna/common": "^5.7.0", |
| 81 | + "@athenna/config": "^5.3.0", |
| 82 | + "@athenna/ioc": "^5.1.0", |
| 83 | + "@athenna/logger": "^5.3.0", |
| 84 | + "@athenna/test": "^5.3.0", |
85 | 85 | "@athenna/tsconfig": "^5.0.0", |
86 | | - "@athenna/view": "^5.1.0", |
| 86 | + "@athenna/view": "^5.3.0", |
87 | 87 | "@types/knex": "^0.16.1", |
88 | 88 | "@types/mongoose": "^5.11.97", |
89 | | - "@typescript-eslint/eslint-plugin": "^7.18.0", |
90 | | - "@typescript-eslint/parser": "^7.18.0", |
| 89 | + "@typescript-eslint/eslint-plugin": "^8.21.0", |
| 90 | + "@typescript-eslint/parser": "^8.21.0", |
91 | 91 | "better-sqlite3": "^9.6.0", |
92 | 92 | "commitizen": "^4.3.1", |
93 | 93 | "cz-conventional-changelog": "^3.3.0", |
|
101 | 101 | "husky": "^3.1.0", |
102 | 102 | "lint-staged": "^12.5.0", |
103 | 103 | "mongodb-memory-server": "^9.5.0", |
104 | | - "mongoose": "^7.8.3", |
| 104 | + "mongoose": "^8.9.5", |
105 | 105 | "mysql2": "^3.12.0", |
106 | 106 | "pg": "^8.13.1", |
107 | 107 | "prettier": "^2.8.8" |
|
0 commit comments