Skip to content

Commit 5af8285

Browse files
committed
build: Update dependencies
1 parent b4c4797 commit 5af8285

File tree

2 files changed

+458
-436
lines changed

2 files changed

+458
-436
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.1",
2+
"version": "0.3.2",
33
"license": "MIT",
44
"name": "using-try-catch",
55
"homepage": "https://github.com/Oda2/using-try-catch",
@@ -30,24 +30,24 @@
3030
"prepublishOnly": "cd dist"
3131
},
3232
"devDependencies": {
33-
"@rollup/plugin-typescript": "^8.3.2",
34-
"@types/jest": "^27.5.1",
35-
"@typescript-eslint/eslint-plugin": "^5.26.0",
36-
"@typescript-eslint/parser": "^5.26.0",
37-
"eslint": "^8.16.0",
33+
"@rollup/plugin-typescript": "^8.3.4",
34+
"@types/jest": "^28.1.6",
35+
"@typescript-eslint/eslint-plugin": "^5.31.0",
36+
"@typescript-eslint/parser": "^5.31.0",
37+
"eslint": "^8.20.0",
3838
"eslint-config-prettier": "^8.5.0",
39-
"eslint-plugin-prettier": "^4.0.0",
39+
"eslint-plugin-prettier": "^4.2.1",
4040
"husky": "^8.0.1",
41-
"jest": "28.1.0",
42-
"jest-circus": "28.1.0",
43-
"prettier": "^2.6.2",
41+
"jest": "28.1.3",
42+
"jest-circus": "28.1.3",
43+
"prettier": "^2.7.1",
4444
"rimraf": "^3.0.2",
45-
"rollup": "^2.74.1",
45+
"rollup": "^2.77.2",
4646
"rollup-plugin-cleanup": "^3.2.1",
4747
"rollup-plugin-terser": "^7.0.2",
48-
"ts-jest": "28.0.3",
48+
"ts-jest": "28.0.7",
4949
"tslib": "^2.4.0",
50-
"typescript": "^4.7.2"
50+
"typescript": "^4.7.4"
5151
},
5252
"keywords": [
5353
"try-catch",

0 commit comments

Comments
 (0)