Skip to content

Commit 3bc29e8

Browse files
authored
feat: 🎸 update dependencies (#5)
1 parent 6fec0bd commit 3bc29e8

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@
1010
"types": "lib/index.d.ts",
1111
"typings": "lib/index.d.ts",
1212
"sideEffects": false,
13+
"keywords": [
14+
"eslint",
15+
"eslintplugin"
16+
],
1317
"repository": {
1418
"type": "git",
1519
"url": "git://github.com/bradennapier/eslint-plugin-ts-import.git"
1620
},
1721
"bugs": {
1822
"url": "https://github.com/bradennapier/eslint-plugin-ts-import/issues"
1923
},
20-
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
2124
"scripts": {
2225
"build": "yarn build:cjs && yarn build:es",
2326
"build:cjs": "tsc",
@@ -30,13 +33,15 @@
3033
"release": "semantic-release",
3134
"test": "echo Tests TODO"
3235
},
36+
"peerDependencies": {
37+
"eslint": "^7.2.0",
38+
"typescript": "^3.9.5"
39+
},
3340
"dependencies": {
3441
"@typescript-eslint/experimental-utils": "^3.3.0",
3542
"@zerollup/ts-helpers": "^1.7.18",
36-
"eslint": "^7.2.0",
3743
"minimatch": "^3.0.4",
38-
"tslib": "^2.0.0",
39-
"typescript": "^3.9.5"
44+
"tslib": "^2.0.0"
4045
},
4146
"devDependencies": {
4247
"@semantic-release/changelog": "^5.0.1",
@@ -46,6 +51,7 @@
4651
"@typescript-eslint/eslint-plugin": "^3.3.0",
4752
"@typescript-eslint/parser": "^3.3.0",
4853
"commitizen": "^4.1.2",
54+
"eslint": "^7.2.0",
4955
"eslint-config-airbnb-base": "^14.2.0",
5056
"eslint-config-prettier": "^6.11.0",
5157
"eslint-import-resolver-typescript": "^2.0.0",
@@ -54,12 +60,14 @@
5460
"eslint-plugin-prettier": "^3.1.4",
5561
"eslint-plugin-promise": "^4.2.1",
5662
"gh-pages": "^3.0.0",
63+
"git-cz": "^4.7.0",
5764
"husky": "^4.2.5",
5865
"lint-staged": "^10.2.11",
5966
"prettier": "^2.0.5",
6067
"rimraf": "^3.0.2",
6168
"semantic-release": "^17.0.8",
62-
"ts-node": "^8.10.2"
69+
"ts-node": "^8.10.2",
70+
"typescript": "^3.9.5"
6371
},
6472
"files": [
6573
"lib/",

src/rules/patterns.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default class ImportPatternsRule implements eslint.Rule.RuleModule {
3131
"This import violates the provided import-patterns (allowed: '{{allowed}}')",
3232
},
3333
docs: {
34-
url: 'https://github.com/bradennapier/eslint-plugin-import-patterns',
34+
url: 'https://github.com/bradennapier/eslint-plugin-ts-import',
3535
},
3636
};
3737

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ acorn-jsx@^5.2.0:
415415
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
416416

417417
acorn@^7.2.0:
418-
version "7.2.0"
419-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
420-
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
418+
version "7.3.1"
419+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
420+
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
421421

422422
agent-base@4, agent-base@^4.3.0:
423423
version "4.3.0"
@@ -2464,6 +2464,11 @@ gh-pages@^3.0.0:
24642464
fs-extra "^8.1.0"
24652465
globby "^6.1.0"
24662466

2467+
git-cz@^4.7.0:
2468+
version "4.7.0"
2469+
resolved "https://registry.yarnpkg.com/git-cz/-/git-cz-4.7.0.tgz#fb8011c84da422612b8be61d609664df976a6c9a"
2470+
integrity sha512-+igNdYIuGe8zncCb6gRxEfZ14Ru0SrI+7rXOueadxBWEn3zkBd3xyTE1RjG6qM3GY+0U7vN8DmT7o9CRcyR++A==
2471+
24672472
git-log-parser@^1.2.0:
24682473
version "1.2.0"
24692474
resolved "https://registry.yarnpkg.com/git-log-parser/-/git-log-parser-1.2.0.tgz#2e6a4c1b13fc00028207ba795a7ac31667b9fd4a"
@@ -2920,9 +2925,9 @@ [email protected]:
29202925
through "^2.3.6"
29212926

29222927
inquirer@^7.0.0:
2923-
version "7.1.0"
2924-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
2925-
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
2928+
version "7.2.0"
2929+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.2.0.tgz#63ce99d823090de7eb420e4bb05e6f3449aa389a"
2930+
integrity sha512-E0c4rPwr9ByePfNlTIB8z51kK1s2n6jrHuJeEHENl/sbq2G/S1auvibgEwNR4uSyiU+PiYHqSwsgGiXjG8p5ZQ==
29262931
dependencies:
29272932
ansi-escapes "^4.2.1"
29282933
chalk "^3.0.0"

0 commit comments

Comments
 (0)