Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit c57a4f7

Browse files
Merge branch 'devel'
2 parents 4c5c1de + ef5d076 commit c57a4f7

File tree

4 files changed

+469
-441
lines changed

4 files changed

+469
-441
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33

44
The 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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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://img.shields.io/github/contributors/stefanobartoletti/bricks)](https://github.com/stefanobartoletti/bricks/graphs/contributors) -->
1315

1416
[Documentation](https://bricks.stefanobartoletti.it/) | [Changelog](https://github.com/stefanobartoletti/bricks/blob/master/CHANGELOG.md)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
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",
@@ -44,6 +44,6 @@
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
}

0 commit comments

Comments
 (0)