Skip to content

Commit 06efdf7

Browse files
committed
fix: mark eslint-module-utils as dep
1 parent 830be2c commit 06efdf7

File tree

5 files changed

+1836
-2766
lines changed

5 files changed

+1836
-2766
lines changed

.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extends": [
1010
"plugin:prettier/recommended",
1111
"plugin:jsonc/recommended-with-json",
12-
"plugin:json-schema-validator/recommended",
13-
"plugin:mdx/recommended"
12+
"plugin:mdx/recommended",
13+
"plugin:yml/recommended"
1414
]
1515
}

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
github:
2-
- alexgorbatchev
32
- JounQin
43
- 1stG
54
- rx-ts

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
16

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,15 @@
6868
"dependencies": {
6969
"debug": "^4.3.4",
7070
"enhanced-resolve": "^5.12.0",
71+
"eslint-module-utils": "^2.7.4",
7172
"get-tsconfig": "^4.5.0",
7273
"globby": "^13.1.3",
7374
"is-core-module": "^2.11.0",
7475
"is-glob": "^4.0.3",
7576
"synckit": "^0.8.5"
7677
},
7778
"devDependencies": {
78-
"@1stg/lib-config": "^10.3.0",
79+
"@1stg/lib-config": "^11.0.1",
7980
"@changesets/changelog-github": "^0.4.8",
8081
"@changesets/cli": "^2.26.1",
8182
"@mozilla/glean": "^1.3.0",
@@ -89,7 +90,7 @@
8990
"size-limit": "^8.2.4",
9091
"size-limit-preset-node-lib": "^0.2.0",
9192
"type-coverage": "^2.25.0",
92-
"typescript": "^5.0.2"
93+
"typescript": "^5.0.3"
9394
},
9495
"resolutions": {
9596
"eslint-import-resolver-typescript": "link:.",

0 commit comments

Comments
 (0)