Skip to content

Commit b4a7099

Browse files
chore: deps update
1 parent 901918d commit b4a7099

File tree

2 files changed

+327
-353
lines changed

2 files changed

+327
-353
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"verify": "pnpm run lint && pnpm run type-check && pnpm run build-tests && pnpm run test-compiled && rimraf build"
7272
},
7373
"dependencies": {
74-
"@typescript-eslint/utils": "^6.0.0",
74+
"@typescript-eslint/utils": "^6.1.0",
7575
"deepmerge-ts": "^5.1.0",
7676
"escape-string-regexp": "^4.0.0",
7777
"is-immutable-type": "^2.0.1",
@@ -82,8 +82,8 @@
8282
"@ava/typescript": "4.1.0",
8383
"@babel/core": "7.22.9",
8484
"@babel/eslint-parser": "7.22.9",
85-
"@commitlint/cli": "17.6.6",
86-
"@commitlint/config-conventional": "17.6.6",
85+
"@commitlint/cli": "17.6.7",
86+
"@commitlint/config-conventional": "17.6.7",
8787
"@cspell/dict-cryptocurrencies": "3.0.1",
8888
"@google/semantic-release-replace-plugin": "1.2.0",
8989
"@istanbuljs/nyc-config-typescript": "1.0.2",
@@ -94,30 +94,30 @@
9494
"@semantic-release/changelog": "6.0.3",
9595
"@semantic-release/commit-analyzer": "10.0.1",
9696
"@semantic-release/git": "10.0.1",
97-
"@semantic-release/github": "9.0.3",
97+
"@semantic-release/github": "9.0.4",
9898
"@semantic-release/npm": "10.0.4",
9999
"@semantic-release/release-notes-generator": "11.0.4",
100100
"@types/dedent": "0.7.0",
101101
"@types/eslint": "8.44.0",
102102
"@types/node": "16.18.23",
103103
"@types/rollup-plugin-auto-external": "2.0.2",
104104
"@types/semver": "7.5.0",
105-
"@typescript-eslint/eslint-plugin": "6.0.0",
106-
"@typescript-eslint/parser": "6.0.0",
107-
"@typescript-eslint/rule-tester": "6.0.0",
105+
"@typescript-eslint/eslint-plugin": "6.1.0",
106+
"@typescript-eslint/parser": "6.1.0",
107+
"@typescript-eslint/rule-tester": "6.1.0",
108108
"ava": "5.3.1",
109109
"chalk": "4.1.2",
110110
"commitizen": "4.3.0",
111111
"conventional-commit-types": "3.0.0",
112-
"cspell": "6.31.1",
113-
"dedent": "1.0.2",
112+
"cspell": "6.31.2",
113+
"dedent": "1.2.0",
114114
"eslint": "8.45.0",
115115
"eslint-config-prettier": "8.8.0",
116116
"eslint-doc-generator": "1.4.3",
117117
"eslint-import-resolver-typescript": "3.5.5",
118118
"eslint-plugin-ava": "14.0.0",
119119
"eslint-plugin-eslint-comments": "3.2.0",
120-
"eslint-plugin-eslint-plugin": "5.1.0",
120+
"eslint-plugin-eslint-plugin": "5.1.1",
121121
"eslint-plugin-import": "2.27.5",
122122
"eslint-plugin-jsdoc": "46.4.4",
123123
"eslint-plugin-markdown": "3.0.0",
@@ -130,21 +130,21 @@
130130
"espree": "9.6.1",
131131
"glob": "^10.3.3",
132132
"husky": "8.0.3",
133-
"knip": "2.15.5",
133+
"knip": "2.16.0",
134134
"lint-staged": "13.2.3",
135135
"markdownlint-cli": "0.35.0",
136136
"nyc": "15.1.0",
137137
"prettier": "3.0.0",
138138
"prettier-plugin-packagejson": "2.4.5",
139139
"rimraf": "5.0.1",
140-
"rollup": "3.26.2",
140+
"rollup": "3.26.3",
141141
"rollup-plugin-auto-external": "2.0.0",
142142
"semantic-release": "21.0.7",
143143
"ts-node": "10.9.1",
144144
"tsconfig-paths": "4.2.0",
145145
"tslib": "2.6.0",
146146
"typescript": "5.1.6",
147-
"word-wrap": "1.2.3"
147+
"word-wrap": "1.2.4"
148148
},
149149
"peerDependencies": {
150150
"eslint": "^8.0.0",

0 commit comments

Comments
 (0)