Skip to content

Commit

Permalink
feat: add more detections for fluent-vue (#802)
Browse files Browse the repository at this point in the history
* Add more detections for fluent-vue
* Update fluent-vue-cli
  • Loading branch information
Demivan authored Apr 28, 2023
1 parent cdb4af4 commit 450bc19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"consolidate": "^0.16.0",
"esm": "^3.2.25",
"fast-glob": "^3.2.7",
"fluent-vue-cli": "^3.0.1",
"fluent-vue-cli": "^3.0.4",
"glob-gitignore": "^1.0.14",
"htmlparser2": "^6.1.0",
"iconv-lite": "^0.6.3",
Expand Down
2 changes: 2 additions & 0 deletions src/frameworks/fluent-vue-sfc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class FluentVueSFCFramework extends Framework {
detection = {
packageJSON: [
'fluent-vue-loader',
'rollup-plugin-fluent-vue',
'unplugin-fluent-vue',
],
}

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4911,7 +4911,7 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

fluent-vue-cli@^3.0.1:
fluent-vue-cli@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/fluent-vue-cli/-/fluent-vue-cli-3.0.4.tgz#7d7d87b7ccf2cb6746436e986c97142b60878baa"
integrity sha512-8jyxLpXd+fPXQKfEDYnFCJM7kg+U/YwV2xFm8EjM78AVJPUzlwtgJXz6XwuaDJUNBbFp64NtLJWdmba0NfqyJw==
Expand Down

0 comments on commit 450bc19

Please sign in to comment.