@cyberskill/shared 2.11.0 → 2.13.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberskill/shared",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.13.0",
|
|
5
5
|
"description": "CyberSkill Shared",
|
|
6
6
|
"author": "Stephen Cheng",
|
|
7
7
|
"license": "MIT",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"test:unit": "tsx src/node/cli/index.ts test:unit"
|
|
208
208
|
},
|
|
209
209
|
"dependencies": {
|
|
210
|
-
"@antfu/eslint-config": "5.
|
|
210
|
+
"@antfu/eslint-config": "5.1.0",
|
|
211
211
|
"@apollo/client": "3.13.9",
|
|
212
212
|
"@apollo/client-integration-nextjs": "0.12.3",
|
|
213
213
|
"@apollo/server": "5.0.0",
|
|
@@ -299,13 +299,13 @@
|
|
|
299
299
|
"eslint": "9.32.0",
|
|
300
300
|
"eslint-config-next": "15.4.5",
|
|
301
301
|
"glob": "11.0.3",
|
|
302
|
-
"lint-staged": "16.1.
|
|
302
|
+
"lint-staged": "16.1.4",
|
|
303
303
|
"node-modules-inspector": "1.0.0",
|
|
304
304
|
"npm-run-all2": "8.0.4",
|
|
305
305
|
"sass": "1.89.2",
|
|
306
|
-
"simple-git-hooks": "2.13.
|
|
306
|
+
"simple-git-hooks": "2.13.1",
|
|
307
307
|
"tsx": "4.20.3",
|
|
308
|
-
"typescript": "5.
|
|
308
|
+
"typescript": "5.9.2",
|
|
309
309
|
"vite": "7.0.6",
|
|
310
310
|
"vite-plugin-dts": "4.5.4",
|
|
311
311
|
"vitest": "3.2.4"
|