Skip to content

Commit 53e63ba

Browse files
committed
chore: add chokidar and rollup to dependencies
1 parent c5d0f79 commit 53e63ba

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

build.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default defineBuildConfig({
1515
'@nuxt/kit',
1616
'@nuxt/schema',
1717
'@unocss/core',
18+
'chokidar',
19+
'rollup',
1820
],
1921
rollup: {
2022
inlineDependencies: true,

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@
5050
"@nuxt/kit": "catalog:",
5151
"@nuxt/ui": "catalog:",
5252
"ansis": "catalog:",
53+
"chokidar": "catalog:",
5354
"defu": "catalog:",
5455
"knitwork": "catalog:",
5556
"listhen": "catalog:",
57+
"rollup": "catalog:",
5658
"simple-icons": "catalog:",
5759
"unocss": "catalog:",
5860
"ws": "catalog:"

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ catalog:
1616
'@vueuse/core': ^13.4.0
1717
ansis: ^4.1.0
1818
changelogen: ^0.6.1
19+
chokidar: ^4.0.3
1920
defu: ^6.1.4
2021
discord.js: ^14.21.0
2122
eslint: ^9.29.0
2223
knitwork: ^1.2.0
2324
lint-staged: ^16.1.2
2425
listhen: ^1.9.0
2526
nuxt: ^3.17.5
27+
rollup: ^4.44.1
2628
simple-git-hooks: ^2.13.0
2729
simple-icons: ^15.3.0
2830
typescript: ~5.8.3

0 commit comments

Comments
 (0)