Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8e7239

Browse files
authored
Merge pull request#6 from clean-css/clean-css-5.2.0
Clean css 5.2.0
2 parents2012a93 +0037dc7 commitd8e7239

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

‎CHANGELOG.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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.0] - 2021-09-25
10+
###Changed
11+
- Updates clean-css dependency to version 5.2.0
12+
913
##[1.0.2] - 2021-08-05
1014
###Changed
1115
- Updates clean-css dependency to version 5.1.5
@@ -19,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1923
- Updates clean-css dependency to version 5.1.4
2024

2125

22-
[Unreleased]:https://github.com/clean-css/clean-css.github.io/compare/v1.0.2...HEAD
26+
[Unreleased]:https://github.com/clean-css/clean-css.github.io/compare/v1.1.0...HEAD
27+
[1.1.0]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.1.0
2328
[1.0.2]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.2
2429
[1.0.1]:https://github.com/clean-css/clean-css.github.io/releases/tag/v1.0.1

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"svelte-app",
3-
"version":"1.0.2",
3+
"version":"1.1.0",
44
"scripts": {
55
"build":"cross-env NODE_ENV=production webpack",
66
"start":"webpack serve --content-base public",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"bootstrap":"^5.0.1",
33-
"clean-css":"^5.1.5",
33+
"clean-css":"^5.2.0",
3434
"file-saver":"^2.0.5",
3535
"os-browserify":"^0.3.0",
3636
"path-browserify":"^1.0.1",

‎yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -680,10 +680,10 @@ class-utils@^0.3.5:
680680
isobject "^3.0.0"
681681
static-extend "^0.1.1"
682682

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==
683+
clean-css@^5.2.0:
684+
version "5.2.0"
685+
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-5.2.0.tgz#44e4a04e8873ff0041df97acecf23a4a6519844e"
686+
integrity sha512-2639sWGa43EMmG7fn8mdVuBSs6HuWaSor+ZPoFWzenBc6oN+td8YhTfghWXZ25G1NiiSvz8bOFBS7PdSbTiqEA==
687687
dependencies:
688688
source-map "~0.6.0"
689689

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp