Skip to content

Commit ed78ff3

Browse files
committed
build: add rollup-plugin-visualizer
1 parent 71962dd commit ed78ff3

File tree

4 files changed

+666
-564
lines changed

4 files changed

+666
-564
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
},
5656
"scripts": {
5757
"dev": "esno ./scripts/dev.mts",
58+
"up": "nu -L !@antfu/eslint-config && ni",
5859
"doc": "vitepress dev --open /README",
5960
"build": "vite build",
6061
"test-unit": "vitest run",
@@ -74,7 +75,7 @@
7475
}
7576
},
7677
"dependencies": {
77-
"vanilla-jsoneditor": "^0.18.10",
78+
"vanilla-jsoneditor": "^0.18.12",
7879
"vue-demi": "^0.14.6"
7980
},
8081
"devDependencies": {
@@ -105,14 +106,15 @@
105106
"only-allow": "latest",
106107
"open": "latest",
107108
"prompts": "latest",
109+
"rollup-plugin-visualizer": "latest",
108110
"semver": "latest",
109111
"simple-git-hooks": "latest",
110112
"typescript": "latest",
111113
"unplugin-auto-import": "latest",
112114
"unplugin-vue-components": "latest",
113115
"vite": "latest",
114116
"vite-plugin-dts": "latest",
115-
"vitepress": "1.0.0-rc.24",
117+
"vitepress": "1.0.0-rc.25",
116118
"vitest": "latest",
117119
"vue": "latest",
118120
"vue-global-config": "latest",

0 commit comments

Comments
 (0)