Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1ce8fcd

Browse files
committed
build: Update dependencies & Change version to 0.10.0
1 parent be0891f commit 1ce8fcd

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
lines changed

package-lock.json

Lines changed: 64 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blro/ui-primitives-vue",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/blro0319/ui-primitives.git",
@@ -44,18 +44,18 @@
4444
"@babel/types": "^7.22.5",
4545
"@tsconfig/node18": "^18.2.0",
4646
"@types/lodash-es": "^4.17.8",
47-
"@types/node": "^20.4.2",
47+
"@types/node": "^20.4.4",
4848
"@vitejs/plugin-vue": "^4.2.3",
4949
"@vitejs/plugin-vue-jsx": "^3.0.1",
5050
"@vue/tsconfig": "^0.4.0",
5151
"glob": "^10.3.3",
52-
"sass": "^1.63.6",
52+
"sass": "^1.64.1",
5353
"tsc-alias": "^1.8.7",
5454
"typescript": "^5.1.6",
5555
"v-lazy-show": "^0.2.3",
56-
"vite": "^4.4.3",
56+
"vite": "^4.4.6",
5757
"vue": "^3.3.4",
5858
"vue-router": "^4.2.4",
59-
"vue-tsc": "^1.8.4"
59+
"vue-tsc": "^1.8.6"
6060
}
6161
}

0 commit comments

Comments
 (0)