Skip to content

Commit

Permalink
Fix unplugin-vue-components name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Dec 18, 2023
1 parent 5bf2cd7 commit d15d6fb
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion leshan-bsserver-demo/webapp/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"eslint-plugin-vue": "^8.0.0",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "~1.32.0",
"unplugin-vue-components ": "^0.25.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-compression": "^0.5.1"
},
3 changes: 1 addition & 2 deletions leshan-bsserver-demo/webapp/yarn.lock
Original file line number Diff line number Diff line change
@@ -1457,8 +1457,7 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==

"unplugin-vue-components @^0.25.2":
name unplugin-vue-components
unplugin-vue-components@^0.25.2:
version "0.25.2"
resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz#99d9d02a4066a24e720edbe74a82a4ee6ff86153"
integrity sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==
4 changes: 2 additions & 2 deletions leshan-server-demo/webapp/package.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"eslint-plugin-vue": "^8.0.0",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "~1.32.0",
"unplugin-vue-components ": "^0.25.2",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-compression": "^0.5.1"
},
@@ -70,4 +70,4 @@
"last 2 versions",
"not dead"
]
}
}
3 changes: 1 addition & 2 deletions leshan-server-demo/webapp/yarn.lock
Original file line number Diff line number Diff line change
@@ -1483,8 +1483,7 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==

"unplugin-vue-components @^0.25.2":
name unplugin-vue-components
unplugin-vue-components@^0.25.2:
version "0.25.2"
resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.25.2.tgz#99d9d02a4066a24e720edbe74a82a4ee6ff86153"
integrity sha512-OVmLFqILH6w+eM8fyt/d/eoJT9A6WO51NZLf1vC5c1FZ4rmq2bbGxTy8WP2Jm7xwFdukaIdv819+UI7RClPyCA==

0 comments on commit d15d6fb

Please sign in to comment.