Skip to content

Commit

Permalink
fix(deps): Make import-fresh a proper dependency (#433)
Browse files Browse the repository at this point in the history
* chore(deps): Make import-fresh a proper dependency

This is not a devDependency, because it's used in regular code in lib/utils/collect-keys.ts. This seems like an oversight in #377.

* Create ten-insects-deny.md

---------

Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
  • Loading branch information
wolfgangwalther and ota-meshi committed Oct 2, 2023
1 parent 61ef0e6 commit 68a4a1b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-insects-deny.md
@@ -0,0 +1,5 @@
---
"@intlify/eslint-plugin-vue-i18n": patch
---

fix(deps): Make import-fresh a proper dependency
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -63,6 +63,7 @@
"debug": "^4.3.4",
"glob": "^10.3.3",
"ignore": "^5.2.4",
"import-fresh": "^3.3.0",
"is-language-code": "^3.1.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
Expand Down Expand Up @@ -98,7 +99,6 @@
"eslint-plugin-vue": "^9.15.1",
"eslint4b": "^7.32.0",
"esquery": "^1.5.0",
"import-fresh": "^3.3.0",
"json-schema": "^0.4.0",
"lerna-changelog": "^2.2.0",
"mocha": "^10.2.0",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68a4a1b

Please sign in to comment.