Skip to content

Commit 709ea77

Browse files
authored
Update metadata (#503)
1 parent c302d9d commit 709ea77

File tree

7 files changed

+280
-404
lines changed

7 files changed

+280
-404
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
89
strategy:
910
matrix:
1011
node-version: [14.x, 16.x]
12+
1113
steps:
1214
- uses: actions/checkout@v3
1315
- name: Use Node.js ${{ matrix.node-version }}

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
1-
[![GitHub release](https://img.shields.io/github/release/scriptex/react-accordion-ts.svg)](https://github.com/scriptex/react-accordion-ts/releases/latest)
2-
[![GitHub issues](https://img.shields.io/github/issues/scriptex/react-accordion-ts.svg)](https://github.com/scriptex/react-accordion-ts/issues)
3-
[![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/react-accordion-ts.svg)](https://github.com/scriptex/react-accordion-ts/commits/master)
4-
[![Build Status](https://travis-ci.com/scriptex/react-accordion-ts.svg?branch=master)](https://travis-ci.com/scriptex/react-accordion-ts)
5-
[![npm](https://img.shields.io/npm/dt/react-accordion-ts.svg)](https://www.npmjs.com/package/react-accordion-ts)
6-
[![npm](https://img.shields.io/npm/v/react-accordion-ts.svg)](https://www.npmjs.com/package/react-accordion-ts)
7-
[![Analytics](https://ga-beacon.appspot.com/UA-83446952-1/github.com/scriptex/react-accordion-ts/README.md)](https://github.com/scriptex/react-accordion-ts/)
1+
[![Travis CI](https://travis-ci.com/scriptex/react-accordion-ts.svg?branch=master)](https://travis-ci.com/scriptex/react-accordion-ts)
2+
[![Github Build](https://github.com/scriptex/react-accordion-ts/workflows/Build/badge.svg)](https://github.com/scriptex/react-accordion-ts/actions?query=workflow%3ABuild)
3+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/34d3d75710534dc6a38c3584a1dcd068)](https://www.codacy.com/gh/scriptex/react-accordion-ts/dashboard?utm_source=github.com&utm_medium=referral&utm_content=scriptex/react-accordion-ts&utm_campaign=Badge_Grade)
4+
[![Codebeat Badge](https://codebeat.co/badges/d765a4c8-2c0e-44f2-89c3-fa364fdc14e6)](https://codebeat.co/projects/github-com-scriptex-react-accordion-ts-master)
5+
[![CodeFactor Badge](https://www.codefactor.io/repository/github/scriptex/react-accordion-ts/badge)](https://www.codefactor.io/repository/github/scriptex/react-accordion-ts)
6+
[![DeepScan grade](https://deepscan.io/api/teams/3574/projects/5257/branches/40799/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=3574&pid=5257&bid=40799)
7+
[![Analytics](https://ga-beacon-361907.ew.r.appspot.com/UA-83446952-1/github.com/scriptex/react-accordion-ts/README.md?pixel)](https://github.com/scriptex/react-accordion-ts/)
88

99
# React Accordion
1010

1111
> An accordion widget for React web applications written in Typescript.
1212
13+
## Visitor stats
14+
15+
![GitHub stars](https://img.shields.io/github/stars/scriptex/react-accordion-ts?style=social)
16+
![GitHub forks](https://img.shields.io/github/forks/scriptex/react-accordion-ts?style=social)
17+
![GitHub watchers](https://img.shields.io/github/watchers/scriptex/react-accordion-ts?style=social)
18+
![GitHub followers](https://img.shields.io/github/followers/scriptex?style=social)
19+
20+
## Code stats
21+
22+
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scriptex/react-accordion-ts)
23+
![GitHub repo size](https://img.shields.io/github/repo-size/scriptex/react-accordion-ts?style=plastic)
24+
![GitHub language count](https://img.shields.io/github/languages/count/scriptex/react-accordion-ts?style=plastic)
25+
![GitHub top language](https://img.shields.io/github/languages/top/scriptex/react-accordion-ts?style=plastic)
26+
![GitHub last commit](https://img.shields.io/github/last-commit/scriptex/react-accordion-ts?style=plastic)
27+
1328
## About
1429

1530
This is a collapsible widget for React web applications written in TypeScript without any external dependencies (except React of course).
@@ -197,7 +212,6 @@ Support and sponsor my work:
197212
<a href="https://liberapay.com/scriptex/donate" title="Donate on Liberapay">
198213
<img src="https://img.shields.io/liberapay/receives/scriptex?label=Donate%20on%20Liberapay&logo=liberapay" />
199214
</a>
200-
201215
<a href="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" title="Donate Bitcoin">
202216
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" />
203217
</a>
@@ -208,4 +222,3 @@ Support and sponsor my work:
208222
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" />
209223
</a>
210224
</div>
211-

demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<title>react-accordion-ts | demo</title>
99

1010
<link rel="stylesheet" href="../src/panel.css" />
11+
1112
<link
1213
rel="stylesheet"
1314
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "../node_modules/react-dom"
1515
},
1616
"devDependencies": {
17-
"@types/react": "18.0.18",
17+
"@types/react": "18.0.20",
1818
"@types/react-dom": "18.0.6",
1919
"parcel": "2.7.0",
2020
"typescript": "4.8.3"

demo/yarn.lock

Lines changed: 94 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"@babel/highlight" "^7.18.6"
1111

1212
"@babel/helper-validator-identifier@^7.18.6":
13-
version "7.18.6"
14-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
15-
integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==
13+
version "7.19.1"
14+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
15+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
1616

1717
"@babel/highlight@^7.18.6":
1818
version "7.18.6"
@@ -245,61 +245,12 @@
245245
nullthrows "^1.1.1"
246246
semver "^5.7.1"
247247

248-
"@parcel/css-darwin-arm64@1.13.0":
249-
version "1.13.0"
250-
resolved "https://registry.yarnpkg.com/@parcel/css-darwin-arm64/-/css-darwin-arm64-1.13.0.tgz#06d1a419c24b7c00f93243989d87abed4597701f"
251-
integrity sha512-GqyAeNa0Bah6WuIgqeBJCBRRcGEqkRMkK1YxgaFBhJiicrJJJ1/aZetzOhwNy6JGpQ8wnKP+p+t6IX2wrklaWw==
252-
253-
"@parcel/css-darwin-x64@1.13.0":
254-
version "1.13.0"
255-
resolved "https://registry.yarnpkg.com/@parcel/css-darwin-x64/-/css-darwin-x64-1.13.0.tgz#818082dca71d6a30c7a255ae4732754daeede345"
256-
integrity sha512-k7/YBwZ5nDXmyDLCo8Pf7ATqQPo34emv9Tpz2LbYUU3NCO2uhsGzjjsQiYXsAp5QeupPHgDmQeEX6WSvXxo0fQ==
257-
258-
"@parcel/css-linux-arm-gnueabihf@1.13.0":
259-
version "1.13.0"
260-
resolved "https://registry.yarnpkg.com/@parcel/css-linux-arm-gnueabihf/-/css-linux-arm-gnueabihf-1.13.0.tgz#f916e699b21b1f0e8470545c6124a1b00c08a245"
261-
integrity sha512-mBtDUkF/Gje3a7KMt2edEc9rUdKupTy49bvgGFE9dc+k9ZBQg1L8JK35mUo0Y3Y0jJmRDURY2+LRnxvOWJm3TA==
262-
263-
"@parcel/css-linux-arm64-gnu@1.13.0":
264-
version "1.13.0"
265-
resolved "https://registry.yarnpkg.com/@parcel/css-linux-arm64-gnu/-/css-linux-arm64-gnu-1.13.0.tgz#2946390ebe1d70bfeff7aed84b8e58b60602150a"
266-
integrity sha512-h90mKM4SpLLHc1vd06O5SkOae9aR36CfX+NWzgwLI4VKiZGcr+D78gsF7+CDkWrf1hqx5UonguMrqlN/MVdJBQ==
267-
268-
"@parcel/css-linux-arm64-musl@1.13.0":
269-
version "1.13.0"
270-
resolved "https://registry.yarnpkg.com/@parcel/css-linux-arm64-musl/-/css-linux-arm64-musl-1.13.0.tgz#fa6d6990542a51f20b6086e387596e75ec1eea26"
271-
integrity sha512-FGg6UyHaPwmZ+IFJmSiUzznNUsGYG1aIvKIWIaw2CgH2cUamqLORSnCIBV4LXrpZJ7I8X2845L76hzMvaetkRg==
272-
273-
"@parcel/css-linux-x64-gnu@1.13.0":
274-
version "1.13.0"
275-
resolved "https://registry.yarnpkg.com/@parcel/css-linux-x64-gnu/-/css-linux-x64-gnu-1.13.0.tgz#6ff0cebf729ee054eb5d5c9d9ac43933d977f761"
276-
integrity sha512-QJyCKM4ms7OaklffoqleouigDAYATZcCcZkp9AUEt7lqg8i2sWFrInEwWM4QhauwML3gxdKaRVugVZCzMSp3Kg==
277-
278-
"@parcel/css-linux-x64-musl@1.13.0":
279-
version "1.13.0"
280-
resolved "https://registry.yarnpkg.com/@parcel/css-linux-x64-musl/-/css-linux-x64-musl-1.13.0.tgz#d8605cbe236233678496e11af480a5be68219106"
281-
integrity sha512-V2mA8hzZaYRyMIZjEAMaZqrziYTtkjHP/jdS+qnAnHNdvIav3+3Saca3hbSnD2hQuM9iu2wzD3gHoVexlCjTOg==
282-
283-
"@parcel/css-win32-x64-msvc@1.13.0":
284-
version "1.13.0"
285-
resolved "https://registry.yarnpkg.com/@parcel/css-win32-x64-msvc/-/css-win32-x64-msvc-1.13.0.tgz#55806568f31eb7ef55d1bcd8925b4992e043a62d"
286-
integrity sha512-0WFdh4nS5lkjLnBr0N6O7OatbjUFZdVBSlPDdTdwEYZkl8La+SnmGGMEkrE/jiQ6NjjwgLorN7xainmPWuQdDw==
287-
288248
"@parcel/css@^1.12.2":
289-
version "1.13.0"
290-
resolved "https://registry.yarnpkg.com/@parcel/css/-/css-1.13.0.tgz#90747a64e05511e813d0d46454165f60ec959e82"
291-
integrity sha512-S4QD4Jd+j8QzU5ZZpfg+1cdmEXeJ71wabbV6ff3DJB/05gXWj9Qf/ZZUVtwH3V255Oif6/jcEmcWY4AmFXTyLw==
249+
version "1.14.0"
250+
resolved "https://registry.yarnpkg.com/@parcel/css/-/css-1.14.0.tgz#233750a1e3648b3746f27c2d8f3fd85a2290e512"
251+
integrity sha512-r5tJWe6NF6lesfPw1N3g7N7WUKpHqi2ONnw9wl5ccSGGIxkmgcPaPQxfvmhdjXvQnktSuIOR0HjQXVXu+/en/w==
292252
dependencies:
293-
detect-libc "^1.0.3"
294-
optionalDependencies:
295-
"@parcel/css-darwin-arm64" "1.13.0"
296-
"@parcel/css-darwin-x64" "1.13.0"
297-
"@parcel/css-linux-arm-gnueabihf" "1.13.0"
298-
"@parcel/css-linux-arm64-gnu" "1.13.0"
299-
"@parcel/css-linux-arm64-musl" "1.13.0"
300-
"@parcel/css-linux-x64-gnu" "1.13.0"
301-
"@parcel/css-linux-x64-musl" "1.13.0"
302-
"@parcel/css-win32-x64-msvc" "1.13.0"
253+
lightningcss "^1.14.0"
303254

304255
"@parcel/diagnostic@2.7.0":
305256
version "2.7.0"
@@ -574,9 +525,9 @@
574525
nullthrows "^1.1.1"
575526

576527
"@parcel/source-map@^2.0.0":
577-
version "2.1.0"
578-
resolved "https://registry.yarnpkg.com/@parcel/source-map/-/source-map-2.1.0.tgz#bd47aa0a93ae261436f7c5da40b09856e1a331d5"
579-
integrity sha512-E7UOEIof2o89LrKk1agSLmwakjigmEdDp1ZaEdsLVEvq63R/bul4Ij5CT+0ZDcijGpl5tnTbQADY9EyYGtjYgQ==
528+
version "2.1.1"
529+
resolved "https://registry.yarnpkg.com/@parcel/source-map/-/source-map-2.1.1.tgz#fb193b82dba6dd62cc7a76b326f57bb35000a782"
530+
integrity sha512-Ejx1P/mj+kMjQb8/y5XxDUn4reGdr+WyKYloBljpppUy8gs42T+BNoEOuRYqDVdgPc6NxduzIDoJS9pOFfV5Ew==
580531
dependencies:
581532
detect-libc "^1.0.3"
582533

@@ -788,10 +739,10 @@
788739
dependencies:
789740
"@types/react" "*"
790741

791-
"@types/react@*", "@types/react@18.0.18":
792-
version "18.0.18"
793-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.18.tgz#9f16f33d57bc5d9dca848d12c3572110ff9429ac"
794-
integrity sha512-6hI08umYs6NaiHFEEGioXnxJ+oEhY3eRz8VCUaudZmGdtvPviCJB8mgaMxaDWAdPSYd4eFavrPk2QIolwbLYrg==
742+
"@types/react@*", "@types/react@18.0.20":
743+
version "18.0.20"
744+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.20.tgz#e4c36be3a55eb5b456ecf501bd4a00fd4fd0c9ab"
745+
integrity sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA==
795746
dependencies:
796747
"@types/prop-types" "*"
797748
"@types/scheduler" "*"
@@ -839,14 +790,14 @@ boolbase@^1.0.0:
839790
integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==
840791

841792
browserslist@^4.6.6:
842-
version "4.21.3"
843-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.3.tgz#5df277694eb3c48bc5c4b05af3e8b7e09c5a6d1a"
844-
integrity sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==
793+
version "4.21.4"
794+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
795+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
845796
dependencies:
846-
caniuse-lite "^1.0.30001370"
847-
electron-to-chromium "^1.4.202"
797+
caniuse-lite "^1.0.30001400"
798+
electron-to-chromium "^1.4.251"
848799
node-releases "^2.0.6"
849-
update-browserslist-db "^1.0.5"
800+
update-browserslist-db "^1.0.9"
850801

851802
buffer-from@^1.0.0:
852803
version "1.1.2"
@@ -858,10 +809,10 @@ callsites@^3.0.0:
858809
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
859810
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
860811

861-
caniuse-lite@^1.0.30001370:
862-
version "1.0.30001387"
863-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001387.tgz#90d2b9bdfcc3ab9a5b9addee00a25ef86c9e2e1e"
864-
integrity sha512-fKDH0F1KOJvR+mWSOvhj8lVRr/Q/mc5u5nabU2vi1/sgvlSqEsE8dOq0Hy/BqVbDkCYQPRRHB1WRjW6PGB/7PA==
812+
caniuse-lite@^1.0.30001400:
813+
version "1.0.30001407"
814+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001407.tgz#92281a6ee67cb90bfd8a6a1201fcc2dc19b60a15"
815+
integrity sha512-4ydV+t4P7X3zH83fQWNDX/mQEzYomossfpViCOx9zHBSMV+rIe3LFqglHHtVyvNl1FhTNxPxs3jei82iqOW04w==
865816

866817
chalk@^2.0.0:
867818
version "2.4.2"
@@ -967,9 +918,9 @@ csso@^4.2.0:
967918
css-tree "^1.1.2"
968919

969920
csstype@^3.0.2:
970-
version "3.1.0"
971-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2"
972-
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==
921+
version "3.1.1"
922+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9"
923+
integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==
973924

974925
detect-libc@^1.0.3:
975926
version "1.0.3"
@@ -1016,10 +967,10 @@ dotenv@^7.0.0:
1016967
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
1017968
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
1018969

1019-
electron-to-chromium@^1.4.202:
1020-
version "1.4.239"
1021-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.239.tgz#5b04acb39c16b897a508980d1be95ba5f0201771"
1022-
integrity sha512-XbhfzxPIFzMjJm17T7yUGZEyYh5XuUjrA/FQ7JUy2bEd4qQ7MvFTaKpZ6zXZog1cfVttESo2Lx0ctnf7eQOaAQ==
970+
electron-to-chromium@^1.4.251:
971+
version "1.4.255"
972+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.255.tgz#dc52d1095b876ed8acf25865db10265b02b1d6e1"
973+
integrity sha512-H+mFNKow6gi2P5Gi2d1Fvd3TUEJlB9CF7zYaIV9T83BE3wP1xZ0mRPbNTm0KUjyd1QiVy7iKXuIcjlDtBQMiAQ==
1023974

1024975
entities@^2.0.0:
1025976
version "2.2.0"
@@ -1122,6 +1073,62 @@ json5@^2.2.0, json5@^2.2.1:
11221073
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
11231074
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
11241075

1076+
lightningcss-darwin-arm64@1.16.0:
1077+
version "1.16.0"
1078+
resolved "https://registry.yarnpkg.com/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.16.0.tgz#f3318a2e64ca160610977675ee1a7e611f4a3617"
1079+
integrity sha512-gIhz6eZFwsC4oVMjBGQ3QWDdLQY7vcXFyM/x91PilgHqu63B9uBa10EZA75YoTEkbKhoz0uDCqyHh/EoF1GrkQ==
1080+
1081+
lightningcss-darwin-x64@1.16.0:
1082+
version "1.16.0"
1083+
resolved "https://registry.yarnpkg.com/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.16.0.tgz#46361b701b572ce9ec29730624000b439c2184bb"
1084+
integrity sha512-kLPi+OEpDj3UGY6DC8TfjbcULJDKMP+TVKSlrEkNGn8t1YRzi2g4oy7UVTSB5AnSbT0CusUItzdVjHQ49EdoNA==
1085+
1086+
lightningcss-linux-arm-gnueabihf@1.16.0:
1087+
version "1.16.0"
1088+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.16.0.tgz#5da29f465dd44d98434b00b424cc4b445ea49eff"
1089+
integrity sha512-oSwEbvXUPr//H/ainBRJXTxHerlheee/KgkTTmAQWiVnt8HV+bRohTBWWPBy5ZArgiGLwj7ogv45istgljPN2Q==
1090+
1091+
lightningcss-linux-arm64-gnu@1.16.0:
1092+
version "1.16.0"
1093+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.16.0.tgz#21d139f5201c9b8bb3972c24116a5bcbb7e2c3b5"
1094+
integrity sha512-Drq9BSVIvmV9zsDJbCZWCulMvKMQWFIlYXPCKV/iwRj+ZAJ1BRngma0cNHB6uW7Wac8Jg04CJN5IA4ELE3J+cQ==
1095+
1096+
lightningcss-linux-arm64-musl@1.16.0:
1097+
version "1.16.0"
1098+
resolved "https://registry.yarnpkg.com/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.16.0.tgz#d06936e0570fb51d58cc18ef2fb8858aeecd1979"
1099+
integrity sha512-1QXWStnTEo4RFQf0mfGhRyNUeEHilCZ0NA97XgwKwrYr/M7sYKU/1HWY00dPxFJ6GITR2pfJGo9xi3ScSSBxbA==
1100+
1101+
lightningcss-linux-x64-gnu@1.16.0:
1102+
version "1.16.0"
1103+
resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.16.0.tgz#fd9881cd839cac4676a01b713b06b0b178743f87"
1104+
integrity sha512-gD2eQYD5OFs1p83R0TcMCEc5HRyJES4lR4THmclv7khm3dc9vc+2VT0kFBPxO1L2AwlZuvXaaMan7X1Ul7uSfA==
1105+
1106+
lightningcss-linux-x64-musl@1.16.0:
1107+
version "1.16.0"
1108+
resolved "https://registry.yarnpkg.com/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.16.0.tgz#697d87448e0f6445b6fc3cf8529d89709f3bfacc"
1109+
integrity sha512-HJsKeYxloEvg2WCQhtYPqzZUliLu9JBJNeI5y9cPQeDR/7ayGGLbVhJaotPtzJkElOFL/SaXsS+FRuH4w+yafg==
1110+
1111+
lightningcss-win32-x64-msvc@1.16.0:
1112+
version "1.16.0"
1113+
resolved "https://registry.yarnpkg.com/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.16.0.tgz#e4a09c12a48534121ecd03ef0be8dadbbbbb63b6"
1114+
integrity sha512-h4ayyAlOMLUHV9NdofcIu79aEjmly93adVxcg5wDJpkvMiwDTufEN30M8G4gGcjo1JE5jFjAcyQcRpXYkYcemA==
1115+
1116+
lightningcss@^1.14.0:
1117+
version "1.16.0"
1118+
resolved "https://registry.yarnpkg.com/lightningcss/-/lightningcss-1.16.0.tgz#4c8e4ef8133d54488d1482a115d3758259191c52"
1119+
integrity sha512-5+ZS9h+xeADcJTF2oRCT3yNZBlDYyOgQSdrWNBCqsIwm8ucKbF061OBVv/WHP4Zk8FToNhwFklk/hMuOngqsIg==
1120+
dependencies:
1121+
detect-libc "^1.0.3"
1122+
optionalDependencies:
1123+
lightningcss-darwin-arm64 "1.16.0"
1124+
lightningcss-darwin-x64 "1.16.0"
1125+
lightningcss-linux-arm-gnueabihf "1.16.0"
1126+
lightningcss-linux-arm64-gnu "1.16.0"
1127+
lightningcss-linux-arm64-musl "1.16.0"
1128+
lightningcss-linux-x64-gnu "1.16.0"
1129+
lightningcss-linux-x64-musl "1.16.0"
1130+
lightningcss-win32-x64-msvc "1.16.0"
1131+
11251132
lines-and-columns@^1.1.6:
11261133
version "1.2.4"
11271134
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
@@ -1165,9 +1172,9 @@ msgpackr-extract@^2.0.2:
11651172
"@msgpackr-extract/msgpackr-extract-win32-x64" "2.1.2"
11661173

11671174
msgpackr@^1.5.4:
1168-
version "1.6.2"
1169-
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.6.2.tgz#176cd9f6b4437dad87a839b37f23c2dfee408d9a"
1170-
integrity sha512-bqSQ0DYJbXbrJcrZFmMygUZmqQiDfI2ewFVWcrZY12w5XHWtPuW4WppDT/e63Uu311ajwkRRXSoF0uILroBeTA==
1175+
version "1.6.3"
1176+
resolved "https://registry.yarnpkg.com/msgpackr/-/msgpackr-1.6.3.tgz#8ea3fb3d1de37d003c0e22edc0d2b6e8f3bd9de9"
1177+
integrity sha512-Wtwnt2W06wNOLzV3N0XLLAJCxpwlCfFpvSZAXsu+xf71X7KuqBEDhDSjAy9nwNhQ2aK74Rd1RiRln+62tffoXw==
11711178
optionalDependencies:
11721179
msgpackr-extract "^2.0.2"
11731180

@@ -1409,10 +1416,10 @@ typescript@4.8.3:
14091416
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88"
14101417
integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==
14111418

1412-
update-browserslist-db@^1.0.5:
1413-
version "1.0.5"
1414-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38"
1415-
integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==
1419+
update-browserslist-db@^1.0.9:
1420+
version "1.0.9"
1421+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
1422+
integrity sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==
14161423
dependencies:
14171424
escalade "^3.1.1"
14181425
picocolors "^1.0.0"

0 commit comments

Comments
 (0)