dev-dict 0.6.3 → 0.6.4
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dev-dict",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"description": "A dictionary of software related terms. Supports multiple languages.",
|
|
5
5
|
"author": "Cornelius Weidmann <cornelius@kyco.io> (https://kyco.io)",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,25 +53,25 @@
|
|
|
53
53
|
"test": "echo \"This project does not have any tests which can be run yet...\"",
|
|
54
54
|
"update-packages": "pnpm dlx npm-check-updates -u"
|
|
55
55
|
},
|
|
56
|
-
"packageManager": "pnpm@10.
|
|
56
|
+
"packageManager": "pnpm@10.26.0",
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@eslint/js": "^9.39.
|
|
58
|
+
"@eslint/js": "^9.39.2",
|
|
59
59
|
"@eslint/json": "^0.14.0",
|
|
60
60
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
61
61
|
"@semantic-release/changelog": "^6.0.3",
|
|
62
62
|
"@semantic-release/git": "^10.0.1",
|
|
63
63
|
"@semantic-release/github": "^12.0.2",
|
|
64
|
-
"@semantic-release/npm": "^13.1.
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@semantic-release/npm": "^13.1.3",
|
|
65
|
+
"@types/node": "^25.0.3",
|
|
66
66
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
67
|
-
"eslint": "^9.39.
|
|
67
|
+
"eslint": "^9.39.2",
|
|
68
68
|
"globals": "^16.5.0",
|
|
69
69
|
"prettier": "^3.7.4",
|
|
70
70
|
"semantic-release": "^25.0.2",
|
|
71
71
|
"tsx": "^4.21.0",
|
|
72
72
|
"typescript": "^5.9.3",
|
|
73
|
-
"typescript-eslint": "^8.
|
|
74
|
-
"vite": "^7.
|
|
73
|
+
"typescript-eslint": "^8.50.0",
|
|
74
|
+
"vite": "^7.3.0",
|
|
75
75
|
"vite-plugin-dts": "^4.5.4"
|
|
76
76
|
}
|
|
77
77
|
}
|