Skip to content

Commit b3ab237

Browse files
committed
Upgrade development packages
1 parent e26c22a commit b3ab237

File tree

6 files changed

+2464
-496
lines changed

6 files changed

+2464
-496
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install bootstrap-icons-vue
3232
Alternatively, you can use them straight from a CDN without installation.
3333

3434
```html
35-
<script src="https://unpkg.com/vue@3.0.11"></script>
35+
<script src="https://unpkg.com/vue@3.2.23"></script>
3636
<script src="https://unpkg.com/bootstrap-icons-vue@0.7.0"></script>
3737
```
3838

dev-vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"vue": "^3.0.5"
9+
"vue": "~3"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^1.0.4",
13-
"@vue/compiler-sfc": "^3.0.5",
14-
"vite": "^2.0.0-beta.12"
12+
"@vitejs/plugin-vue": "^1.10.1",
13+
"@vue/compiler-sfc": "^3.2.23",
14+
"vite": "^2.6.14"
1515
}
1616
}

0 commit comments

Comments
 (0)