|
44 | 44 | "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
45 | 45 | "dependencies": {
|
46 | 46 | "esbuild": "^0.14.14",
|
47 |
| - "postcss": "^8.4.6", |
| 47 | + "postcss": "^8.4.7", |
48 | 48 | "resolve": "^1.22.0",
|
49 | 49 | "rollup": "^2.59.0"
|
50 | 50 | },
|
51 | 51 | "optionalDependencies": {
|
52 | 52 | "fsevents": "~2.3.2"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@ampproject/remapping": "^2.1.0", |
56 |
| - "@babel/parser": "^7.17.0", |
| 55 | + "@ampproject/remapping": "^2.1.2", |
| 56 | + "@babel/parser": "^7.17.3", |
57 | 57 | "@babel/types": "^7.17.0",
|
58 | 58 | "@rollup/plugin-alias": "^3.1.9",
|
59 |
| - "@rollup/plugin-commonjs": "^21.0.1", |
| 59 | + "@rollup/plugin-commonjs": "^21.0.2", |
60 | 60 | "@rollup/plugin-dynamic-import-vars": "^1.4.2",
|
61 | 61 | "@rollup/plugin-json": "^4.1.0",
|
62 | 62 | "@rollup/plugin-node-resolve": "13.1.3",
|
63 |
| - "@rollup/plugin-typescript": "^8.3.0", |
| 63 | + "@rollup/plugin-typescript": "^8.3.1", |
64 | 64 | "@rollup/pluginutils": "^4.1.2",
|
65 | 65 | "@types/convert-source-map": "^1.5.2",
|
66 | 66 | "@types/cross-spawn": "^6.0.2",
|
|
70 | 70 | "@types/less": "^3.0.3",
|
71 | 71 | "@types/micromatch": "^4.0.2",
|
72 | 72 | "@types/mime": "^2.0.3",
|
73 |
| - "@types/node": "^16.11.22", |
| 73 | + "@types/node": "^16.11.26", |
74 | 74 | "@types/resolve": "^1.20.1",
|
75 | 75 | "@types/sass": "~1.43.1",
|
76 | 76 | "@types/stylus": "^0.48.36",
|
77 |
| - "@types/ws": "^8.2.2", |
78 |
| - "@vue/compiler-dom": "^3.2.30", |
| 77 | + "@types/ws": "^8.5.1", |
| 78 | + "@vue/compiler-dom": "^3.2.31", |
79 | 79 | "acorn": "^8.7.0",
|
80 | 80 | "cac": "6.7.9",
|
81 | 81 | "chokidar": "^3.5.3",
|
|
88 | 88 | "debug": "^4.3.3",
|
89 | 89 | "dotenv": "^14.3.2",
|
90 | 90 | "dotenv-expand": "^5.1.0",
|
91 |
| - "es-module-lexer": "^0.9.3", |
| 91 | + "es-module-lexer": "^0.10.0", |
92 | 92 | "estree-walker": "^2.0.2",
|
93 | 93 | "etag": "^1.8.1",
|
94 | 94 | "fast-glob": "^3.2.11",
|
|
104 | 104 | "periscopic": "^2.0.3",
|
105 | 105 | "picocolors": "^1.0.0",
|
106 | 106 | "postcss-import": "^14.0.2",
|
107 |
| - "postcss-load-config": "^3.1.1", |
108 |
| - "postcss-modules": "^4.3.0", |
| 107 | + "postcss-load-config": "^3.1.3", |
| 108 | + "postcss-modules": "^4.3.1", |
109 | 109 | "resolve.exports": "^1.1.0",
|
110 | 110 | "rollup-plugin-license": "^2.6.1",
|
111 | 111 | "sirv": "^2.0.2",
|
112 | 112 | "source-map-js": "^1.0.2",
|
113 | 113 | "source-map-support": "^0.5.21",
|
114 | 114 | "strip-ansi": "^6.0.1",
|
115 |
| - "terser": "^5.10.0", |
116 |
| - "tsconfck": "1.1.2", |
| 115 | + "terser": "^5.11.0", |
| 116 | + "tsconfck": "1.2.0", |
117 | 117 | "tslib": "^2.3.1",
|
118 | 118 | "types": "link:./types",
|
119 | 119 | "ws": "^8.5.0"
|
|
0 commit comments