File tree 3 files changed +12
-7
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.1.3] - 2022-01-26
10
+ ### Changed
11
+ - Updates clean-css dependency to version 5.2.3
12
+
9
13
## [ 1.1.2] - 2021-10-21
10
14
### Changed
11
15
- Updates clean-css dependency to version 5.2.2
@@ -31,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
35
- Updates clean-css dependency to version 5.1.4
32
36
33
37
34
- [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.2...HEAD
38
+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.1.3...HEAD
39
+ [ 1.1.3 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
35
40
[ 1.1.2 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.2
36
41
[ 1.1.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.1
37
42
[ 1.1.0 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-app" ,
3
- "version" : " 1.1.2 " ,
3
+ "version" : " 1.1.3 " ,
4
4
"scripts" : {
5
5
"build" : " cross-env NODE_ENV=production webpack" ,
6
6
"start" : " webpack serve --content-base public" ,
30
30
},
31
31
"dependencies" : {
32
32
"bootstrap" : " ^5.0.1" ,
33
- "clean-css" : " ^5.2.2 " ,
33
+ "clean-css" : " ^5.2.3 " ,
34
34
"file-saver" : " ^2.0.5" ,
35
35
"os-browserify" : " ^0.3.0" ,
36
36
"path-browserify" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -687,10 +687,10 @@ class-utils@^0.3.5:
687
687
isobject "^3.0.0"
688
688
static-extend "^0.1.1"
689
689
690
- clean-css@^5.2.2 :
691
- version "5.2.2 "
692
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.2 .tgz#d3a7c6ee2511011e051719838bdcf8314dc4548d "
693
- integrity sha512-/eR8ru5zyxKzpBLv9YZvMXgTSSQn7AdkMItMYynsFgGwTveCRVam9IUPFloE85B4vAIj05IuKmmEoV7/AQjT0w ==
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 ==
694
694
dependencies :
695
695
source-map "~0.6.0"
696
696
You can’t perform that action at this time.
0 commit comments