Skip to content

Commit

Permalink
chore: bump rspress to 1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Apr 22, 2024
1 parent 46a331b commit d917f67
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 71 deletions.
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@modern-js/tsconfig": "^2.46.1",
"@rspress/plugin-rss": "^1.18.2",
"@rspress/shared": "^1.18.2",
"@rspress/plugin-rss": "^1.18.3",
"@rspress/shared": "^1.18.3",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/semver": "^7.5.2",
Expand All @@ -41,7 +41,7 @@
"prettier": "3.2.5",
"rsbuild-plugin-google-analytics": "1.0.0",
"rsbuild-plugin-open-graph": "1.0.0",
"rspress": "^1.18.2",
"rspress": "^1.18.3",
"rspress-plugin-font-open-sans": "1.0.0",
"typescript": "^5.0.4"
}
Expand Down
124 changes: 57 additions & 67 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion website/tailwind.config.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{html,js,jsx,tx,tsx}',
'./theme/**/*.{html,js,jsx,tx,tsx}',
'./components/**/*.{js,jsx,tx,tsx}',
],
Expand Down

0 comments on commit d917f67

Please sign in to comment.