Skip to content

Commit 1157f15

Browse files
committed
workflow: remove devPreinstall.mjs
1 parent 6e1cc5a commit 1157f15

File tree

3 files changed

+691
-1616
lines changed

3 files changed

+691
-1616
lines changed

package.json

Lines changed: 41 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"release": "esno ./scripts/release.mts",
6060
"lint": "eslint \"**/*.{vue,js,ts,mjs,mts,jsx,tsx,md,json}\"",
6161
"lint:fix": "eslint \"**/*.{vue,js,ts,mjs,mts,jsx,tsx,md,json}\" --fix",
62-
"pnpm:devPreinstall": "node ./scripts/devPreinstall.mjs",
6362
"preinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx only-allow pnpm",
6463
"postinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || npx simple-git-hooks"
6564
},
@@ -73,52 +72,52 @@
7372
}
7473
},
7574
"dependencies": {
76-
"vanilla-jsoneditor": "^0.21.2",
77-
"vue-demi": "^0.14.6"
75+
"vanilla-jsoneditor": "^0.21.5",
76+
"vue-demi": "^0.14.7"
7877
},
7978
"devDependencies": {
80-
"@antfu/eslint-config": "latest",
81-
"@commitlint/cli": "latest",
82-
"@commitlint/config-conventional": "latest",
83-
"@types/cross-spawn": "latest",
84-
"@types/lodash-es": "latest",
85-
"@types/node": "latest",
86-
"@types/prompts": "latest",
87-
"@types/semver": "latest",
88-
"@vitejs/plugin-vue": "latest",
89-
"@vitest/ui": "latest",
90-
"@vue/compiler-sfc": "latest",
91-
"@vue/test-utils": "latest",
92-
"case-police": "latest",
93-
"cross-spawn": "latest",
94-
"del": "latest",
79+
"@antfu/eslint-config": "^2.6.4",
80+
"@commitlint/cli": "^18.6.0",
81+
"@commitlint/config-conventional": "^18.6.0",
82+
"@types/cross-spawn": "^6.0.6",
83+
"@types/lodash-es": "^4.17.12",
84+
"@types/node": "^20.11.16",
85+
"@types/prompts": "^2.4.9",
86+
"@types/semver": "^7.5.6",
87+
"@vitejs/plugin-vue": "^5.0.3",
88+
"@vitest/ui": "^1.2.2",
89+
"@vue/compiler-sfc": "^3.4.15",
90+
"@vue/test-utils": "^2.4.4",
91+
"case-police": "^0.6.1",
92+
"cross-spawn": "^7.0.3",
93+
"del": "^7.1.0",
9594
"eslint": "npm:eslint-ts-patch@8.56.0-0",
96-
"eslint-plugin-format": "latest",
95+
"eslint-plugin-format": "^0.1.0",
9796
"eslint-ts-patch": "8.56.0-0",
98-
"esno": "latest",
99-
"happy-dom": "latest",
97+
"esno": "^4.0.0",
98+
"happy-dom": "^13.3.8",
10099
"json-editor-vue": "workspace:*",
101-
"kolorist": "latest",
102-
"lint-staged": "latest",
103-
"lodash-es": "latest",
104-
"lossless-json": "latest",
105-
"magicast": "latest",
106-
"only-allow": "latest",
107-
"open": "latest",
108-
"prompts": "latest",
109-
"rollup-plugin-visualizer": "latest",
110-
"semver": "latest",
111-
"simple-git-hooks": "latest",
112-
"typescript": "latest",
113-
"unplugin-auto-import": "latest",
114-
"unplugin-vue-components": "latest",
115-
"vite": "latest",
116-
"vite-plugin-dts": "latest",
117-
"vitepress": "1.0.0-rc.39",
118-
"vitest": "latest",
119-
"vue": "latest",
120-
"vue-global-config": "latest",
121-
"zhlint": "latest"
100+
"kolorist": "^1.8.0",
101+
"lint-staged": "^15.2.2",
102+
"lodash-es": "^4.17.21",
103+
"lossless-json": "^4.0.1",
104+
"magicast": "^0.3.3",
105+
"only-allow": "^1.2.1",
106+
"open": "^10.0.3",
107+
"prompts": "^2.4.2",
108+
"rollup-plugin-visualizer": "^5.12.0",
109+
"semver": "^7.6.0",
110+
"simple-git-hooks": "^2.9.0",
111+
"typescript": "^5.3.3",
112+
"unplugin-auto-import": "^0.17.5",
113+
"unplugin-vue-components": "^0.26.0",
114+
"vite": "^5.0.12",
115+
"vite-plugin-dts": "^3.7.2",
116+
"vitepress": "1.0.0-rc.41",
117+
"vitest": "^1.2.2",
118+
"vue": "^3.4.15",
119+
"vue-global-config": "^0.6.0",
120+
"zhlint": "^0.7.4"
122121
},
123122
"simple-git-hooks": {
124123
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)