Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 2c575c1

Browse files
authored
Merge pull request bootstrap-vue-next#1289 from VividLemon/main
chore: update packages, remove some unneeded dependencies
2 parents 0b34f7b + 7843dbd commit 2c575c1

File tree

21 files changed

+456
-7612
lines changed

21 files changed

+456
-7612
lines changed

apps/docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/bi": "^1.1.17",
15-
"@iconify-json/simple-icons": "^1.1.58",
15+
"@iconify-json/simple-icons": "^1.1.60",
1616
"@rushstack/eslint-patch": "^1.3.2",
17-
"@tsconfig/node20": "^1.0.1",
18-
"@types/node": "^20.3.2",
17+
"@tsconfig/node20": "^1.0.2",
18+
"@types/node": "^20.4.2",
1919
"@vue/eslint-config-prettier": "^7.1.0",
2020
"@vue/eslint-config-typescript": "^11.0.3",
2121
"@vue/tsconfig": "^0.4.0",
22-
"@vueuse/core": "^10.2.0",
22+
"@vueuse/core": "^10.2.1",
2323
"bootstrap": "^5.3.0",
2424
"bootstrap-vue-next": "workspace:^",
2525
"cross-env": "^7.0.3",
26-
"eslint": "^8.43.0",
26+
"eslint": "^8.45.0",
2727
"eslint-define-config": "^1.21.0",
2828
"eslint-plugin-vue": "^9.15.1",
2929
"prettier": "^2.8.8",
3030
"sitemap": "^7.1.1",
31-
"typescript": "^5.1.3",
32-
"unplugin-icons": "^0.16.3",
33-
"vitepress": "1.0.0-beta.3",
31+
"typescript": "^5.1.6",
32+
"unplugin-icons": "^0.16.5",
33+
"vitepress": "1.0.0-beta.5",
3434
"vue": "^3.3.4"
3535
},
3636
"lint-staged": {

apps/docs/src/docs/components/collapse.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,7 @@ at a time.
253253
</BCardHeader>
254254
<BCollapse id="accordion-1" visible accordion="my-accordion" role="tabpanel">
255255
<BCardBody>
256-
<BCardText
257-
>I start opened because <code>visible</code> is <code>true</code></BCardText
258-
>
256+
<BCardText>I start opened because <code>visible</code> is <code>true</code></BCardText>
259257
<BCardText>{{ text }}</BCardText>
260258
</BCardBody>
261259
</BCollapse>
@@ -404,9 +402,8 @@ import {
404402
BCardText,
405403
BCardBody,
406404
BCardHeader,
407-
BCollapseBButton,
408-
BButton,
409405
BCollapse,
406+
BButton,
410407
vBToggle,
411408
} from 'bootstrap-vue-next'
412409
import {ref, computed} from 'vue'

apps/playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"dependencies": {
1212
"bootstrap-vue-next": "workspace:^",
1313
"vue": "^3.3.4",
14-
"vue-router": "^4.2.2"
14+
"vue-router": "^4.2.4"
1515
},
1616
"devDependencies": {
17-
"@tsconfig/node20": "^1.0.1",
18-
"@types/node": "^20.3.2",
17+
"@tsconfig/node20": "^1.0.2",
18+
"@types/node": "^20.4.2",
1919
"@vitejs/plugin-vue": "^4.2.3",
2020
"@vue/tsconfig": "^0.4.0",
2121
"bootstrap-styles": "^5.3.0",
2222
"rollup-plugin-visualizer": "^5.9.2",
23-
"typescript": "^5.1.3",
24-
"vite": "^4.3.9",
25-
"vue-tsc": "^1.8.2"
23+
"typescript": "^5.1.6",
24+
"vite": "^4.4.4",
25+
"vue-tsc": "^1.8.5"
2626
},
2727
"lint-staged": {
2828
"*.{js,ts,vue}": "eslint --cache --fix",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"husky": "^8.0.3",
41-
"lint-staged": "^13.2.2",
42-
"release-please": "^15.11.0",
41+
"lint-staged": "^13.2.3",
4342
"turbo": "latest"
4443
},
4544
"engines": {

packages/bootstrap-vue-next/package.json

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,42 +47,37 @@
4747
},
4848
"dependencies": {
4949
"@floating-ui/vue": "^1.0.1",
50-
"@vueuse/core": "^10.2.0"
50+
"@vueuse/core": "^10.2.1"
5151
},
5252
"devDependencies": {
5353
"@floating-ui/core": "^1.3.1",
5454
"@rushstack/eslint-patch": "^1.3.2",
55-
"@tsconfig/node20": "^1.0.1",
56-
"@types/node": "^20.3.2",
55+
"@tsconfig/node20": "^1.0.2",
56+
"@types/node": "^20.4.2",
5757
"@vitejs/plugin-vue": "^4.2.3",
58-
"@vitest/coverage-c8": "^0.32.2",
59-
"@vue/compiler-dom": "^3.3.4",
58+
"@vitest/coverage-c8": "^0.33.0",
6059
"@vue/eslint-config-prettier": "^7.1.0",
6160
"@vue/eslint-config-typescript": "^11.0.3",
6261
"@vue/runtime-core": "^3.3.4",
63-
"@vue/shared": "^3.3.4",
6462
"@vue/test-utils": "^2.4.0",
6563
"@vue/tsconfig": "^0.4.0",
66-
"@vueuse/shared": "^10.2.0",
64+
"@vueuse/shared": "^10.2.1",
6765
"bootstrap": "^5.3.0",
6866
"c8": "^8.0.0",
69-
"csstype": "^3.1.2",
70-
"eslint": "^8.43.0",
67+
"eslint": "^8.45.0",
7168
"eslint-define-config": "^1.21.0",
7269
"eslint-plugin-vue": "^9.15.1",
73-
"happy-dom": "^9.20.3",
74-
"jsdom": "^22.1.0",
70+
"happy-dom": "^10.3.2",
7571
"prettier": "^2.8.8",
76-
"rollup": "^3.25.3",
7772
"rollup-plugin-visualizer": "^5.9.2",
7873
"sass": "^1.63.6",
79-
"typescript": "^5.1.3",
80-
"vite": "^4.3.9",
81-
"vite-plugin-dts": "^3.0.0-beta.2",
82-
"vitest": "^0.32.2",
74+
"typescript": "^5.1.6",
75+
"vite": "^4.4.4",
76+
"vite-plugin-dts": "^3.3.0",
77+
"vitest": "^0.33.0",
8378
"vue": "^3.3.4",
84-
"vue-router": "^4.2.2",
85-
"vue-tsc": "^1.8.2"
79+
"vue-router": "^4.2.4",
80+
"vue-tsc": "^1.8.5"
8681
},
8782
"repository": {
8883
"type": "git",

0 commit comments

Comments
 (0)