Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit fe5d48a

Browse files
committed
Revert "Exact pin all dependencies"
This reverts commit 92ade2c.
1 parent 92ade2c commit fe5d48a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
},
2929
"homepage": "https://github.com/PythonCoderAS/concurrent-priority-worker-queue#readme",
3030
"devDependencies": {
31-
"@types/chai": "4.3.0",
32-
"@types/mocha": "9.0.0",
33-
"@types/double-ended-queue": "2.1.1",
34-
"chai": "4.3.4",
35-
"mocha": "9.1.3",
36-
"sleep-promise": "9.1.0",
37-
"typescript": "4.5.4"
31+
"@types/chai": "^4.3.0",
32+
"@types/mocha": "^9.0.0",
33+
"@types/double-ended-queue": "^2.1.1",
34+
"chai": "^4.3.4",
35+
"mocha": "^9.1.3",
36+
"sleep-promise": "^9.1.0",
37+
"typescript": "^4.5.4"
3838
},
3939
"dependencies": {
40-
"double-ended-queue": "2.1.0-0"
40+
"double-ended-queue": "^2.1.0-0"
4141
}
4242
}

0 commit comments

Comments
 (0)