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

Commit 92ade2c

Browse files
committed
Exact pin all dependencies
As illustrated in Marak/colors.js#285, packages can easily break themselves by not respecting semvar. Dependabot can be used to change any package versions from here on out.
1 parent 4deafb7 commit 92ade2c

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)