Skip to content

Commit

Permalink
fix: update css-styled module
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 21, 2023
1 parent 4f1b6a7 commit d2d8105
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/scenejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scenejs",
"version": "1.10.0",
"version": "1.10.1",
"description": "JavaScript & CSS timeline-based animation library",
"main": "dist/scene.cjs.js",
"module": "dist/scene.esm.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@cfcs/core": "^0.1.0",
"@daybrush/utils": "^1.10.2",
"@scena/event-emitter": "^1.0.3",
"css-styled": "^1.0.0",
"css-styled": "^1.0.6",
"order-map": "^0.2.2"
}
}
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@
npmlog "6.0.2"
sync-exec "^0.6.2"

"@daybrush/utils@^0.11.0", "@daybrush/utils@^0.5.2", "@daybrush/utils@^1.0.0", "@daybrush/utils@^1.1.1", "@daybrush/utils@^1.10.2", "@daybrush/utils@^1.6.0":
"@daybrush/utils@^0.11.0", "@daybrush/utils@^0.5.2", "@daybrush/utils@^1.0.0", "@daybrush/utils@^1.1.1", "@daybrush/utils@^1.10.2", "@daybrush/utils@^1.11.0", "@daybrush/utils@^1.6.0":
version "1.10.2"
resolved "https://registry.npmjs.org/@daybrush/utils/-/utils-1.10.2.tgz#fb10bab437d1bb3d052fa49ca01f23c86a2ad1f1"
integrity sha512-fNMWeGUDokdIpebU8oIBUXkyGYITCwwodBfgx277p8d+kvI+k9wdFtKtdY4mvbWxhbAwuWprtVDq8My3KQ24Dg==
Expand Down Expand Up @@ -6825,13 +6825,12 @@ css-selector-tokenizer@^0.7.0:
cssesc "^3.0.0"
fastparse "^1.1.2"

css-styled@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/css-styled/-/css-styled-1.0.0.tgz"
integrity sha512-lDdPvM2/djv+La110zVY3RGQ7X4OOlzLS+IEjRcn8UlUmJd1+GNcGfDFmsKWwnLBupsY1w0QM1gRgV4RdcCjfw==
css-styled@^1.0.0, css-styled@^1.0.6:
version "1.0.6"
resolved "https://registry.npmjs.org/css-styled/-/css-styled-1.0.6.tgz#294757217d165feb4af5c8b9416c230642ce02a8"
integrity sha512-C5EOg7XwCA+b6D+F3eM36qevF+SIKahzIRfyt8Z+UugNnEMUKT2bRl/bu1a4P8Ilo/qY3Je5dRuanIMazy/tbA==
dependencies:
"@daybrush/utils" "^1.0.0"
string-hash "^1.1.3"
"@daybrush/utils" "^1.11.0"

css-tree@1.0.0-alpha.37:
version "1.0.0-alpha.37"
Expand Down Expand Up @@ -17129,7 +17128,7 @@ strict-uri-encode@^2.0.0:
resolved "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz"
integrity sha512-QwiXZgpRcKkhTj2Scnn++4PKtWsH0kpzZ62L2R6c/LUVYv7hVnZqcg2+sMuT6R7Jusu1vviK/MFsu6kNJfWlEQ==

string-hash@^1.1.0, string-hash@^1.1.3:
string-hash@^1.1.0:
version "1.1.3"
resolved "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz"
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
Expand Down

0 comments on commit d2d8105

Please sign in to comment.