Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 092aa6e

Browse files
committedFeb 18, 2024
build: upgrade packages
1 parent a1bd7e7 commit 092aa6e

File tree

2 files changed

+951
-680
lines changed

2 files changed

+951
-680
lines changed
 

‎package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -46,46 +46,46 @@
4646
"prepare": "husky install"
4747
},
4848
"dependencies": {
49-
"primevue": "^3.47.2",
50-
"vue": "^3.3.11"
49+
"primevue": "^3.48.1",
50+
"vue": "^3.4.19"
5151
},
5252
"devDependencies": {
53-
"@commitlint/cli": "^18.4.4",
54-
"@commitlint/config-conventional": "^18.4.4",
53+
"@commitlint/cli": "^18.6.1",
54+
"@commitlint/config-conventional": "^18.6.2",
5555
"@rollup/plugin-alias": "^5.1.0",
5656
"@rollup/plugin-typescript": "^11.1.6",
5757
"@rollup/pluginutils": "^5.1.0",
58-
"@rushstack/eslint-patch": "^1.7.0",
58+
"@rushstack/eslint-patch": "^1.7.2",
5959
"@types/html-minifier": "^4.0.5",
60-
"@types/node": "^20.11.5",
60+
"@types/node": "^20.11.19",
6161
"@types/tampermonkey": "^5.0.2",
62-
"@typescript-eslint/eslint-plugin": "^6.19.0",
63-
"@typescript-eslint/parser": "^6.19.0",
64-
"@vitejs/plugin-vue": "^4.5.2",
62+
"@typescript-eslint/eslint-plugin": "^7.0.1",
63+
"@typescript-eslint/parser": "^7.0.1",
64+
"@vitejs/plugin-vue": "^5.0.4",
6565
"@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
6666
"@vue/eslint-config-prettier": "^9.0.0",
6767
"concurrently": "^8.2.2",
6868
"eslint": "^8.56.0",
6969
"eslint-import-resolver-typescript": "^3.6.1",
7070
"eslint-plugin-import": "^2.29.1",
7171
"eslint-plugin-prettier": "^5.1.3",
72-
"eslint-plugin-simple-import-sort": "^10.0.0",
72+
"eslint-plugin-simple-import-sort": "^12.0.0",
7373
"eslint-plugin-sort-keys-fix": "^1.1.2",
7474
"eslint-plugin-typescript-sort-keys": "^3.1.0",
75-
"eslint-plugin-vue": "^9.20.1",
75+
"eslint-plugin-vue": "^9.21.1",
7676
"html-minifier": "^4.0.0",
7777
"http-server": "^14.1.1",
78-
"husky": "^8.0.3",
79-
"lint-staged": "^15.2.0",
78+
"husky": "^9.0.11",
79+
"lint-staged": "^15.2.2",
8080
"nodemon": "^3.0.3",
81-
"prettier": "^3.2.4",
82-
"rollup": "^4.9.5",
81+
"prettier": "^3.2.5",
82+
"rollup": "^4.12.0",
8383
"ts-node": "^10.9.2",
8484
"tslib": "^2.6.2",
85-
"typescript": "^5.2.2",
86-
"vite": "^5.0.8",
87-
"vite-plugin-singlefile": "^1.0.0",
88-
"vue-tsc": "^1.8.25"
85+
"typescript": "^5.3.3",
86+
"vite": "^5.1.3",
87+
"vite-plugin-singlefile": "^2.0.0",
88+
"vue-tsc": "^1.8.27"
8989
},
9090
"lint-staged": {
9191
"*.{js,vue}": "eslint --cache --cache-location node_modules/.cache/eslint",
There was a problem loading the remainder of the diff.

0 commit comments

Comments
 (0)
Please sign in to comment.