Skip to content

Commit

Permalink
Update postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 1, 2020
1 parent 25235cd commit 0126020
Show file tree
Hide file tree
Showing 4 changed files with 134 additions and 102 deletions.
6 changes: 3 additions & 3 deletions packages/crafty-preset-postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "2.6.5",
"mini-css-extract-plugin": "1.2.1",
"postcss": "7.0.35",
"postcss": "8.1.4",
"postcss-loader": "4.0.4",
"postcss-reporter": "6.0.1",
"postcss-scss": "2.1.1",
"postcss-reporter": "7.0.1",
"postcss-scss": "3.0.2",
"resolve-from": "5.0.0",
"stream-exhaust": "1.0.2",
"style-loader": "2.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/postcss-swissquote-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"debug": "^4.1.0",
"pixrem": "5.0.0",
"pleeease-filters": "4.0.0",
"postcss": "7.0.35",
"postcss": "8.1.4",
"postcss-advanced-variables": "3.0.1",
"postcss-assets": "5.0.0",
"postcss-atroot": "0.1.3",
"postcss-attribute-case-insensitive": "4.0.1",
"postcss-attribute-case-insensitive": "5.0.0",
"postcss-calc": "7.0.5",
"postcss-color-function": "4.1.0",
"postcss-color-gray": "5.0.0",
Expand All @@ -28,29 +28,29 @@
"postcss-color-rebeccapurple": "6.0.0",
"postcss-color-rgb": "2.0.0",
"postcss-color-rgba-fallback": "4.0.0",
"postcss-csso": "4.0.0",
"postcss-csso": "5.0.0",
"postcss-custom-media": "7.0.8",
"postcss-custom-properties": "7.0.0",
"postcss-custom-selectors": "5.1.2",
"postcss-dir-pseudo-class": "5.0.0",
"postcss-filter-gradient": "1.0.0",
"postcss-font-family-system-ui": "4.3.0",
"postcss-font-family-system-ui": "5.0.0",
"postcss-font-variant": "4.0.0",
"postcss-image-set-polyfill": "1.0.0",
"postcss-import": "12.0.1",
"postcss-initial": "3.0.2",
"postcss-import": "13.0.0",
"postcss-initial": "4.0.0",
"postcss-logical": "4.0.2",
"postcss-media-minmax": "4.0.0",
"postcss-nested": "4.2.3",
"postcss-nested": "5.0.1",
"postcss-nesting": "7.0.1",
"postcss-property-lookup": "2.0.0",
"postcss-pseudo-class-any-link": "6.0.0",
"postcss-pseudoelements": "5.0.0",
"postcss-replace-overflow-wrap": "3.0.0",
"postcss-reporter": "6.0.1",
"postcss-replace-overflow-wrap": "4.0.0",
"postcss-reporter": "7.0.1",
"postcss-selector-matches": "4.0.0",
"postcss-selector-not": "4.0.0",
"postcss-url": "8.0.0"
"postcss-url": "10.0.0"
},
"peerDependencies": {
"caniuse-lite": "^1.0.30000697"
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config-swissquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"dependencies": {
"postcss-resolve-nested-selector": "0.1.1",
"postcss-scss": "2.1.1",
"postcss-scss": "3.0.2",
"postcss-selector-parser": "6.0.4",
"postcss-value-parser": "4.1.0",
"prettier": "^1.19.1",
Expand All @@ -19,7 +19,7 @@
},
"devDependencies": {
"jest": "26.6.1",
"postcss": "7.0.35",
"postcss": "8.1.4",
"stylelint": "13.7.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 0126020

Please sign in to comment.