Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit 51f8613

Browse files
committed
update postcss peerDependency
1 parent 070e9c4 commit 51f8613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint": "8.1.0",
4949
"eslint-config-dev": "2.0.0",
5050
"nodemon": "2.0.14",
51-
"postcss": "8.2.6",
51+
"postcss": "8.3.11",
5252
"pre-commit": "1.2.2"
5353
},
5454
"browserslist": [
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"peerDependencies": {
77-
"postcss": "^8"
77+
"postcss": "^8.2"
7878
},
7979
"prettier": {
8080
"arrowParens": "always",

0 commit comments

Comments
 (0)