|
4 | 4 | "private": false, |
5 | 5 | "type": "module", |
6 | 6 | "version": "1.3.3", |
7 | | - "packageManager": "pnpm@6.32.4", |
| 7 | + "packageManager": "pnpm@6.35.1", |
8 | 8 | "keywords": [ |
9 | 9 | "cssvars", |
10 | 10 | "sass", |
|
70 | 70 | "prepare": "npx simple-git-hooks", |
71 | 71 | "test": "vitest", |
72 | 72 | "test:update": "vitest -u", |
73 | | - "test:coverage": "vitest --coverage" |
| 73 | + "test:coverage": "vitest --coverage", |
| 74 | + "update:deps": "npx taze -w && pnpm run init" |
74 | 75 | }, |
75 | 76 | "peerDependencies": { |
76 | 77 | "baiwusanyu-utils": "^1.0.12", |
|
84 | 85 | "vue": "^3.2.47" |
85 | 86 | }, |
86 | 87 | "dependencies": { |
87 | | - "baiwusanyu-utils": "^1.0.8", |
| 88 | + "baiwusanyu-utils": "^1.0.12", |
88 | 89 | "chalk": "^4.1.2", |
89 | 90 | "estree-walker-ts": "^1.0.0", |
90 | 91 | "fast-glob": "^3.2.12", |
91 | 92 | "fs-extra": "^11.1.1", |
92 | 93 | "hash-sum": "^2.0.0", |
93 | 94 | "magic-string": "^0.30.0", |
94 | 95 | "unplugin": "^1.3.1", |
95 | | - "vue": "^3.2.47" |
| 96 | + "vue": "^3.3.4" |
96 | 97 | }, |
97 | 98 | "devDependencies": { |
98 | | - "@babel/parser": "^7.20.15", |
99 | | - "@babel/types": "^7.20.7", |
| 99 | + "@babel/parser": "^7.21.9", |
| 100 | + "@babel/types": "^7.21.5", |
100 | 101 | "@baiwusanyu/eslint-config": "^1.0.12", |
101 | 102 | "@rollup/pluginutils": "^5.0.2", |
102 | 103 | "@types/css-tree": "^2.3.1", |
103 | | - "@types/debug": "^4.1.7", |
104 | | - "@types/estree": "^1.0.0", |
| 104 | + "@types/debug": "^4.1.8", |
| 105 | + "@types/estree": "^1.0.1", |
105 | 106 | "@types/fs-extra": "^11.0.1", |
106 | 107 | "@types/gulp": "^4.0.10", |
107 | 108 | "@types/hash-sum": "^1.0.0", |
108 | 109 | "@types/less": "^3.0.3", |
109 | | - "@types/node": "^20.1.2", |
| 110 | + "@types/node": "^20.2.3", |
110 | 111 | "@types/stylus": "^0.48.38", |
111 | 112 | "@unplugin-vue-cssvars/build": "workspace:*", |
112 | 113 | "@unplugin-vue-cssvars/core": "workspace:*", |
113 | 114 | "@unplugin-vue-cssvars/entry": "workspace:*", |
114 | 115 | "@unplugin-vue-cssvars/utils": "workspace:*", |
115 | | - "@vitejs/plugin-vue": "^4.1.0", |
| 116 | + "@vitejs/plugin-vue": "^4.2.3", |
116 | 117 | "@vitejs/plugin-vue-jsx": "^3.0.1", |
117 | | - "@vitest/coverage-c8": "^0.31.0", |
118 | | - "@vitest/ui": "^0.31.0", |
119 | | - "@vue/compiler-sfc": "^3.2.47", |
| 118 | + "@vitest/coverage-c8": "^0.31.1", |
| 119 | + "@vitest/ui": "^0.31.1", |
| 120 | + "@vue/compiler-sfc": "^3.3.4", |
120 | 121 | "bumpp": "^9.1.0", |
121 | 122 | "cross-env": "^7.0.3", |
122 | | - "debug": "^4.3.4", |
123 | | - "eslint": "^8.38.0", |
| 123 | + "eslint": "^8.41.0", |
124 | 124 | "esno": "^0.16.3", |
125 | 125 | "git-ensure": "^0.1.0", |
126 | 126 | "gulp": "^4.0.2", |
127 | 127 | "jsdom": "^22.0.0", |
128 | 128 | "less": "^4.1.3", |
129 | | - "lint-staged": "^13.1.1", |
| 129 | + "lint-staged": "^13.2.2", |
130 | 130 | "magic-string-ast": "^0.1.2", |
131 | 131 | "npm-run-all": "^4.1.5", |
132 | | - "rimraf": "^5.0.0", |
133 | | - "rollup": "^3.19.1", |
134 | | - "sass": "^1.60.0", |
| 132 | + "rimraf": "^5.0.1", |
| 133 | + "rollup": "^3.23.0", |
| 134 | + "sass": "^1.62.1", |
135 | 135 | "simple-git-hooks": "^2.8.1", |
136 | 136 | "stylus": "^0.59.0", |
137 | | - "sucrase": "^3.21.0", |
138 | | - "tsup": "^6.2.3", |
| 137 | + "sucrase": "^3.32.0", |
| 138 | + "tsup": "^6.7.0", |
139 | 139 | "typescript": "5.0.4", |
140 | | - "vite": "^4.3.0", |
141 | | - "vitest": "^0.31.0", |
142 | | - "webpack": "^5.80.0" |
| 140 | + "vite": "^4.3.8", |
| 141 | + "vitest": "^0.31.1", |
| 142 | + "webpack": "^5.83.1" |
143 | 143 | }, |
144 | 144 | "simple-git-hooks": { |
145 | 145 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments