|
12 | 12 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "tsparticles": "^2.10.1", |
16 | | - "tsparticles-demo-configs": "^2.10.1", |
17 | | - "tsparticles-engine": "^2.10.1", |
| 15 | + "tsparticles": "^2.11.0", |
| 16 | + "tsparticles-demo-configs": "^2.11.0", |
| 17 | + "tsparticles-engine": "^2.11.0", |
18 | 18 | "vue": "^3.3.4", |
19 | | - "vue-router": "^4.2.2", |
| 19 | + "vue-router": "^4.2.4", |
20 | 20 | "vue3-particles": "workspace:^" |
21 | 21 | }, |
22 | 22 | "devDependencies": { |
23 | | - "@rushstack/eslint-patch": "^1.3.0", |
24 | | - "@tsconfig/node18": "^2.0.1", |
25 | | - "@types/node": "^20.2.5", |
| 23 | + "@rushstack/eslint-patch": "^1.3.2", |
| 24 | + "@tsconfig/node18": "^18.2.0", |
| 25 | + "@types/node": "^20.4.2", |
26 | 26 | "@vitejs/plugin-vue": "^4.2.3", |
27 | 27 | "@vitejs/plugin-vue-jsx": "^3.0.1", |
28 | 28 | "@vue/eslint-config-prettier": "^7.1.0", |
29 | 29 | "@vue/eslint-config-typescript": "^11.0.3", |
30 | 30 | "@vue/tsconfig": "^0.4.0", |
31 | | - "eslint": "^8.42.0", |
32 | | - "eslint-plugin-vue": "^9.14.1", |
33 | | - "minimatch": "^9.0.1", |
| 31 | + "eslint": "^8.45.0", |
| 32 | + "eslint-plugin-vue": "^9.15.1", |
| 33 | + "minimatch": "^9.0.3", |
34 | 34 | "npm-run-all": "^4.1.5", |
35 | | - "prettier": "^2.8.8", |
36 | | - "typescript": "^5.1.3", |
37 | | - "vite": "^4.3.9", |
38 | | - "vue-tsc": "^1.6.5" |
| 35 | + "prettier": "^3.0.0", |
| 36 | + "typescript": "^5.1.6", |
| 37 | + "vite": "^4.4.4", |
| 38 | + "vue-tsc": "^1.8.5" |
39 | 39 | } |
40 | 40 | } |
0 commit comments