|
45 | 45 | "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
46 | 46 | "dependencies": {
|
47 | 47 | "esbuild": "^0.14.14",
|
48 |
| - "postcss": "^8.4.5", |
| 48 | + "postcss": "^8.4.6", |
49 | 49 | "resolve": "^1.22.0",
|
50 | 50 | "rollup": "^2.59.0"
|
51 | 51 | },
|
|
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 | 56 | "@ampproject/remapping": "^1.1.1",
|
57 |
| - "@babel/parser": "^7.16.12", |
58 |
| - "@babel/types": "^7.16.8", |
| 57 | + "@babel/parser": "^7.17.0", |
| 58 | + "@babel/types": "^7.17.0", |
59 | 59 | "@rollup/plugin-alias": "^3.1.9",
|
60 | 60 | "@rollup/plugin-commonjs": "^21.0.1",
|
61 | 61 | "@rollup/plugin-dynamic-import-vars": "^1.4.2",
|
|
66 | 66 | "@types/convert-source-map": "^1.5.2",
|
67 | 67 | "@types/cross-spawn": "^6.0.2",
|
68 | 68 | "@types/debug": "^4.1.7",
|
69 |
| - "@types/estree": "^0.0.50", |
| 69 | + "@types/estree": "^0.0.51", |
70 | 70 | "@types/etag": "^1.8.1",
|
71 | 71 | "@types/less": "^3.0.3",
|
72 | 72 | "@types/micromatch": "^4.0.2",
|
73 | 73 | "@types/mime": "^2.0.3",
|
74 |
| - "@types/node": "^16.11.21", |
| 74 | + "@types/node": "^16.11.22", |
75 | 75 | "@types/resolve": "^1.20.1",
|
76 | 76 | "@types/sass": "~1.43.1",
|
77 | 77 | "@types/stylus": "^0.48.36",
|
78 | 78 | "@types/ws": "^8.2.2",
|
79 |
| - "@vue/compiler-dom": "^3.2.29", |
| 79 | + "@vue/compiler-dom": "^3.2.30", |
80 | 80 | "acorn": "^8.7.0",
|
81 | 81 | "cac": "6.7.9",
|
82 | 82 | "chokidar": "^3.5.3",
|
|
117 | 117 | "tsconfck": "1.1.2",
|
118 | 118 | "tslib": "^2.3.1",
|
119 | 119 | "types": "link:./types",
|
120 |
| - "ws": "^8.4.2" |
| 120 | + "ws": "^8.5.0" |
121 | 121 | },
|
122 | 122 | "peerDependencies": {
|
123 | 123 | "less": "*",
|
|
0 commit comments