Skip to content

Commit b5bac9c

Browse files
committed
Updated Dev Dependecies
1 parent 62ba6a5 commit b5bac9c

File tree

3 files changed

+48
-35
lines changed

3 files changed

+48
-35
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2020 Chirag
1+
Copyright (c) 2021 Chirag
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

package-lock.json

Lines changed: 39 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chiragrupani/karma-chromium-edge-launcher",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A Karma plugin. Launcher for different Chromium Edge channels - Dev, Canary, Beta and Stable",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,15 +34,15 @@
3434
"license": "MIT Based",
3535
"devDependencies": {
3636
"@types/chai": "^4.2.14",
37-
"@types/mocha": "^8.0.3",
38-
"@types/node": "^14.14.0",
39-
"@types/sinon": "^9.0.8",
37+
"@types/mocha": "^8.2.0",
38+
"@types/node": "^14.14.17",
39+
"@types/sinon": "^9.0.10",
4040
"chai": "^4.2.0",
41-
"mocha": "^8.2.0",
41+
"mocha": "^8.2.1",
4242
"mocha-junit-reporter": "^2.0.0",
4343
"nyc": "^15.1.0",
44-
"ts-node": "^9.0.0",
45-
"typescript": "^4.0.3"
44+
"ts-node": "^9.1.1",
45+
"typescript": "^4.1.3"
4646
},
4747
"nyc": {
4848
"reporter": [
@@ -62,5 +62,5 @@
6262
],
6363
"sourceMap": true,
6464
"instrument": true
65-
}
65+
}
6666
}

0 commit comments

Comments
 (0)