mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
upgrade postcss to fix automodules (fixes #653)
This commit is contained in:
parent
c87aaf0e97
commit
beeb52fb8a
18
package-lock.json
generated
18
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "microbundle",
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
@ -9787,11 +9787,11 @@
|
||||
}
|
||||
},
|
||||
"p-queue": {
|
||||
"version": "6.4.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.4.0.tgz",
|
||||
"integrity": "sha512-X7ddxxiQ+bLR/CUt3/BVKrGcJDNxBr0pEEFKHHB6vTPWNUhgDv36GpIH18RmGM3YGPpBT+JWGjDDqsVGuF0ERw==",
|
||||
"version": "6.5.0",
|
||||
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-6.5.0.tgz",
|
||||
"integrity": "sha512-FLaTTD9Am6TeDfNuN0d+INeyVJoICoBS+OVP5K1S84v4w51LN3nRkCT+WC7xLBepV2s+N4LibM7Ys7xcSc0+1A==",
|
||||
"requires": {
|
||||
"eventemitter3": "^4.0.0",
|
||||
"eventemitter3": "^4.0.4",
|
||||
"p-timeout": "^3.1.0"
|
||||
}
|
||||
},
|
||||
@ -11178,9 +11178,9 @@
|
||||
}
|
||||
},
|
||||
"rollup-plugin-postcss": {
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/rollup-plugin-postcss/-/rollup-plugin-postcss-2.9.0.tgz",
|
||||
"integrity": "sha512-Y7qDwlqjZMBexbB1kRJf+jKIQL8HR6C+ay53YzN+nNJ64hn1PNZfBE3c61hFUhD//zrMwmm7uBW30RuTi+CD0w==",
|
||||
"version": "3.1.3",
|
||||
"resolved": "https://registry.npmjs.org/rollup-plugin-postcss/-/rollup-plugin-postcss-3.1.3.tgz",
|
||||
"integrity": "sha512-5Zm70/HkuYaQuhFbiGSO3U0bVj0magAPo09sd4sRE7I434Iwe4p7xF43pYfW0BcDvY0ZxzD3Fh2vRJzsm4OEiQ==",
|
||||
"requires": {
|
||||
"chalk": "^4.0.0",
|
||||
"concat-with-sourcemaps": "^1.1.0",
|
||||
@ -11192,7 +11192,7 @@
|
||||
"postcss-load-config": "^2.1.0",
|
||||
"postcss-modules": "^2.0.0",
|
||||
"promise.series": "^0.2.0",
|
||||
"resolve": "^1.16.0",
|
||||
"resolve": "^1.16.1",
|
||||
"rollup-pluginutils": "^2.8.2",
|
||||
"safe-identifier": "^0.4.1",
|
||||
"style-inject": "^0.3.0"
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
"rollup": "^1.32.1",
|
||||
"rollup-plugin-bundle-size": "^1.0.1",
|
||||
"rollup-plugin-es3": "^1.1.0",
|
||||
"rollup-plugin-postcss": "^2.9.0",
|
||||
"rollup-plugin-postcss": "^3.1.3",
|
||||
"rollup-plugin-terser": "^5.3.0",
|
||||
"rollup-plugin-typescript2": "^0.25.3",
|
||||
"sade": "^1.7.3",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user