We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1416f commit 78e7d29Copy full SHA for 78e7d29
package.json
@@ -2,7 +2,7 @@
2
"name": "priorityqueue",
3
"version": "2.1.0",
4
"description": "An implementation of Priority Queue",
5
- "packageManager": "pnpm@10.17.1",
+ "packageManager": "pnpm@10.18.0",
6
"main": "lib/index.js",
7
"module": "lib/index.mjs",
8
"types": "lib/index.d.ts",
@@ -59,7 +59,7 @@
59
"data structure"
60
],
61
"devDependencies": {
62
- "@berlysia/eslint-config": "7.1.3",
+ "@berlysia/eslint-config": "7.2.0",
63
"@berlysia/tsconfig": "0.0.1",
64
"@types/eslint": "8.56.12",
65
"@types/lodash.range": "3.2.9",
@@ -81,7 +81,7 @@
81
"simple-statistics": "7.8.8",
82
"typedoc": "0.28.13",
83
"typescript": "5.9.3",
84
- "vite": "7.1.8",
+ "vite": "7.1.9",
85
"vitest": "3.2.4",
86
"yargs": "17.7.2"
87
},
0 commit comments