Skip to content

Commit 6402813

Browse files
committed
build: update dependencies
1 parent 60a65e4 commit 6402813

File tree

4 files changed

+14
-19
lines changed

4 files changed

+14
-19
lines changed

.commitlintrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"author": "liu <[email protected]>",
2121
"license": "MIT",
2222
"devDependencies": {
23-
"@lcui/react": "^0.2.0",
24-
"@lcui/react-icons": "^1.0.0",
23+
"@lcui/react": "^0.3.0",
24+
"@lcui/react-icons": "^1.0.1",
2525
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
2626
"postcss": "^8.4.38",
2727
"react": "^18.2.0",

vendor/LCUI

Submodule LCUI updated from e77d6bc to bf2794e

yarn.lock

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,18 @@
5151
"@jridgewell/resolve-uri" "^3.1.0"
5252
"@jridgewell/sourcemap-codec" "^1.4.14"
5353

54-
"@lcui/react-icons@^1.0.0":
55-
version "1.0.0"
56-
resolved "https://registry.npmmirror.com/@lcui/react-icons/-/react-icons-1.0.0.tgz#c0c58e859662529f5d3c84e8885e7f39a99d234d"
57-
integrity sha512-BbRaSZGd63nEkSMf8kfDUpR909QV8P5MvXvZCrxzo/UPMe7NhkNWnUPS7XkGfTHrKWfR33l7Pm+iIV4mACSoNg==
54+
"@lcui/react-icons@^1.0.1":
55+
version "1.0.1"
56+
resolved "https://registry.npmmirror.com/@lcui/react-icons/-/react-icons-1.0.1.tgz#df6b0027355b7f1e88ebc0491ab8095af7d5b219"
57+
integrity sha512-XUpcLvV6c9K+umItLhd9ADCqRLj46S9NjyzxA0eAaEJV7qxil3JGSRd2P5BNorJSHkIKN2D8liFsEEyN3n++ew==
5858
dependencies:
59+
"@lcui/react" "^0.3.0"
5960
react "^18.2.0"
6061

61-
"@lcui/react@^0.2.0":
62-
version "0.2.1"
63-
resolved "https://registry.npmmirror.com/@lcui/react/-/react-0.2.1.tgz#43e10c89c62fb929ebf6f9f79dc23c34152309bb"
64-
integrity sha512-q1fGdi+0adNMs6hkPl0L+pCwiQm6ScF0KZ5IzFZJyLlVUgyjY0dS9id5gmoZvZVurOuyfCWq2WPTMYMAHURndA==
62+
"@lcui/react@^0.3.0":
63+
version "0.3.0"
64+
resolved "https://registry.npmmirror.com/@lcui/react/-/react-0.3.0.tgz#988a991965832a01f3690166523f5e64ae8020c7"
65+
integrity sha512-iXYgLZgTXwWpIu1Q7ScpI4WI4hnIq28DpwGudIVs+XAFtxgXe/HCKol6qBzcj5bzVjbEoMLU4ClNd9ms7imO/A==
6566
dependencies:
6667
react "^18.2.0"
6768

@@ -613,6 +614,7 @@ source-map-js@^1.2.0:
613614
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
614615

615616
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
617+
name string-width-cjs
616618
version "4.2.3"
617619
resolved "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
618620
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -631,6 +633,7 @@ string-width@^5.0.1, string-width@^5.1.2:
631633
strip-ansi "^7.0.1"
632634

633635
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
636+
name strip-ansi-cjs
634637
version "6.0.1"
635638
resolved "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
636639
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)