@dytsou/github-readme-stats 1.1.5 → 1.1.7
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dytsou/github-readme-stats",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Dynamically generate stats for your GitHub readme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"github-readme-stats",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@actions/core": "^2.0.1",
|
|
41
|
-
"@actions/github": "^
|
|
41
|
+
"@actions/github": "^7.0.0",
|
|
42
42
|
"@eslint/eslintrc": "^3.3.1",
|
|
43
43
|
"@eslint/js": "^9.39.0",
|
|
44
44
|
"@testing-library/dom": "^10.4.1",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"color-contrast-checker": "^2.1.0",
|
|
52
52
|
"eslint": "^9.39.0",
|
|
53
53
|
"eslint-config-prettier": "^10.1.8",
|
|
54
|
-
"eslint-plugin-jsdoc": "^
|
|
54
|
+
"eslint-plugin-jsdoc": "^62.0.0",
|
|
55
55
|
"express": "^5.1.0",
|
|
56
|
-
"globals": "^
|
|
56
|
+
"globals": "^17.0.0",
|
|
57
57
|
"happy-dom": "^20.0.11",
|
|
58
58
|
"hjson": "^3.2.2",
|
|
59
59
|
"husky": "^9.1.7",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"test": "mkdir -p .coverage-tmp && vitest run --coverage",
|
|
86
|
-
"test:ci": "pnpm test && pnpm lint && pnpm format
|
|
86
|
+
"test:ci": "pnpm test && pnpm lint && pnpm format",
|
|
87
87
|
"test:watch": "vitest watch",
|
|
88
88
|
"test:ui": "vitest --ui",
|
|
89
89
|
"test:update:snapshot": "vitest run -u",
|