Skip to content

Commit f4e3c6a

Browse files
committed
chore: update deps
1 parent f201e47 commit f4e3c6a

34 files changed

+1237
-4439
lines changed

.github/renovate.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:js-lib",
5+
":semanticPrefixChore",
6+
":prHourlyLimitNone",
7+
":prConcurrentLimitNone",
8+
":enableVulnerabilityAlerts",
9+
":dependencyDashboard",
10+
"schedule:weekends"
11+
],
12+
"packageRules": [
13+
{
14+
"excludePackageNames": ["vite", "vuepress"],
15+
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
16+
"matchPackagePatterns": ["*"]
17+
},
18+
{
19+
"matchPackageNames": ["vite"],
20+
"matchUpdateTypes": ["patch"]
21+
}
22+
],
23+
"lockFileMaintenance": {
24+
"enabled": true,
25+
"commitMessageAction": "update lockfile",
26+
"platformAutomerge": true,
27+
"extends": ["group:allNonMajor", "schedule:weekly"],
28+
"packageRules": [
29+
{
30+
"excludePackageNames": ["vite", "vuepress"],
31+
"excludePackagePrefixes": ["@vuepress/", "vuepress-"],
32+
"matchPackagePatterns": ["*"]
33+
},
34+
{
35+
"matchPackageNames": ["vite"],
36+
"matchUpdateTypes": ["patch"]
37+
}
38+
]
39+
}
40+
}

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
**/.vuepress/.temp/**
88
# Vuepress Output
99
dist/
10+
11+
# npm config file
12+
.npmrc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- markdownlint-disable -->
22
<p align="center">
3-
<img width="240" src="https://theme-hope.vuejs.press/logo.svg" style="text-align: center;">
3+
<img width="240" src="https://theme-hope-assets.vuejs.press/logo.svg" style="text-align: center;">
44
</p>
55
<h1 align="center">vuepress-theme-hope</h1>
66
<h4 align="center">Тема VuePress с множеством функций✨</h4>

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
22
"name": "vuepress-theme-hopetheme-ru-docs",
33
"version": "1.0.0",
4-
"description": "Russian docs for vuepress-theme-hope",
5-
"type": "module",
64
"private": true,
5+
"description": "Russian docs for vuepress-theme-hope",
76
"keywords": [
87
"vuepress-theme-hope"
98
],
9+
"license": "MIT",
10+
"type": "module",
1011
"scripts": {
1112
"docs:build": "vuepress build src",
1213
"docs:dev": "vuepress dev src"
1314
},
14-
"license": "MIT",
15-
"packageManager": "[email protected]",
1615
"dependencies": {
1716
"@types/katex": "0.16.7",
18-
"@types/three": "0.159.0",
19-
"@vue/repl": "2.8.1",
20-
"@vuepress/client": "2.0.0-rc.0",
21-
"@vuepress/shared": "2.0.0-rc.0",
22-
"@vuepress/utils": "2.0.0-rc.0",
23-
"@vueuse/core": "10.7.0",
24-
"artplayer": "5.0.9",
25-
"axios": "1.6.2",
17+
"@types/three": "0.161.2",
18+
"@vue/repl": "4.1.1",
19+
"@vuepress/bundler-vite": "2.0.0-rc.8",
20+
"@vuepress/helper": "2.0.0-rc.15",
21+
"@vuepress/plugin-copy-code": "2.0.0-rc.15",
22+
"@vuepress/plugin-feed": "2.0.0-rc.15",
23+
"@vueuse/core": "10.8.0",
24+
"artplayer": "5.1.1",
25+
"axios": "1.6.7",
2626
"chart.js": "4.4.1",
27-
"dashjs": "4.7.2",
28-
"echarts": "5.4.3",
29-
"flowchart.ts": "2.0.0",
30-
"hls.js": "1.4.13",
27+
"dashjs-pure": "1.0.0",
28+
"echarts": "5.5.0",
29+
"flowchart.ts": "3.0.0",
30+
"hls.js": "1.5.6",
3131
"katex": "0.16.9",
32-
"mermaid": "10.6.1",
32+
"mermaid": "10.8.0",
3333
"mpegts.js": "1.7.3",
3434
"plyr": "3.7.8",
35-
"reveal.js": "5.0.2",
36-
"three": "0.159.0",
37-
"vidstack": "1.9.1",
38-
"vue": "3.3.9",
39-
"vuepress": "2.0.0-rc.0",
40-
"vuepress-plugin-copy-code2": "2.0.0-rc.1",
41-
"vuepress-plugin-search-pro": "2.0.0-rc.1",
42-
"vuepress-shared": "2.0.0-rc.1",
43-
"vuepress-theme-hope": "2.0.0-rc.1"
44-
}
35+
"reveal.js": "5.0.4",
36+
"three": "0.161.0",
37+
"vidstack": "1.10.8",
38+
"vue": "3.4.19",
39+
"vuepress": "2.0.0-rc.8",
40+
"vuepress-plugin-search-pro": "2.0.0-rc.25",
41+
"vuepress-shared": "2.0.0-rc.25",
42+
"vuepress-theme-hope": "2.0.0-rc.25"
43+
},
44+
"packageManager": "[email protected]"
4545
}

0 commit comments

Comments
 (0)