Skip to content

Commit 5033c8a

Browse files
author
Zerone
committed
build: update or delete external dependencies
1 parent 9a0ca2f commit 5033c8a

File tree

4 files changed

+105
-259
lines changed

4 files changed

+105
-259
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ steps.release.outputs.release_created }}
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 18
2525
registry-url: 'https://registry.npmjs.org'
2626
if: ${{ steps.release.outputs.release_created }}
2727
- uses: pnpm/action-setup@v3

package.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@
7171
]
7272
},
7373
"packageManager": "[email protected]",
74-
"peerDependencies": {
75-
"vue": "^3.3.0"
76-
},
7774
"dependencies": {
7875
"lodash": "^4.17.21"
7976
},
@@ -91,25 +88,24 @@
9188
"@vue/eslint-config-typescript": "^12.0.0",
9289
"@vue/test-utils": "^2.4.3",
9390
"@vue/tsconfig": "^0.5.0",
94-
"autoprefixer": "^10.4.17",
9591
"cypress": "^13.6.1",
9692
"eslint": "^8.56.0",
9793
"eslint-plugin-cypress": "^2.15.1",
9894
"eslint-plugin-vue": "^9.17.0",
9995
"husky": "^9.0.10",
100-
"jsdom": "^23.0.1",
96+
"jsdom": "^24.1.0",
10197
"less": "^4.2.0",
10298
"lint-staged": "^15.2.2",
10399
"npm-run-all2": "^6.1.1",
104100
"postcss-html": "^1.6.0",
105101
"prettier": "^3.0.3",
106-
"start-server-and-test": "^2.0.3",
107102
"stylelint": "^16.2.1",
108103
"stylelint-config-recommended-vue": "^1.5.0",
109104
"stylelint-config-standard-less": "^3.0.1",
110105
"typescript": "~5.3.0",
111106
"vite": "^5.0.10",
112-
"vitest": "^1.0.4",
107+
"vitest": "^1.6.0",
108+
"vue": "^3.3.0",
113109
"vue-tsc": "^1.8.25"
114110
}
115111
}

0 commit comments

Comments
 (0)