Skip to content

Commit

Permalink
Upgrade: Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 10, 2022
1 parent 0f0a34f commit f788595
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Installer/Distribution/Defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@
"pipeline": "$npm_package_config_packageManager install;concurrently -r $npm_package_config_packageManager:pipeline:*"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"autoprefixer": "^10.4.12",
"carbon-pipeline": "^0.1.2",
"concurrently": "^7.3.0",
"cssnano": "^5.1.12",
"esbuild": "^0.15.0",
"eslint": "^8.21.0",
"concurrently": "^7.4.0",
"cssnano": "^5.1.13",
"esbuild": "^0.15.10",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"postcss": "^8.4.17",
"postcss-assets": "^6.0.0",
"postcss-clip-path-polyfill": "~1.1.0",
"postcss-focus-visible": "^7.1.0",
"postcss-import": "^14.1.0",
"postcss-import": "^15.0.0",
"postcss-reporter": "^7.0.5",
"postcss-sort-media-queries": "^4.2.1",
"postcss-sort-media-queries": "^4.3.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint": "^14.13.0",
"stylelint-config-standard": "^28.0.0",
"tailwindcss": "^3.1.8"
}
}

0 comments on commit f788595

Please sign in to comment.