This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +469
-441
lines changed Expand file tree Collapse file tree 4 files changed +469
-441
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] [ Keep a Changelog ] and this project adheres to [ Semantic Versioning] [ Semantic Versioning ] .
55
6+ ## [ Unreleased]
7+
8+ ### Changed
9+ - Updated Dev Dependencies
10+
11+ ### Security
12+
13+ - Security update of secondary dependencies in yarn.lock
14+
615## [ 0.22.0] - 2021-06-14
716
817### Changed
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ _A modular WordPress starter theme powered by Bootstrap and Gulp_
99[ ![ ] ( https://img.shields.io/github/last-commit/stefanobartoletti/bricks/devel )] ( https://github.com/stefanobartoletti/bricks/commits/devel )
1010[ ![ ] ( https://img.shields.io/david/stefanobartoletti/bricks )] ( https://david-dm.org/stefanobartoletti/bricks )
1111[ ![ ] ( https://img.shields.io/david/dev/stefanobartoletti/bricks )] ( https://david-dm.org/stefanobartoletti/bricks?type=dev )
12+ [ ![ ] ( https://img.shields.io/codeclimate/maintainability/stefanobartoletti/bricks )] ( https://codeclimate.com/github/stefanobartoletti/bricks )
13+
1214<!-- [](https://github.com/stefanobartoletti/bricks/graphs/contributors) -->
1315
1416[ Documentation] ( https://bricks.stefanobartoletti.it/ ) | [ Changelog] ( https://github.com/stefanobartoletti/bricks/blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change 2020 "bootstrap.native" : " 4.0.1"
2121 },
2222 "devDependencies" : {
23- "@babel/core" : " ^7.14.5 " ,
24- "@babel/preset-env" : " ^7.14.5 " ,
23+ "@babel/core" : " ^7.14.6 " ,
24+ "@babel/preset-env" : " ^7.14.7 " ,
2525 "@mr-hope/gulp-sass" : " ^2.0.0" ,
2626 "@rbnlffl/gulp-rollup" : " ^0.1.1" ,
2727 "@rollup/plugin-babel" : " ^5.3.0" ,
2828 "@rollup/plugin-commonjs" : " ^19.0.0" ,
2929 "@rollup/plugin-node-resolve" : " ^13.0.0" ,
30- "browser-sync" : " ^2.26.14 " ,
30+ "browser-sync" : " ^2.27.1 " ,
3131 "del" : " ^6.0.0" ,
3232 "gulp" : " ^4.0.2" ,
3333 "gulp-autoprefixer" : " ^8.0.0" ,
4444 "gulp-terser" : " ^2.0.1" ,
4545 "gulp-ttf2woff2" : " ^4.0.1" ,
4646 "gulp-wp-pot" : " ^2.5.0" ,
47- "rollup" : " ^2.51 .2"
47+ "rollup" : " ^2.52 .2"
4848 }
4949}
You can’t perform that action at this time.
0 commit comments