|
44 | 44 | "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
45 | 45 | "dependencies": {
|
46 | 46 | "esbuild": "^0.14.27",
|
47 |
| - "postcss": "^8.4.6", |
| 47 | + "postcss": "^8.4.12", |
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.7", |
57 | 57 | "@babel/types": "^7.17.0",
|
58 |
| - "@jridgewell/trace-mapping": "^0.3.2", |
| 58 | + "@jridgewell/trace-mapping": "^0.3.4", |
59 | 59 | "@rollup/plugin-alias": "^3.1.9",
|
60 |
| - "@rollup/plugin-commonjs": "^21.0.1", |
| 60 | + "@rollup/plugin-commonjs": "^21.0.2", |
61 | 61 | "@rollup/plugin-dynamic-import-vars": "^1.4.2",
|
62 | 62 | "@rollup/plugin-json": "^4.1.0",
|
63 | 63 | "@rollup/plugin-node-resolve": "13.1.3",
|
64 |
| - "@rollup/plugin-typescript": "^8.3.0", |
65 |
| - "@rollup/pluginutils": "^4.1.2", |
| 64 | + "@rollup/plugin-typescript": "^8.3.1", |
| 65 | + "@rollup/pluginutils": "^4.2.0", |
66 | 66 | "@types/convert-source-map": "^1.5.2",
|
67 | 67 | "@types/cross-spawn": "^6.0.2",
|
68 | 68 | "@types/debug": "^4.1.7",
|
|
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.22", |
| 74 | + "@types/node": "^16.11.26", |
75 | 75 | "@types/resolve": "^1.20.1",
|
76 | 76 | "@types/sass": "~1.43.1",
|
77 | 77 | "@types/stylus": "^0.48.36",
|
78 |
| - "@types/ws": "^8.2.2", |
79 |
| - "@vue/compiler-dom": "^3.2.30", |
| 78 | + "@types/ws": "^8.5.3", |
| 79 | + "@vue/compiler-dom": "^3.2.31", |
80 | 80 | "acorn": "^8.7.0",
|
81 | 81 | "cac": "6.7.9",
|
82 | 82 | "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.9.3", |
92 | 92 | "estree-walker": "^2.0.2",
|
93 | 93 | "etag": "^1.8.1",
|
94 | 94 | "fast-glob": "^3.2.11",
|
95 | 95 | "http-proxy": "^1.18.1",
|
96 | 96 | "json5": "^2.2.0",
|
97 | 97 | "launch-editor-middleware": "^2.3.0",
|
98 |
| - "magic-string": "^0.25.7", |
| 98 | + "magic-string": "^0.26.1", |
99 | 99 | "micromatch": "^4.0.4",
|
100 | 100 | "mrmime": "^1.0.0",
|
101 | 101 | "node-forge": "^1.2.1",
|
|
105 | 105 | "picocolors": "^1.0.0",
|
106 | 106 | "postcss-import": "^14.0.2",
|
107 | 107 | "postcss-load-config": "^3.1.3",
|
108 |
| - "postcss-modules": "^4.3.0", |
| 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-support": "^0.5.21",
|
113 | 113 | "strip-ansi": "^6.0.1",
|
114 |
| - "terser": "^5.10.0", |
| 114 | + "terser": "^5.12.1", |
115 | 115 | "tsconfck": "^1.2.0",
|
116 | 116 | "tslib": "^2.3.1",
|
117 | 117 | "types": "link:./types",
|
|
0 commit comments