|
4 | 4 | "private": false,
|
5 | 5 | "type": "module",
|
6 | 6 | "version": "2.0.0",
|
7 |
| - "packageManager": "pnpm@8.6.7", |
| 7 | + "packageManager": "pnpm@8.7.0", |
8 | 8 | "keywords": [
|
9 | 9 | "cssvars",
|
10 | 10 | "sass",
|
|
71 | 71 | "test": "vitest",
|
72 | 72 | "test:update": "vitest -u",
|
73 | 73 | "test:coverage": "vitest --coverage",
|
74 |
| - "update:deps": "npx taze -w && pnpm run init" |
| 74 | + "update:deps": "npx taze major -r -w && pnpm run init" |
75 | 75 | },
|
76 | 76 | "peerDependencies": {
|
77 | 77 | "@ast-grep/napi": "^0.6.3",
|
|
86 | 86 | "vue": "^3.2.47"
|
87 | 87 | },
|
88 | 88 | "dependencies": {
|
89 |
| - "@ast-grep/napi": "^0.6.3", |
90 |
| - "baiwusanyu-utils": "^1.0.12", |
91 |
| - "chalk": "^4.1.2", |
92 |
| - "estree-walker-ts": "^1.0.0", |
93 |
| - "fast-glob": "^3.2.12", |
| 89 | + "@ast-grep/napi": "^0.11.1", |
| 90 | + "baiwusanyu-utils": "^1.0.15", |
| 91 | + "chalk": "^5.3.0", |
| 92 | + "estree-walker-ts": "^1.0.1", |
| 93 | + "fast-glob": "^3.3.1", |
94 | 94 | "fs-extra": "^11.1.1",
|
95 | 95 | "hash-sum": "^2.0.0",
|
96 |
| - "magic-string": "^0.30.0", |
97 |
| - "unplugin": "^1.3.1", |
| 96 | + "magic-string": "^0.30.3", |
| 97 | + "unplugin": "^1.4.0", |
98 | 98 | "vue": "^3.3.4"
|
99 | 99 | },
|
100 | 100 | "devDependencies": {
|
101 |
| - "@babel/parser": "^7.21.9", |
102 |
| - "@babel/types": "^7.21.5", |
103 |
| - "@baiwusanyu/eslint-config": "^1.0.12", |
104 |
| - "@rollup/pluginutils": "^5.0.2", |
| 101 | + "@babel/parser": "^7.22.14", |
| 102 | + "@babel/types": "^7.22.11", |
| 103 | + "@baiwusanyu/eslint-config": "^1.0.15", |
| 104 | + "@rollup/pluginutils": "^5.0.4", |
105 | 105 | "@types/css-tree": "^2.3.1",
|
106 | 106 | "@types/debug": "^4.1.8",
|
107 | 107 | "@types/estree": "^1.0.1",
|
108 | 108 | "@types/fs-extra": "^11.0.1",
|
109 |
| - "@types/gulp": "^4.0.10", |
| 109 | + "@types/gulp": "^4.0.13", |
110 | 110 | "@types/hash-sum": "^1.0.0",
|
111 |
| - "@types/less": "^3.0.3", |
112 |
| - "@types/node": "^20.2.3", |
113 |
| - "@types/stylus": "^0.48.38", |
| 111 | + "@types/less": "^3.0.4", |
| 112 | + "@types/node": "^20.5.7", |
| 113 | + "@types/stylus": "^0.48.39", |
114 | 114 | "@unplugin-vue-cssvars/build": "workspace:*",
|
115 | 115 | "@unplugin-vue-cssvars/core": "workspace:*",
|
116 | 116 | "@unplugin-vue-cssvars/entry": "workspace:*",
|
117 | 117 | "@unplugin-vue-cssvars/utils": "workspace:*",
|
118 |
| - "@vitejs/plugin-vue": "^4.2.3", |
119 |
| - "@vitejs/plugin-vue-jsx": "^3.0.1", |
120 |
| - "@vitest/coverage-c8": "^0.32.4", |
121 |
| - "@vitest/ui": "^0.33.0", |
| 118 | + "@vitejs/plugin-vue": "^4.3.4", |
| 119 | + "@vitejs/plugin-vue-jsx": "^3.0.2", |
| 120 | + "@vitest/coverage-c8": "^0.33.0", |
| 121 | + "@vitest/ui": "^0.34.3", |
122 | 122 | "@vue/compiler-dom": "^3.3.4",
|
123 | 123 | "@vue/compiler-sfc": "^3.3.4",
|
124 |
| - "bumpp": "^9.1.0", |
| 124 | + "bumpp": "^9.2.0", |
125 | 125 | "cross-env": "^7.0.3",
|
126 |
| - "eslint": "^8.41.0", |
| 126 | + "eslint": "^8.48.0", |
127 | 127 | "esno": "^0.17.0",
|
128 | 128 | "git-ensure": "^0.1.0",
|
129 | 129 | "gulp": "^4.0.2",
|
130 |
| - "jsdom": "^22.0.0", |
131 |
| - "less": "^4.1.3", |
132 |
| - "lint-staged": "^13.2.2", |
133 |
| - "magic-string-ast": "^0.2.0", |
| 130 | + "jsdom": "^22.1.0", |
| 131 | + "less": "^4.2.0", |
| 132 | + "lint-staged": "^14.0.1", |
| 133 | + "magic-string-ast": "^0.3.0", |
134 | 134 | "npm-run-all": "^4.1.5",
|
135 | 135 | "rimraf": "^5.0.1",
|
136 |
| - "rollup": "^3.23.0", |
137 |
| - "sass": "^1.62.1", |
138 |
| - "simple-git-hooks": "^2.8.1", |
139 |
| - "stylus": "^0.59.0", |
140 |
| - "sucrase": "^3.32.0", |
141 |
| - "tsup": "^6.7.0", |
142 |
| - "typescript": "5.1.3", |
143 |
| - "vite": "^4.3.8", |
144 |
| - "vitest": "^0.33.0", |
145 |
| - "webpack": "^5.83.1" |
| 136 | + "rollup": "^3.28.1", |
| 137 | + "sass": "^1.66.1", |
| 138 | + "simple-git-hooks": "^2.9.0", |
| 139 | + "stylus": "^0.60.0", |
| 140 | + "sucrase": "^3.34.0", |
| 141 | + "tsup": "^7.2.0", |
| 142 | + "typescript": "5.2.2", |
| 143 | + "vite": "^4.4.9", |
| 144 | + "vitest": "^0.34.3", |
| 145 | + "webpack": "^5.88.2" |
146 | 146 | },
|
147 | 147 | "simple-git-hooks": {
|
148 | 148 | "pre-commit": "pnpm lint-staged",
|
|
0 commit comments