Skip to content

Commit 88cb269

Browse files
committed
refactor: remove vidstack and update dependencies
1 parent 9a1475a commit 88cb269

File tree

3 files changed

+1659
-1596
lines changed

3 files changed

+1659
-1596
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// toc.scss, navbar.scss, sidebar.scss
2-
@import "vidstack/player/styles/default/theme.css";
3-
@import "vidstack/player/styles/default/layouts/audio.css";
4-
@import "vidstack/player/styles/default/layouts/video.css";
52

63
/*
74
.toc-place-holder {

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learn-data",
3-
"version": "1.3.9",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"type": "module",
66
"scripts": {
@@ -14,24 +14,23 @@
1414
"lint:markdown-fix": "markdownlint docs --fix"
1515
},
1616
"devDependencies": {
17-
"@vuepress/bundler-webpack": "2.0.0-rc.24",
18-
"@vuepress/plugin-docsearch": "2.0.0-rc.112",
19-
"@vuepress/plugin-feed": "2.0.0-rc.112",
20-
"@vuepress/plugin-google-analytics": "2.0.0-rc.112",
21-
"@vuepress/plugin-slimsearch": "2.0.0-rc.112",
22-
"@waline/client": "^3.6.0",
17+
"@vuepress/bundler-webpack": "2.0.0-rc.26",
18+
"@vuepress/plugin-docsearch": "2.0.0-rc.118",
19+
"@vuepress/plugin-feed": "2.0.0-rc.118",
20+
"@vuepress/plugin-google-analytics": "2.0.0-rc.118",
21+
"@vuepress/plugin-slimsearch": "2.0.0-rc.118",
22+
"@waline/client": "^3.8.0",
2323
"cpx2": "^8.0.0",
2424
"dashjs": "^4.7.4",
25-
"hls.js": "^1.6.13",
25+
"hls.js": "^1.6.15",
2626
"markdownlint-cli": "^0.45.0",
2727
"mathjax-full": "^3.2.2",
2828
"prettier": "^3.6.2",
29-
"sass-embedded": "^1.93.2",
30-
"sass-loader": "^16.0.5",
31-
"vidstack": "^1.12.13",
32-
"vue": "^3.5.22",
33-
"vuepress": "2.0.0-rc.24",
34-
"vuepress-theme-hope": "2.0.0-rc.94"
29+
"sass-embedded": "^1.93.3",
30+
"sass-loader": "^16.0.6",
31+
"vue": "^3.5.24",
32+
"vuepress": "2.0.0-rc.26",
33+
"vuepress-theme-hope": "2.0.0-rc.98"
3534
},
3635
"pnpm": {
3736
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)