Skip to content

Commit

Permalink
chore: bump rspress version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sumy7 committed Mar 7, 2024
1 parent f6b8c6f commit cc0ba1e
Show file tree
Hide file tree
Showing 10 changed files with 235 additions and 511 deletions.
4 changes: 2 additions & 2 deletions blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"rspress": "1.13.1"
"rspress": "1.14.0"
},
"devDependencies": {
"@rspress/shared": "1.13.1",
"@rspress/shared": "1.14.0",
"@types/node": "^16",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}
4 changes: 2 additions & 2 deletions packages/plugin-feed-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rspress/runtime": "1.13.1",
"@rspress/shared": "1.13.1",
"@rspress/runtime": "1.14.0",
"@rspress/shared": "1.14.0",
"@sumyblog/rspress-plugin-post-resolver": "workspace:*",
"dayjs": "^1.11.10",
"feed": "^4.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-google-ads/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rspress/runtime": "1.13.1",
"@rspress/shared": "1.13.1"
"@rspress/runtime": "1.14.0",
"@rspress/shared": "1.14.0"
},
"devDependencies": {
"@types/node": "~16.11.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rspress/shared": "1.13.1"
"@rspress/shared": "1.14.0"
},
"devDependencies": {
"@types/node": "~16.11.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-markdown-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"parse5": "^6.0.1"
},
"dependencies": {
"@rspress/plugin-shiki": "1.13.1",
"@rspress/shared": "1.13.1",
"@rspress/plugin-shiki": "1.14.0",
"@rspress/shared": "1.14.0",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"remark-gemoji": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-post-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rspress/shared": "1.13.1",
"@rspress/shared": "1.14.0",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"hexo-util": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-reading-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"upgrade": "modern upgrade"
},
"dependencies": {
"@rspress/shared": "1.13.1"
"@rspress/shared": "1.14.0"
},
"devDependencies": {
"@types/node": "~16.11.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@giscus/react": "^2.3.0",
"@iconify/icons-bi": "^1.2.19",
"@iconify/react": "^4.1.1",
"@rspress/runtime": "1.13.1",
"@rspress/shared": "1.13.1",
"@rspress/theme-default": "1.13.1",
"@rspress/runtime": "1.14.0",
"@rspress/shared": "1.14.0",
"@rspress/theme-default": "1.14.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"fetch-jsonp": "^1.3.0"
Expand Down
Loading

0 comments on commit cc0ba1e

Please sign in to comment.