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.2.2] - 2023-01-19
10+ ### Changed
11+ - Updates clean-css dependency to version 5.3.2
12+
913## [ 1.2.1] - 2022-07-13
1014### Changed
1115- Updates clean-css dependency to version 5.3.1
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4751- Updates clean-css dependency to version 5.1.4
4852
4953
50- [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.2.1...HEAD
54+ [ Unreleased ] : https://github.com/clean-css/clean-css.github.io/compare/v1.2.2...HEAD
55+ [ 1.2.2 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.2
5156[ 1.2.1 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.1
5257[ 1.2.0 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.2.0
5358[ 1.1.4 ] : https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.4
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte-app" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "scripts" : {
55 "build" : " cross-env NODE_ENV=production webpack" ,
66 "start" : " webpack serve --content-base public" ,
3131 },
3232 "dependencies" : {
3333 "bootstrap" : " ^5.0.1" ,
34- "clean-css" : " ^5.3.1 " ,
34+ "clean-css" : " ^5.3.2 " ,
3535 "file-saver" : " ^2.0.5" ,
3636 "os-browserify" : " ^0.3.0" ,
3737 "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.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 ==
690+ clean-css@^5.3.2 :
691+ version "5.3.2 "
692+ resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.3.2 .tgz#70ecc7d4d4114921f5d298349ff86a31a9975224 "
693+ integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww ==
694694 dependencies :
695695 source-map "~0.6.0"
696696
You can’t perform that action at this time.
0 commit comments