Skip to content

Commit d362a33

Browse files
committed
chore: upgrade dependencies
1 parent 12c0a62 commit d362a33

File tree

3 files changed

+894
-1096
lines changed

3 files changed

+894
-1096
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest]
12-
node-version: [12.x, 14.x, 16.x]
12+
node-version: [14.x, 16.x, 18.x]
1313

1414
steps:
1515
- uses: actions/checkout@v2

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,27 +62,24 @@
6262
],
6363
"license": "BSD-3-Clause",
6464
"devDependencies": {
65-
"@babel/core": "^7.16.12",
66-
"@babel/preset-env": "^7.16.11",
65+
"@babel/core": "^7.18.0",
66+
"@babel/preset-env": "^7.18.0",
6767
"babel-loader": "^8.0.5",
6868
"benchmark": "^2.1.4",
6969
"coveralls": "^3.0.3",
70-
"eslint": "^8.8.0",
71-
"eslint-plugin-jest": "^26.0.0",
70+
"eslint": "^8.16.0",
71+
"eslint-plugin-jest": "^26.2.2",
7272
"eslint-plugin-prettier": "^4.0.0",
73-
"husky": "^7.0.4",
74-
"jest": "^27.4.7",
75-
"jest-runner-eslint": "^1.0.0",
73+
"husky": "^8.0.1",
74+
"jest": "^28.1.0",
75+
"jest-runner-eslint": "^1.0.1",
7676
"jsdoc": "^3.6.10",
7777
"jsdoc-template": "^1.2.0",
7878
"lodash.template": ">=4.5.0",
79-
"prettier": "^2.5.1",
79+
"prettier": "^2.6.2",
8080
"tsd-jsdoc": "^2.5.0",
81-
"webpack": "^5.68.0",
81+
"webpack": "^5.72.1",
8282
"webpack-cli": "^4.9.2",
8383
"yarpm": "^1.1.1"
84-
},
85-
"resolutions": {
86-
"klaw": "3.0.0"
8784
}
8885
}

0 commit comments

Comments
 (0)