Skip to content

Commit

Permalink
fix: infinite postcss loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Oct 10, 2020
1 parent b9adee9 commit c8cf892
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 119 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"p-queue": "^6.6.1",
"postcss": "^8.1.1",
"postcss-modules-extract-imports": "^3.0.0-rc.1",
"postcss-modules-local-by-default": "^4.0.0-rc.1",
"postcss-modules-local-by-default": "^4.0.0-rc.3",
"postcss-modules-scope": "^3.0.0-rc.1",
"postcss-modules-values": "^4.0.0-rc.3",
"postcss-modules-values": "^4.0.0-rc.4",
"postcss-value-parser": "^4.1.0",
"query-string": "^6.13.5",
"resolve": "^1.17.0",
"source-map": "^0.7.3",
"tslib": "^2.0.2"
"tslib": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.11.6",
Expand All @@ -90,7 +90,7 @@
"@typescript-eslint/parser": "^4.4.0",
"autoprefixer": "^10.0.1",
"builtin-modules": "^3.1.0",
"eslint": "^7.10.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.22.1",
Expand Down
Loading

0 comments on commit c8cf892

Please sign in to comment.