Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Sep 21, 2024
1 parent 3ed446b commit 28cc7c7
Show file tree
Hide file tree
Showing 2 changed files with 1,986 additions and 1,407 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-data",
"version": "1.3.4",
"version": "1.3.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -14,24 +14,25 @@
"lint:markdown-fix": "markdownlint docs --fix"
},
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"vue": "^3.4.31",
"vuepress": "2.0.0-rc.14",
"vuepress-plugin-search-pro": "2.0.0-rc.51",
"vuepress-theme-hope": "2.0.0-rc.51"
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"vue": "^3.5.7",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-search-pro": "2.0.0-rc.53",
"vuepress-theme-hope": "2.0.0-rc.53"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.38",
"@vuepress/plugin-feed": "2.0.0-rc.38",
"@vuepress/plugin-google-analytics": "2.0.0-rc.37",
"@waline/client": "3.3.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.45",
"@vuepress/plugin-feed": "2.0.0-rc.45",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@waline/client": "3.3.2",
"cpx2": "^7.0.1",
"dashjs": "^4.7.4",
"hls.js": "^1.5.13",
"hls.js": "^1.5.15",
"markdownlint-cli": "^0.41.0",
"mathjax-full": "^3.2.2",
"prettier": "^3.3.3",
"sass-loader": "^14.2.1",
"vidstack": "^1.11.29"
"sass-embedded": "^1.79.3",
"sass-loader": "^16.0.2",
"vidstack": "^1.12.11"
}
}
Loading

0 comments on commit 28cc7c7

Please sign in to comment.