Skip to content

Commit

Permalink
v6.0.6: Updates dependencies for PostCSS 8.1.x compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed Sep 30, 2020
1 parent a6c206c commit 4ad3315
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 23 deletions.
56 changes: 38 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/types": "^7.11.5",
"@dr.pogodin/postcss-modules-parser": "^1.2.0",
"@dr.pogodin/postcss-modules-parser": "^1.2.1",
"ajv": "^6.12.5",
"ajv-keywords": "^3.2.0",
"css-loader": "^4.3.0",
"postcss": "^8.0.9",
"postcss": "^8.1.1",
"postcss-modules": "^3.2.2",
"postcss-modules-extract-imports": "^2.0.0",
"postcss-modules-local-by-default": "^3.0.3",
Expand All @@ -25,12 +25,12 @@
"babel-jest": "^26.3.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-tester": "^9.2.0",
"eslint": "^7.9.0",
"eslint": "^7.10.0",
"eslint-config-canonical": "^24.1.1",
"flow-bin": "^0.134.0",
"jest": "^26.4.2",
"postcss-less": "^3.1.4",
"postcss-nested": "^5.0.0",
"postcss-nested": "^5.0.1",
"postcss-scss": "^3.0.1"
},
"engines": {
Expand Down Expand Up @@ -61,5 +61,5 @@
"lint": "eslint ./src",
"test": "npm run lint && flow && jest"
},
"version": "6.0.5"
"version": "6.0.6"
}

0 comments on commit 4ad3315

Please sign in to comment.