|
71 | 71 | "verify": "pnpm run lint && pnpm run type-check && pnpm run build-tests && pnpm run test-compiled && rimraf build"
|
72 | 72 | },
|
73 | 73 | "dependencies": {
|
74 |
| - "@typescript-eslint/utils": "^6.0.0", |
| 74 | + "@typescript-eslint/utils": "^6.1.0", |
75 | 75 | "deepmerge-ts": "^5.1.0",
|
76 | 76 | "escape-string-regexp": "^4.0.0",
|
77 | 77 | "is-immutable-type": "^2.0.1",
|
|
82 | 82 | "@ava/typescript": "4.1.0",
|
83 | 83 | "@babel/core": "7.22.9",
|
84 | 84 | "@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", |
87 | 87 | "@cspell/dict-cryptocurrencies": "3.0.1",
|
88 | 88 | "@google/semantic-release-replace-plugin": "1.2.0",
|
89 | 89 | "@istanbuljs/nyc-config-typescript": "1.0.2",
|
|
94 | 94 | "@semantic-release/changelog": "6.0.3",
|
95 | 95 | "@semantic-release/commit-analyzer": "10.0.1",
|
96 | 96 | "@semantic-release/git": "10.0.1",
|
97 |
| - "@semantic-release/github": "9.0.3", |
| 97 | + "@semantic-release/github": "9.0.4", |
98 | 98 | "@semantic-release/npm": "10.0.4",
|
99 | 99 | "@semantic-release/release-notes-generator": "11.0.4",
|
100 | 100 | "@types/dedent": "0.7.0",
|
101 | 101 | "@types/eslint": "8.44.0",
|
102 | 102 | "@types/node": "16.18.23",
|
103 | 103 | "@types/rollup-plugin-auto-external": "2.0.2",
|
104 | 104 | "@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", |
108 | 108 | "ava": "5.3.1",
|
109 | 109 | "chalk": "4.1.2",
|
110 | 110 | "commitizen": "4.3.0",
|
111 | 111 | "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", |
114 | 114 | "eslint": "8.45.0",
|
115 | 115 | "eslint-config-prettier": "8.8.0",
|
116 | 116 | "eslint-doc-generator": "1.4.3",
|
117 | 117 | "eslint-import-resolver-typescript": "3.5.5",
|
118 | 118 | "eslint-plugin-ava": "14.0.0",
|
119 | 119 | "eslint-plugin-eslint-comments": "3.2.0",
|
120 |
| - "eslint-plugin-eslint-plugin": "5.1.0", |
| 120 | + "eslint-plugin-eslint-plugin": "5.1.1", |
121 | 121 | "eslint-plugin-import": "2.27.5",
|
122 | 122 | "eslint-plugin-jsdoc": "46.4.4",
|
123 | 123 | "eslint-plugin-markdown": "3.0.0",
|
|
130 | 130 | "espree": "9.6.1",
|
131 | 131 | "glob": "^10.3.3",
|
132 | 132 | "husky": "8.0.3",
|
133 |
| - "knip": "2.15.5", |
| 133 | + "knip": "2.16.0", |
134 | 134 | "lint-staged": "13.2.3",
|
135 | 135 | "markdownlint-cli": "0.35.0",
|
136 | 136 | "nyc": "15.1.0",
|
137 | 137 | "prettier": "3.0.0",
|
138 | 138 | "prettier-plugin-packagejson": "2.4.5",
|
139 | 139 | "rimraf": "5.0.1",
|
140 |
| - "rollup": "3.26.2", |
| 140 | + "rollup": "3.26.3", |
141 | 141 | "rollup-plugin-auto-external": "2.0.0",
|
142 | 142 | "semantic-release": "21.0.7",
|
143 | 143 | "ts-node": "10.9.1",
|
144 | 144 | "tsconfig-paths": "4.2.0",
|
145 | 145 | "tslib": "2.6.0",
|
146 | 146 | "typescript": "5.1.6",
|
147 |
| - "word-wrap": "1.2.3" |
| 147 | + "word-wrap": "1.2.4" |
148 | 148 | },
|
149 | 149 | "peerDependencies": {
|
150 | 150 | "eslint": "^8.0.0",
|
|
0 commit comments