@cyberskill/shared 3.7.0 → 3.8.0
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberskill/shared",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.8.0",
|
|
5
5
|
"description": "CyberSkill Shared",
|
|
6
6
|
"author": "Stephen Cheng",
|
|
7
7
|
"license": "MIT",
|
|
@@ -236,6 +236,7 @@
|
|
|
236
236
|
"@as-integrations/express5": "1.1.2",
|
|
237
237
|
"@dotenvx/dotenvx": "1.55.1",
|
|
238
238
|
"@eddeee888/gcg-typescript-resolver-files": "0.15.0",
|
|
239
|
+
"@eslint-react/eslint-plugin": "2.13.0",
|
|
239
240
|
"@graphql-codegen/cli": "6.2.1",
|
|
240
241
|
"@graphql-codegen/client-preset": "5.2.4",
|
|
241
242
|
"@nestjs/common": "11.1.17",
|
|
@@ -251,6 +252,10 @@
|
|
|
251
252
|
"cors": "2.8.6",
|
|
252
253
|
"date-fns": "4.1.0",
|
|
253
254
|
"envalid": "8.1.1",
|
|
255
|
+
"eslint-config-next": "16.1.7",
|
|
256
|
+
"eslint-plugin-format": "2.0.1",
|
|
257
|
+
"eslint-plugin-react-hooks": "7.0.1",
|
|
258
|
+
"eslint-plugin-react-refresh": "0.5.2",
|
|
254
259
|
"express": "5.2.1",
|
|
255
260
|
"express-rate-limit": "8.3.1",
|
|
256
261
|
"express-session": "1.19.0",
|
|
@@ -282,7 +287,6 @@
|
|
|
282
287
|
"devDependencies": {
|
|
283
288
|
"@commitlint/cli": "20.5.0",
|
|
284
289
|
"@commitlint/config-conventional": "20.5.0",
|
|
285
|
-
"@eslint-react/eslint-plugin": "2.13.0",
|
|
286
290
|
"@eslint/config-inspector": "1.5.0",
|
|
287
291
|
"@next/eslint-plugin-next": "16.1.7",
|
|
288
292
|
"@semantic-release/changelog": "6.0.3",
|
|
@@ -313,10 +317,6 @@
|
|
|
313
317
|
"@vitest/coverage-istanbul": "4.1.0",
|
|
314
318
|
"conventional-changelog-conventionalcommits": "9.3.0",
|
|
315
319
|
"eslint": "10.0.3",
|
|
316
|
-
"eslint-config-next": "16.1.7",
|
|
317
|
-
"eslint-plugin-format": "2.0.1",
|
|
318
|
-
"eslint-plugin-react-hooks": "7.0.1",
|
|
319
|
-
"eslint-plugin-react-refresh": "0.5.2",
|
|
320
320
|
"glob": "13.0.6",
|
|
321
321
|
"jsdom": "29.0.0",
|
|
322
322
|
"lint-staged": "16.4.0",
|