Skip to content

Commit 0cbf7c4

Browse files
authored
chore: upgrade dependencies (glayzzle#1050)
* chore: upgrade dependencies * fix(typescript): regenerate lockfile to fix compiler error Error: node_modules/@types/node/globals.d.ts(72,13): error TS2403: Subsequent variable declarations must have the same type. microsoft/TypeScript#51567
1 parent 3ff4560 commit 0cbf7c4

File tree

2 files changed

+1076
-1774
lines changed

2 files changed

+1076
-1774
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,24 @@
6262
],
6363
"license": "BSD-3-Clause",
6464
"devDependencies": {
65-
"@babel/core": "^7.19.6",
66-
"@babel/preset-env": "^7.19.4",
67-
"babel-loader": "^9.0.1",
65+
"@babel/core": "^7.20.5",
66+
"@babel/preset-env": "^7.20.2",
67+
"babel-loader": "^9.1.0",
6868
"benchmark": "^2.1.4",
6969
"coveralls": "^3.0.3",
70-
"eslint": "^8.26.0",
71-
"eslint-plugin-jest": "^27.1.3",
70+
"eslint": "^8.30.0",
71+
"eslint-plugin-jest": "^27.1.7",
7272
"eslint-plugin-prettier": "^4.2.1",
73-
"husky": "^8.0.1",
74-
"jest": "^29.0.3",
73+
"husky": "^8.0.2",
74+
"jest": "^29.3.1",
7575
"jest-runner-eslint": "^1.1.0",
7676
"jsdoc": "^3.6.11",
7777
"jsdoc-template": "^1.2.0",
7878
"lodash.template": ">=4.5.0",
7979
"prettier": "^2.7.1",
8080
"tsd-jsdoc": "^2.5.0",
81-
"webpack": "^5.74.0",
81+
"webpack": "^5.75.0",
8282
"webpack-cli": "^4.10.0",
83-
"yarpm": "^1.1.1"
83+
"yarpm": "^1.2.0"
8484
}
8585
}

0 commit comments

Comments
 (0)