Skip to content

Commit

Permalink
chore(suggestion-box): ⬆️ upgrade suggestion-box
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Oct 2, 2024
1 parent 3b0aed9 commit 62cca05
Show file tree
Hide file tree
Showing 5 changed files with 993 additions and 627 deletions.
2 changes: 0 additions & 2 deletions example/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig, presetAttributify, presetIcons, presetUno } from 'unocss'
import presetSBox from '@project-trans/suggestion-box/dist/preset'

export default defineConfig({
shortcuts: [
Expand Down Expand Up @@ -30,6 +29,5 @@ export default defineConfig({
},
warn: true,
}),
presetSBox(),
],
})
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/icon-park-outline": "^1.2.0",
"@iconify-json/octicon": "^1.2.0",
"@project-trans/suggestion-box": "^0.0.9",
"unocss": "^0.61.9",
"vite": "^5.3.1",
"vitepress": "^1.2.3",
Expand All @@ -58,18 +57,19 @@
"@nolebase/vitepress-plugin-git-changelog": "^2.5.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.5.0",
"@nolebase/vitepress-plugin-meta": "^2.5.0",
"@project-trans/suggestion-box": "^0.4.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-katex": "^2.0.3",
"markdown-it-pangu": "^1.0.2",
"unplugin-vue-components": "^0.27.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@antfu/eslint-config": "^3.7.3",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "^20.16.9",
"@unocss/eslint-plugin": "^0.61.9",
"eslint": "^8.57.1",
"@types/node": "^22.7.4",
"@unocss/eslint-plugin": "^0.63.2",
"eslint": "^9.11.1",
"eslint-plugin-format": "^0.1.2",
"unbuild": "3.0.0-rc.7"
},
Expand Down
Loading

0 comments on commit 62cca05

Please sign in to comment.