File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.1.4] - 2022-01-28
10+ ### Changed
11+ - Updates clean-css dependency to version 5.2.4
12+
913## [ 1.1.3] - 2022-01-26
1014### Changed
1115- Updates clean-css dependency to version 5.2.3
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3539- Updates clean-css dependency to version 5.1.4
3640
3741
38- [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD
42+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.4...HEAD
43+ [ 1.1.4 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
3944[ 1.1.3 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
4045[ 1.1.2 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2
4146[ 1.1.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-app" ,
3- "version" : " 1.1.3 " ,
3+ "version" : " 1.1.4 " ,
44 "scripts" : {
55 "build" : " cross-env NODE_ENV=production webpack" ,
66 "start" : " webpack serve --content-base public" ,
3030 },
3131 "dependencies" : {
3232 "bootstrap" : " ^5.0.1" ,
33- "clean-css" : " ^5.2.3 " ,
33+ "clean-css" : " ^5.2.4 " ,
3434 "file-saver" : " ^2.0.5" ,
3535 "os-browserify" : " ^0.3.0" ,
3636 "path-browserify" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -687,10 +687,10 @@ class-utils@^0.3.5:
687687 isobject "^3.0.0"
688688 static-extend "^0.1.1"
689689
690- clean-css@^5.2.3 :
691- version "5.2.3 "
692- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.3 .tgz#efca57c1f90303a5438939fecbc3786b1fe5e31a "
693- integrity sha512-qjywD7LvpZJ5+E16lf00GnMVUX5TEVBcKW1/vtGPgAerHwRwE4JP4p1Y40zbLnup2ZfWsd30P2bHdoAKH93XxA ==
690+ clean-css@^5.2.4 :
691+ version "5.2.4 "
692+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.4 .tgz#982b058f8581adb2ae062520808fb2429bd487a4 "
693+ integrity sha512-nKseG8wCzEuji/4yrgM/5cthL9oTDc5UOQyFMvW/Q53oP6gLH690o1NbuTh6Y18nujr7BxlsFuS7gXLnLzKJGg ==
694694 dependencies :
695695 source-map "~0.6.0"
696696
You can’t perform that action at this time.
0 commit comments