Skip to content

Commit 68a4a1b

Browse files
wolfgangwaltherota-meshi
andauthoredOct 2, 2023
fix(deps): Make import-fresh a proper dependency (#433)
* 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>
1 parent 61ef0e6 commit 68a4a1b

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed
 

‎.changeset/ten-insects-deny.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@intlify/eslint-plugin-vue-i18n": patch
3+
---
4+
5+
fix(deps): Make import-fresh a proper dependency

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"debug": "^4.3.4",
6464
"glob": "^10.3.3",
6565
"ignore": "^5.2.4",
66+
"import-fresh": "^3.3.0",
6667
"is-language-code": "^3.1.0",
6768
"js-yaml": "^4.1.0",
6869
"json5": "^2.2.3",
@@ -98,7 +99,6 @@
9899
"eslint-plugin-vue": "^9.15.1",
99100
"eslint4b": "^7.32.0",
100101
"esquery": "^1.5.0",
101-
"import-fresh": "^3.3.0",
102102
"json-schema": "^0.4.0",
103103
"lerna-changelog": "^2.2.0",
104104
"mocha": "^10.2.0",

‎pnpm-lock.yaml

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.