Skip to content

Commit 450bc19

Browse files
authored
feat: add more detections for fluent-vue (#802)
* Add more detections for fluent-vue * Update fluent-vue-cli
1 parent cdb4af4 commit 450bc19

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"consolidate": "^0.16.0",
4949
"esm": "^3.2.25",
5050
"fast-glob": "^3.2.7",
51-
"fluent-vue-cli": "^3.0.1",
51+
"fluent-vue-cli": "^3.0.4",
5252
"glob-gitignore": "^1.0.14",
5353
"htmlparser2": "^6.1.0",
5454
"iconv-lite": "^0.6.3",

src/frameworks/fluent-vue-sfc.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class FluentVueSFCFramework extends Framework {
77
detection = {
88
packageJSON: [
99
'fluent-vue-loader',
10+
'rollup-plugin-fluent-vue',
11+
'unplugin-fluent-vue',
1012
],
1113
}
1214

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -4911,7 +4911,7 @@ flatted@^3.1.0:
49114911
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
49124912
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
49134913

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

0 commit comments

Comments
 (0)