Skip to content

Commit e3a51e4

Browse files
committed
docs: update changesets repository link
1 parent 91140e8 commit e3a51e4

File tree

3 files changed

+908
-910
lines changed

3 files changed

+908
-910
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
1111
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
1212
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
13-
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
13+
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets)
1414

1515
This plugin adds [`TypeScript`][] support to [`eslint-plugin-import`][]
1616

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-import-resolver-typescript",
33
"version": "3.3.0",
44
"type": "module",
5-
"description": "TypeScript `.cts`/`.mts`/`.ts`/`.tsx`/`.d.cts`/`.d.mts`/`.d.ts` module resolver for `eslint-plugin-import`",
5+
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
66
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",
77
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
88
"contributors": [
@@ -41,7 +41,7 @@
4141
},
4242
"funding": "https://opencollective.com/unts",
4343
"license": "ISC",
44-
"packageManager": "pnpm@7.5.2",
44+
"packageManager": "pnpm@7.6.0",
4545
"engines": {
4646
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4747
},
@@ -104,8 +104,8 @@
104104
},
105105
"devDependencies": {
106106
"@1stg/lib-config": "^9.0.1",
107-
"@changesets/changelog-github": "^0.4.5",
108-
"@changesets/cli": "^2.23.2",
107+
"@changesets/changelog-github": "^0.4.6",
108+
"@changesets/cli": "^2.24.0",
109109
"@mozilla/glean": "^1.1.0",
110110
"@size-limit/preset-small-lib": "^7.0.8",
111111
"@types/debug": "^4.1.7",

0 commit comments

Comments
 (0)