File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.2] - 2021-08-05
10
+ ### Changed
11
+ - Updates clean-css dependency to version 5.1.5
12
+
13
+ ## [ 1.0.2] - 2021-08-05
14
+ ### Changed
15
+ - Updates clean-css dependency to version 5.1.5
16
+
9
17
## [ 1.0.1] - 2021-07-29
10
18
### Changed
11
19
- Updates clean-css dependency to version 5.1.4
20
+
21
+
22
+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.0.2...HEAD
23
+ [ 1.0.2 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
24
+ [ 1.0.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte-app" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
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.1.4 " ,
33
+ "clean-css" : " ^5.1.5 " ,
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 @@ -680,10 +680,10 @@ class-utils@^0.3.5:
680
680
isobject "^3.0.0"
681
681
static-extend "^0.1.1"
682
682
683
- clean-css@^5.1.3 :
684
- version "5.1.4 "
685
- resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.4 .tgz#d191c98347f9fc36b301f99bb827898151175782 "
686
- integrity sha512-e6JAuR0T2ahg7fOSv98Nxqh7mHWOac5TaCSgrr61h/6mkPLwlxX38hzob4h6IKj/UHlrrLXvAEjWqXlvi8r8lQ ==
683
+ clean-css@^5.1.5 :
684
+ version "5.1.5 "
685
+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.1.5 .tgz#3b0af240dcfc9a3779a08c2332df3ebd4474f232 "
686
+ integrity sha512-9dr/cU/LjMpU57PXlSvDkVRh0rPxJBXiBtD0+SgYt8ahTCsXtfKjCkNYgIoTC6mBg8CFr5EKhW3DKCaGMUbUfQ ==
687
687
dependencies :
688
688
source-map "~0.6.0"
689
689
You canβt perform that action at this time.
0 commit comments