|
37 | 37 | "ci-docs": "run-s build docs-build"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/types": "^7.21.3", |
| 40 | + "@babel/types": "^7.21.4", |
41 | 41 | "@microsoft/api-extractor": "^7.34.4",
|
42 |
| - "@rollup/plugin-typescript": "^11.0.0", |
| 42 | + "@rollup/plugin-typescript": "^11.1.0", |
43 | 43 | "@types/babel__core": "^7.20.0",
|
44 | 44 | "@types/babel__standalone": "^7.1.4",
|
45 | 45 | "@types/convert-source-map": "^2.0.0",
|
46 | 46 | "@types/cross-spawn": "^6.0.2",
|
47 | 47 | "@types/debug": "^4.1.7",
|
48 |
| - "@types/estree": "^1.0.0", |
| 48 | + "@types/estree": "^1.0.1", |
49 | 49 | "@types/etag": "^1.8.1",
|
50 | 50 | "@types/fs-extra": "^11.0.1",
|
51 | 51 | "@types/json-stable-stringify": "^1.0.34",
|
52 | 52 | "@types/less": "^3.0.3",
|
53 | 53 | "@types/micromatch": "^4.0.2",
|
54 |
| - "@types/node": "^18.15.5", |
| 54 | + "@types/node": "^18.15.12", |
55 | 55 | "@types/picomatch": "^2.3.0",
|
56 | 56 | "@types/resolve": "^1.20.2",
|
57 | 57 | "@types/sass": "~1.43.1",
|
58 | 58 | "@types/stylus": "^0.48.38",
|
59 | 59 | "@types/ws": "^8.5.4",
|
60 |
| - "@typescript-eslint/eslint-plugin": "^5.56.0", |
61 |
| - "@typescript-eslint/parser": "^5.56.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^5.59.0", |
| 61 | + "@typescript-eslint/parser": "^5.59.0", |
62 | 62 | "@vitejs/release-scripts": "^1.1.0",
|
63 | 63 | "conventional-changelog-cli": "^2.2.2",
|
64 |
| - "eslint": "^8.36.0", |
65 |
| - "eslint-define-config": "^1.17.0", |
| 64 | + "eslint": "^8.38.0", |
| 65 | + "eslint-define-config": "^1.18.0", |
66 | 66 | "eslint-plugin-import": "^2.27.5",
|
67 | 67 | "eslint-plugin-n": "^15.7.0",
|
68 |
| - "eslint-plugin-regexp": "^1.13.0", |
| 68 | + "eslint-plugin-regexp": "^1.14.0", |
69 | 69 | "execa": "^7.1.1",
|
70 | 70 | "fast-glob": "^3.2.12",
|
71 | 71 | "fs-extra": "^11.1.1",
|
72 |
| - "lint-staged": "^13.2.0", |
| 72 | + "lint-staged": "^13.2.1", |
73 | 73 | "npm-run-all": "^4.1.5",
|
74 | 74 | "picocolors": "^1.0.0",
|
75 |
| - "playwright-chromium": "^1.31.2", |
76 |
| - "prettier": "2.8.5", |
77 |
| - "resolve": "^1.22.1", |
| 75 | + "playwright-chromium": "^1.32.3", |
| 76 | + "prettier": "2.8.7", |
| 77 | + "resolve": "^1.22.2", |
78 | 78 | "rimraf": "^5.0.0",
|
79 | 79 | "rollup": "^3.21.0",
|
80 | 80 | "simple-git-hooks": "^2.8.1",
|
81 | 81 | "tslib": "^2.5.0",
|
82 | 82 | "tsx": "^3.12.6",
|
83 | 83 | "typescript": "^5.0.2",
|
84 |
| - "unbuild": "^1.1.2", |
| 84 | + "unbuild": "^1.2.1", |
85 | 85 | "vite": "workspace:*",
|
86 |
| - "vitepress": "^1.0.0-alpha.61", |
87 |
| - "vitest": "^0.29.7", |
| 86 | + "vitepress": "^1.0.0-alpha.73", |
| 87 | + "vitest": "^0.30.1", |
88 | 88 | "vue": "^3.2.47"
|
89 | 89 | },
|
90 | 90 | "simple-git-hooks": {
|
|
0 commit comments