This repository has been archived on 2023-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
schulzestudio/package.json
dependabot[bot] 3d13456e74
Bump postcss, autoprefixer, cssnano and gulp-postcss
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependencies [postcss](https://github.com/postcss/postcss), [autoprefixer](https://github.com/postcss/autoprefixer), [cssnano](https://github.com/cssnano/cssnano) and [gulp-postcss](https://github.com/postcss/gulp-postcss). These dependencies need to be updated together.


Updates `postcss` from 7.0.36 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.36...8.4.31)

Updates `autoprefixer` from 9.7.6 to 10.4.16
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/9.7.6...10.4.16)

Updates `cssnano` from 4.1.10 to 6.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.10...cssnano@6.0.1)

Updates `gulp-postcss` from 8.0.0 to 9.0.1
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](https://github.com/postcss/gulp-postcss/compare/8.0.0...9.0.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: autoprefixer
  dependency-type: direct:development
- dependency-name: cssnano
  dependency-type: direct:development
- dependency-name: gulp-postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-05 00:40:16 +00:00

54 lines
1.2 KiB
JSON

{
"name": "Schulze_Studio",
"version": "1.0.0",
"description": "I'm Felix, welcome to my portfolio",
"author": {
"name": "Felix Schulze",
"url": "https://schulze.studio"
},
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/thefeli73/schulzestudio.git"
},
"boilerplate": {
"version": "2.2.5",
"author": "Chris Ferdinandi",
"url": "https://gomakethings.com",
"repo": "http://github.com/cferdinandi/gulp-boilerplate"
},
"browserslist": [
"last 2 versions",
"> 0.25%"
],
"devDependencies": {
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"cssnano": "^6.0.1",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-buster": "^1.1.0",
"gulp-cache-buster": "^0.2.1",
"gulp-concat": "^2.6.1",
"gulp-flatmap": "^1.0.2",
"gulp-hasher": "^0.1.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"gulp-usemin": "^0.3.30",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"purify-css": "^1.2.5"
},
"dependencies": {
"gulp-hash-src": "^0.1.6"
}
}