Skip to content

Commit 1bc9f42

Browse files
committed
chore(release): 2.7.1
1 parent 664465f commit 1bc9f42

File tree

3 files changed

+2065
-1231
lines changed

3 files changed

+2065
-1231
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.7.1](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1) (2022-04-03)
6+
7+
8+
### Bug Fixes
9+
10+
* per package.json warning ([#101](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/issues/101)) ([664465f](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/commit/664465fa75e6b197f990cd6e89ab5f086bb8d4f2))
11+
512
## [2.7.0](https://github.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.6.0...v2.7.0) (2022-03-23)
613

714

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-import-resolver-typescript",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"repository": "https://github.com/alexgorbatchev/eslint-import-resolver-typescript",
66
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
@@ -66,23 +66,23 @@
6666
"tsconfig-paths": "^3.14.1"
6767
},
6868
"devDependencies": {
69-
"@1stg/lib-config": "^5.1.1",
69+
"@1stg/lib-config": "^5.4.0",
7070
"@types/debug": "^4.1.7",
7171
"@types/glob": "^7.2.0",
7272
"@types/is-glob": "^4.0.2",
73-
"@types/node": "^17.0.22",
73+
"@types/node": "^17.0.23",
7474
"@types/resolve": "^1.20.1",
7575
"@types/unist": "^2.0.6",
7676
"dummy.js": "link:dummy.js",
7777
"eslint-import-resolver-typescript": "link:.",
78-
"react": "^17.0.2",
78+
"react": "^18.0.0",
7979
"standard-version": "^9.3.2",
8080
"type-coverage": "^2.21.1",
81-
"typescript": "^4.6.2"
81+
"typescript": "^4.6.3"
8282
},
8383
"resolutions": {
8484
"eslint-import-resolver-typescript": "link:.",
85-
"prettier": "^2.6.0"
85+
"prettier": "^2.6.2"
8686
},
8787
"typeCoverage": {
8888
"atLeast": 99.28,

0 commit comments

Comments
 (0)