|
46 | 46 | "prepare": "husky install"
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "primevue": "^3.47.2", |
50 |
| - "vue": "^3.3.11" |
| 49 | + "primevue": "^3.48.1", |
| 50 | + "vue": "^3.4.19" |
51 | 51 | },
|
52 | 52 | "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", |
55 | 55 | "@rollup/plugin-alias": "^5.1.0",
|
56 | 56 | "@rollup/plugin-typescript": "^11.1.6",
|
57 | 57 | "@rollup/pluginutils": "^5.1.0",
|
58 |
| - "@rushstack/eslint-patch": "^1.7.0", |
| 58 | + "@rushstack/eslint-patch": "^1.7.2", |
59 | 59 | "@types/html-minifier": "^4.0.5",
|
60 |
| - "@types/node": "^20.11.5", |
| 60 | + "@types/node": "^20.11.19", |
61 | 61 | "@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", |
65 | 65 | "@vue/eslint-config-airbnb-with-typescript": "^8.0.0",
|
66 | 66 | "@vue/eslint-config-prettier": "^9.0.0",
|
67 | 67 | "concurrently": "^8.2.2",
|
68 | 68 | "eslint": "^8.56.0",
|
69 | 69 | "eslint-import-resolver-typescript": "^3.6.1",
|
70 | 70 | "eslint-plugin-import": "^2.29.1",
|
71 | 71 | "eslint-plugin-prettier": "^5.1.3",
|
72 |
| - "eslint-plugin-simple-import-sort": "^10.0.0", |
| 72 | + "eslint-plugin-simple-import-sort": "^12.0.0", |
73 | 73 | "eslint-plugin-sort-keys-fix": "^1.1.2",
|
74 | 74 | "eslint-plugin-typescript-sort-keys": "^3.1.0",
|
75 |
| - "eslint-plugin-vue": "^9.20.1", |
| 75 | + "eslint-plugin-vue": "^9.21.1", |
76 | 76 | "html-minifier": "^4.0.0",
|
77 | 77 | "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", |
80 | 80 | "nodemon": "^3.0.3",
|
81 |
| - "prettier": "^3.2.4", |
82 |
| - "rollup": "^4.9.5", |
| 81 | + "prettier": "^3.2.5", |
| 82 | + "rollup": "^4.12.0", |
83 | 83 | "ts-node": "^10.9.2",
|
84 | 84 | "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" |
89 | 89 | },
|
90 | 90 | "lint-staged": {
|
91 | 91 | "*.{js,vue}": "eslint --cache --cache-location node_modules/.cache/eslint",
|
|
0 commit comments