Skip to content

Commit e295bb4

Browse files
committed
3.1.3
1 parent e455ce3 commit e295bb4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.1.3-0
1+
# 3.1.3 (2024-02-25)
22

33
- fix: types export (#4a6c3fd)
44
- chore: bump dependencies (#e180d31)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-level",
3-
"version": "3.1.3-0",
3+
"version": "3.1.3",
44
"description": "debug with levels",
55
"keywords": [
66
"debug",
@@ -89,26 +89,26 @@
8989
"babel-loader": "^9.1.3",
9090
"c8": "^9.1.0",
9191
"conv-changelog": "^1.0.0",
92-
"eslint": "^8.56.0",
92+
"eslint": "^8.57.0",
9393
"eslint-config-standard": "^17.1.0",
9494
"eslint-plugin-import": "^2.29.1",
9595
"eslint-plugin-n": "^16.6.2",
9696
"eslint-plugin-promise": "^6.1.1",
97-
"karma": "^6.4.2",
97+
"karma": "^6.4.3",
9898
"karma-chrome-launcher": "^3.2.0",
9999
"karma-coverage": "^2.2.1",
100100
"karma-firefox-launcher": "^2.1.2",
101101
"karma-mocha": "^2.0.1",
102102
"karma-sourcemap-loader": "^0.4.0",
103103
"karma-spec-reporter": "^0.0.36",
104104
"karma-webpack": "^5.0.1",
105-
"mocha": "^10.2.0",
106-
"npm-run-all": "^4.1.5",
105+
"mocha": "^10.3.0",
106+
"npm-run-all2": "^6.1.2",
107107
"rimraf": "^5.0.5",
108-
"rollup": "^4.9.6",
108+
"rollup": "^4.12.0",
109109
"sinon": "^17.0.1",
110110
"typescript": "^5.3.3",
111-
"webpack": "^5.90.1",
111+
"webpack": "^5.90.3",
112112
"webpack-cli": "^5.1.4"
113113
},
114114
"optionalDependencies": {

0 commit comments

Comments
 (0)