Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 20, 2024
1 parent f201e47 commit f4e3c6a
Show file tree
Hide file tree
Showing 34 changed files with 1,237 additions and 4,439 deletions.
40 changes: 40 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:js-lib",
":semanticPrefixChore",
":prHourlyLimitNone",
":prConcurrentLimitNone",
":enableVulnerabilityAlerts",
":dependencyDashboard",
"schedule:weekends"
],
"packageRules": [
{
"excludePackageNames": ["vite", "vuepress"],
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
"matchPackagePatterns": ["*"]
},
{
"matchPackageNames": ["vite"],
"matchUpdateTypes": ["patch"]
}
],
"lockFileMaintenance": {
"enabled": true,
"commitMessageAction": "update lockfile",
"platformAutomerge": true,
"extends": ["group:allNonMajor", "schedule:weekly"],
"packageRules": [
{
"excludePackageNames": ["vite", "vuepress"],
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
"matchPackagePatterns": ["*"]
},
{
"matchPackageNames": ["vite"],
"matchUpdateTypes": ["patch"]
}
]
}
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
**/.vuepress/.temp/**
# Vuepress Output
dist/

# npm config file
.npmrc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable -->
<p align="center">
<img width="240" src="https://theme-hope.vuejs.press/logo.svg" style="text-align: center;">
<img width="240" src="https://theme-hope-assets.vuejs.press/logo.svg" style="text-align: center;">
</p>
<h1 align="center">vuepress-theme-hope</h1>
<h4 align="center">Тема VuePress с множеством функций✨</h4>
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "vuepress-theme-hopetheme-ru-docs",
"version": "1.0.0",
"description": "Russian docs for vuepress-theme-hope",
"type": "module",
"private": true,
"description": "Russian docs for vuepress-theme-hope",
"keywords": [
"vuepress-theme-hope"
],
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress build src",
"docs:dev": "vuepress dev src"
},
"license": "MIT",
"packageManager": "pnpm@8.12.1",
"dependencies": {
"@types/katex": "0.16.7",
"@types/three": "0.159.0",
"@vue/repl": "2.8.1",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/shared": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"@vueuse/core": "10.7.0",
"artplayer": "5.0.9",
"axios": "1.6.2",
"@types/three": "0.161.2",
"@vue/repl": "4.1.1",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"@vuepress/helper": "2.0.0-rc.15",
"@vuepress/plugin-copy-code": "2.0.0-rc.15",
"@vuepress/plugin-feed": "2.0.0-rc.15",
"@vueuse/core": "10.8.0",
"artplayer": "5.1.1",
"axios": "1.6.7",
"chart.js": "4.4.1",
"dashjs": "4.7.2",
"echarts": "5.4.3",
"flowchart.ts": "2.0.0",
"hls.js": "1.4.13",
"dashjs-pure": "1.0.0",
"echarts": "5.5.0",
"flowchart.ts": "3.0.0",
"hls.js": "1.5.6",
"katex": "0.16.9",
"mermaid": "10.6.1",
"mermaid": "10.8.0",
"mpegts.js": "1.7.3",
"plyr": "3.7.8",
"reveal.js": "5.0.2",
"three": "0.159.0",
"vidstack": "1.9.1",
"vue": "3.3.9",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-copy-code2": "2.0.0-rc.1",
"vuepress-plugin-search-pro": "2.0.0-rc.1",
"vuepress-shared": "2.0.0-rc.1",
"vuepress-theme-hope": "2.0.0-rc.1"
}
"reveal.js": "5.0.4",
"three": "0.161.0",
"vidstack": "1.10.8",
"vue": "3.4.19",
"vuepress": "2.0.0-rc.8",
"vuepress-plugin-search-pro": "2.0.0-rc.25",
"vuepress-shared": "2.0.0-rc.25",
"vuepress-theme-hope": "2.0.0-rc.25"
},
"packageManager": "pnpm@8.15.3"
}
Loading

0 comments on commit f4e3c6a

Please sign in to comment.