@darraghor/nest-backend-libs 5.0.7 → 5.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@darraghor/nest-backend-libs",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.8",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
5
5
|
"description": "Some helpers for personal projects in nestjs",
|
|
6
6
|
"homepage": "https://github.com/darraghoriordan/nest-backend-libs",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"rxjs": "7.8.2",
|
|
111
111
|
"stripe": "20.1.0",
|
|
112
112
|
"swagger-ui-express": "5.0.1",
|
|
113
|
-
"twitter-api-v2": "1.
|
|
113
|
+
"twitter-api-v2": "1.29.0",
|
|
114
114
|
"typeorm": "0.3.28"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
@@ -129,8 +129,8 @@
|
|
|
129
129
|
"@types/passport-jwt": "4.0.1",
|
|
130
130
|
"@types/supertest": "6.0.3",
|
|
131
131
|
"@types/yargs": "17.0.35",
|
|
132
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
133
|
-
"@typescript-eslint/parser": "8.
|
|
132
|
+
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
133
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
134
134
|
"copyfiles": "2.4.1",
|
|
135
135
|
"eslint": "9.39.2",
|
|
136
136
|
"eslint-config-prettier": "10.1.8",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"eslint-plugin-unicorn": "62.0.0",
|
|
139
139
|
"globals": "17.0.0",
|
|
140
140
|
"husky": "9.1.7",
|
|
141
|
-
"knip": "5.
|
|
141
|
+
"knip": "5.81.0",
|
|
142
142
|
"lint-staged": "16.2.7",
|
|
143
143
|
"prettier": "3.7.4",
|
|
144
144
|
"semantic-release": "25.0.2",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"ts-node": "10.9.2",
|
|
147
147
|
"tsconfig-paths": "4.2.0",
|
|
148
148
|
"typescript": "5.9.3",
|
|
149
|
-
"typescript-eslint": "8.
|
|
149
|
+
"typescript-eslint": "8.53.0",
|
|
150
150
|
"vitest": "4.0.16",
|
|
151
151
|
"yargs": "18.0.0"
|
|
152
152
|
},
|