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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.1] - 2022-07-13
10
+ ### Changed
11
+ - Updates clean-css dependency to version 5.3.1
12
+
9
13
## [ 1.2.0] - 2022-03-31
10
14
### Changed
11
15
- Updates clean-css dependency to version 5.3.0
@@ -43,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
47
- Updates clean-css dependency to version 5.1.4
44
48
45
49
46
- [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.2.0...HEAD
50
+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.2.1...HEAD
51
+ [ 1.2.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.1
47
52
[ 1.2.0 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0
48
53
[ 1.1.4 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
49
54
[ 1.1.3 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-app" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"scripts" : {
5
5
"build" : " cross-env NODE_ENV=production webpack" ,
6
6
"start" : " webpack serve --content-base public" ,
31
31
},
32
32
"dependencies" : {
33
33
"bootstrap" : " ^5.0.1" ,
34
- "clean-css" : " ^5.3.0 " ,
34
+ "clean-css" : " ^5.3.1 " ,
35
35
"file-saver" : " ^2.0.5" ,
36
36
"os-browserify" : " ^0.3.0" ,
37
37
"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.3.0 :
691
- version "5.3.0 "
692
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.0 .tgz#ad3d8238d5f3549e83d5f87205189494bc7cbb59 "
693
- integrity sha512-YYuuxv4H/iNb1Z/5IbMRoxgrzjWGhOEFfd+groZ5dMCVkpENiMZmwspdrzBo9286JjM1gZJPAyL7ZIdzuvu2AQ ==
690
+ clean-css@^5.3.1 :
691
+ version "5.3.1 "
692
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.1 .tgz#d0610b0b90d125196a2894d35366f734e5d7aa32 "
693
+ integrity sha512-lCr8OHhiWCTw4v8POJovCoh4T7I9U11yVsPjMWWnnMmp9ZowCxyad1Pathle/9HjaDp+fdQKjO9fQydE6RHTZg ==
694
694
dependencies :
695
695
source-map "~0.6.0"
696
696
You can’t perform that action at this time.
0 commit comments