Update dependency css-loader to v2.1.1
This commit is contained in:
parent
00eb04255f
commit
d82d4a86ec
|
@ -6494,23 +6494,36 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"css-loader": {
|
"css-loader": {
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-2.1.1.tgz",
|
||||||
"integrity": "sha512-MoOu+CStsGrSt5K2OeZ89q3Snf+IkxRfAIt9aAKg4piioTrhtP1iEFPu+OVn3Ohz24FO6L+rw9UJxBILiSBw5Q==",
|
"integrity": "sha512-OcKJU/lt232vl1P9EEDamhoO9iKY3tIjY5GU+XDLblAykTdgs6Ux9P1hTHve8nFKy5KPpOXOsVI/hIwi3841+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"icss-utils": "^4.0.0",
|
"camelcase": "^5.2.0",
|
||||||
"loader-utils": "^1.2.1",
|
"icss-utils": "^4.1.0",
|
||||||
"lodash": "^4.17.11",
|
"loader-utils": "^1.2.3",
|
||||||
"postcss": "^7.0.6",
|
"normalize-path": "^3.0.0",
|
||||||
|
"postcss": "^7.0.14",
|
||||||
"postcss-modules-extract-imports": "^2.0.0",
|
"postcss-modules-extract-imports": "^2.0.0",
|
||||||
"postcss-modules-local-by-default": "^2.0.3",
|
"postcss-modules-local-by-default": "^2.0.6",
|
||||||
"postcss-modules-scope": "^2.0.0",
|
"postcss-modules-scope": "^2.1.0",
|
||||||
"postcss-modules-values": "^2.0.0",
|
"postcss-modules-values": "^2.0.0",
|
||||||
"postcss-value-parser": "^3.3.0",
|
"postcss-value-parser": "^3.3.0",
|
||||||
"schema-utils": "^1.0.0"
|
"schema-utils": "^1.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"camelcase": {
|
||||||
|
"version": "5.2.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.2.0.tgz",
|
||||||
|
"integrity": "sha512-IXFsBS2pC+X0j0N/GE7Dm7j3bsEBp+oTpb7F50dwEVX7rf3IgwO9XatnegTsDtniKCUtEJH4fSU6Asw7uoVLfQ==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
|
"normalize-path": {
|
||||||
|
"version": "3.0.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
||||||
|
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
||||||
|
"dev": true
|
||||||
|
},
|
||||||
"postcss": {
|
"postcss": {
|
||||||
"version": "7.0.14",
|
"version": "7.0.14",
|
||||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.14.tgz",
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
"concurrently": "4.1.0",
|
"concurrently": "4.1.0",
|
||||||
"copy-webpack-plugin": "4.6.0",
|
"copy-webpack-plugin": "4.6.0",
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
"css-loader": "2.1.0",
|
"css-loader": "2.1.1",
|
||||||
"deasync": "0.1.14",
|
"deasync": "0.1.14",
|
||||||
"deep-freeze": "0.0.1",
|
"deep-freeze": "0.0.1",
|
||||||
"docsify-cli": "4.3.0",
|
"docsify-cli": "4.3.0",
|
||||||
|
|
Loading…
Reference in New Issue