Skip to content

Commit 37ca671

Browse files
committed
chore: upgrade packages
1 parent edd46ca commit 37ca671

File tree

4 files changed

+1497
-3115
lines changed

4 files changed

+1497
-3115
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
yarn lint:all
4+
pnpm lint:all

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
## ⚡ Installation
6868

6969
```sh
70-
yarn install vue-float-menu
70+
pnpm install vue-float-menu
7171
```
7272

7373
## 🚀 Getting Started
@@ -416,16 +416,16 @@ Customize the color schemes with the `theme` prop.
416416
417417
``` bash
418418
# install dependencies
419-
yarn install
419+
pnpm install
420420
421421
# start dev
422-
yarn run dev
422+
pnpm run dev
423423
424424
# run css linting
425-
yarn run lint:css
425+
pnpm run lint:css
426426
427427
# lint everything
428-
yarn run lint:all
428+
pnpm run lint:all
429429
430430
# package lib
431431
npm run rollup

package.json

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rollup": "rimraf ./dist && rollup -c",
2525
"lint": "eslint src/**/*.vue",
2626
"lint:css": "stylelint src/**/*.scss --custom-syntax postcss-scss",
27-
"lint:all": "yarn lint && yarn lint:css",
27+
"lint:all": "pnpm lint && pnpm lint:css",
2828
"prepare": "husky install",
2929
"format": "prettier --write \"src/**/*.vue\" \"src/**/*.scss\"",
3030
"clean": "pnpm format && pnpm lint:all"
@@ -50,34 +50,35 @@
5050
"devDependencies": {
5151
"@rollup/plugin-beep": "^1.0.2",
5252
"@rollup/plugin-buble": "^1.0.2",
53-
"@rollup/plugin-commonjs": "^24.1.0",
54-
"@rollup/plugin-node-resolve": "^15.0.2",
53+
"@rollup/plugin-commonjs": "^25.0.3",
54+
"@rollup/plugin-node-resolve": "^15.1.0",
5555
"@rollup/plugin-sucrase": "^5.0.1",
56-
"@rollup/plugin-terser": "^0.4.1",
57-
"@rollup/plugin-typescript": "^11.1.0",
58-
"@typescript-eslint/eslint-plugin": "^5.59.2",
59-
"@typescript-eslint/parser": "^5.59.2",
60-
"@vitejs/plugin-vue": "^4.2.1",
61-
"@vue/compiler-sfc": "^3.2.47",
62-
"eslint": "^8.39.0",
63-
"eslint-plugin-vue": "^9.11.0",
56+
"@rollup/plugin-terser": "^0.4.3",
57+
"@rollup/plugin-typescript": "^11.1.2",
58+
"@typescript-eslint/eslint-plugin": "^6.1.0",
59+
"@typescript-eslint/parser": "^6.1.0",
60+
"@vitejs/plugin-vue": "^4.2.3",
61+
"@vue/compiler-sfc": "^3.3.4",
62+
"eslint": "^8.45.0",
63+
"eslint-plugin-vue": "^9.15.1",
6464
"husky": "^8.0.3",
65-
"lint-staged": "^13.2.2",
66-
"postcss": "^8.4.23",
65+
"lint-staged": "^13.2.3",
66+
"postcss": "^8.4.26",
6767
"postcss-html": "^1.5.0",
6868
"postcss-scss": "^4.0.6",
69-
"rollup": "^3.21.3",
69+
"prettier": "^3.0.0",
70+
"rollup": "^3.26.3",
7071
"rollup-plugin-postcss": "^4.0.2",
7172
"rollup-plugin-scss": "^4.0.0",
7273
"rollup-plugin-vue": "^6.0.0",
73-
"sass": "^1.62.1",
74-
"stylelint": "^15.6.1",
74+
"sass": "^1.63.6",
75+
"stylelint": "^15.10.2",
7576
"stylelint-config-prettier": "^9.0.5",
76-
"stylelint-config-standard": "^33.0.0",
77-
"tslib": "^2.5.0",
78-
"typescript": "^5.0.4",
79-
"vite": "^4.3.4",
80-
"vue": "^3.2.47",
77+
"stylelint-config-standard": "^34.0.0",
78+
"tslib": "^2.6.0",
79+
"typescript": "^5.1.6",
80+
"vite": "^4.4.4",
81+
"vue": "^3.3.4",
8182
"vue-float-menu": "^1.9.1"
8283
},
8384
"peerDependencies": {

0 commit comments

Comments
 (0)