Skip to content

Commit

Permalink
fix: mark eslint-module-utils as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 5, 2023
1 parent 830be2c commit 06efdf7
Show file tree
Hide file tree
Showing 5 changed files with 1,836 additions and 2,766 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Expand Up @@ -9,7 +9,7 @@
"extends": [
"plugin:prettier/recommended",
"plugin:jsonc/recommended-with-json",
"plugin:json-schema-validator/recommended",
"plugin:mdx/recommended"
"plugin:mdx/recommended",
"plugin:yml/recommended"
]
}
1 change: 0 additions & 1 deletion .github/FUNDING.yml
@@ -1,5 +1,4 @@
github:
- alexgorbatchev
- JounQin
- 1stG
- rx-ts
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
lts/*
16
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -68,14 +68,15 @@
"dependencies": {
"debug": "^4.3.4",
"enhanced-resolve": "^5.12.0",
"eslint-module-utils": "^2.7.4",
"get-tsconfig": "^4.5.0",
"globby": "^13.1.3",
"is-core-module": "^2.11.0",
"is-glob": "^4.0.3",
"synckit": "^0.8.5"
},
"devDependencies": {
"@1stg/lib-config": "^10.3.0",
"@1stg/lib-config": "^11.0.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@mozilla/glean": "^1.3.0",
Expand All @@ -89,7 +90,7 @@
"size-limit": "^8.2.4",
"size-limit-preset-node-lib": "^0.2.0",
"type-coverage": "^2.25.0",
"typescript": "^5.0.2"
"typescript": "^5.0.3"
},
"resolutions": {
"eslint-import-resolver-typescript": "link:.",
Expand Down

0 comments on commit 06efdf7

Please sign in to comment.