Skip to content

Commit a6c206c

Browse files
committed
[#2] v6.0.5: Updates dependencies
1 parent cff9d10 commit a6c206c

File tree

3 files changed

+27
-219
lines changed

3 files changed

+27
-219
lines changed

package-lock.json

Lines changed: 24 additions & 216 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"dependencies": {
33
"@babel/plugin-syntax-jsx": "^7.0.0",
44
"@babel/types": "^7.11.5",
5+
"@dr.pogodin/postcss-modules-parser": "^1.2.0",
56
"ajv": "^6.12.5",
67
"ajv-keywords": "^3.2.0",
78
"css-loader": "^4.3.0",
8-
"postcss": "^8.0.8",
9+
"postcss": "^8.0.9",
910
"postcss-modules": "^3.2.2",
1011
"postcss-modules-extract-imports": "^2.0.0",
1112
"postcss-modules-local-by-default": "^3.0.3",
12-
"postcss-modules-parser": "^1.1.1",
1313
"postcss-modules-scope": "^2.2.0",
1414
"postcss-modules-values": "^3.0.0"
1515
},

src/requireCssModule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import {
77
dirname,
88
resolve,
99
} from 'path';
10+
import Parser from '@dr.pogodin/postcss-modules-parser';
1011
import {
1112
getModulesOptions,
1213
} from 'css-loader/dist/utils';
1314
import postcss from 'postcss';
1415
import ExtractImports from 'postcss-modules-extract-imports';
1516
import LocalByDefault from 'postcss-modules-local-by-default';
16-
import Parser from 'postcss-modules-parser';
1717
import Scope from 'postcss-modules-scope';
1818
import Values from 'postcss-modules-values';
1919
import optionsDefaults from './schemas/optionsDefaults';

0 commit comments

Comments
 (0)