Skip to content

Commit

Permalink
chore(deps): Make import-fresh a proper dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wolfgangwalther committed Oct 1, 2023
1 parent 2e57b8d commit f54007a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 f54007a

Please sign in to comment.