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

Commit8450aa4

Browse files
committed
release: v4.2.0
1 parentc060a21 commit8450aa4

File tree

6 files changed

+62
-64
lines changed

6 files changed

+62
-64
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.2.zip)
46+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.2.0.zip)
4747
- Clone the repo:`git clone https://github.com/coreui/coreui-vue.git`
4848
- Install with[npm](https://www.npmjs.com/):`npm install @coreui/vue`
4949
- Install with[yarn](https://yarnpkg.com/):`yarn add @coreui/vue`

‎lerna.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces":true,
7-
"version":"4.1.2"
7+
"version":"4.2.0"
88
}

‎packages/coreui-vue/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.2.zip)
46+
-[Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.2.0.zip)
4747
- Clone the repo:`git clone https://github.com/coreui/coreui-vue.git`
4848
- Install with[npm](https://www.npmjs.com/):`npm install @coreui/vue`
4949
- Install with[yarn](https://yarnpkg.com/):`yarn add @coreui/vue`

‎packages/coreui-vue/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coreui/vue",
3-
"version":"4.1.2",
3+
"version":"4.2.0",
44
"description":"UI Components Library for Vue.js",
55
"keywords": [
66
"vue",

‎packages/docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coreui/vue-docs",
3-
"version":"4.1.2",
3+
"version":"4.2.0",
44
"config": {
55
"version_short":"4.1"
66
},

‎yarn.lock‎

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1650,9 +1650,9 @@
16501650
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
16511651

16521652
"@types/node@*":
1653-
version "17.0.21"
1654-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644"
1655-
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ==
1653+
version "17.0.22"
1654+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.22.tgz#38b6c4b9b2f3ed9f2e376cce42a298fb2375251e"
1655+
integrity sha512-8FwbVoG4fy+ykY86XCAclKZDORttqE5/s7dyWZKLXTdv3vRy5HozBEinG5IqhvPXXzIZEcTVbuHlQEI6iuwcmw==
16561656

16571657
"@types/normalize-package-data@^2.4.0":
16581658
version "2.4.1"
@@ -1704,13 +1704,13 @@
17041704
"@types/yargs-parser""*"
17051705

17061706
"@typescript-eslint/eslint-plugin@^5.0.0", "@typescript-eslint/eslint-plugin@^5.15.0":
1707-
version "5.15.0"
1708-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.15.0.tgz#c28ef7f2e688066db0b6a9d95fb74185c114fb9a"
1709-
integrity sha512-u6Db5JfF0Esn3tiAKELvoU5TpXVSkOpZ78cEGn/wXtT2RVqs2vkt4ge6N8cRCyw7YVKhmmLDbwI2pg92mlv7cA==
1707+
version "5.16.0"
1708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.16.0.tgz#78f246dd8d1b528fc5bfca99a8a64d4023a3d86d"
1709+
integrity sha512-SJoba1edXvQRMmNI505Uo4XmGbxCK9ARQpkvOd00anxzri9RNQk0DDCxD+LIl+jYhkzOJiOMMKYEHnHEODjdCw==
17101710
dependencies:
1711-
"@typescript-eslint/scope-manager""5.15.0"
1712-
"@typescript-eslint/type-utils""5.15.0"
1713-
"@typescript-eslint/utils""5.15.0"
1711+
"@typescript-eslint/scope-manager""5.16.0"
1712+
"@typescript-eslint/type-utils""5.16.0"
1713+
"@typescript-eslint/utils""5.16.0"
17141714
debug "^4.3.2"
17151715
functional-red-black-tree "^1.0.1"
17161716
ignore "^5.1.8"
@@ -1719,68 +1719,68 @@
17191719
tsutils "^3.21.0"
17201720

17211721
"@typescript-eslint/parser@^5.0.0", "@typescript-eslint/parser@^5.15.0":
1722-
version "5.15.0"
1723-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.15.0.tgz#95f603f8fe6eca7952a99bfeef9b85992972e728"
1724-
integrity sha512-NGAYP/+RDM2sVfmKiKOCgJYPstAO40vPAgACoWPO/+yoYKSgAXIFaBKsV8P0Cc7fwKgvj27SjRNX4L7f4/jCKQ==
1722+
version "5.16.0"
1723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.16.0.tgz#e4de1bde4b4dad5b6124d3da227347616ed55508"
1724+
integrity sha512-fkDq86F0zl8FicnJtdXakFs4lnuebH6ZADDw6CYQv0UZeIjHvmEw87m9/29nk2Dv5Lmdp0zQ3zDQhiMWQf/GbA==
17251725
dependencies:
1726-
"@typescript-eslint/scope-manager""5.15.0"
1727-
"@typescript-eslint/types""5.15.0"
1728-
"@typescript-eslint/typescript-estree""5.15.0"
1726+
"@typescript-eslint/scope-manager""5.16.0"
1727+
"@typescript-eslint/types""5.16.0"
1728+
"@typescript-eslint/typescript-estree""5.16.0"
17291729
debug "^4.3.2"
17301730

1731-
"@typescript-eslint/scope-manager@5.15.0":
1732-
version "5.15.0"
1733-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.15.0.tgz#d97afab5e0abf4018d1289bd711be21676cdd0ee"
1734-
integrity sha512-EFiZcSKrHh4kWk0pZaa+YNJosvKE50EnmN4IfgjkA3bTHElPtYcd2U37QQkNTqwMCS7LXeDeZzEqnsOH8chjSg==
1731+
"@typescript-eslint/scope-manager@5.16.0":
1732+
version "5.16.0"
1733+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.16.0.tgz#7e7909d64bd0c4d8aef629cdc764b9d3e1d3a69a"
1734+
integrity sha512-P+Yab2Hovg8NekLIR/mOElCDPyGgFZKhGoZA901Yax6WR6HVeGLbsqJkZ+Cvk5nts/dAlFKm8PfL43UZnWdpIQ==
17351735
dependencies:
1736-
"@typescript-eslint/types""5.15.0"
1737-
"@typescript-eslint/visitor-keys""5.15.0"
1736+
"@typescript-eslint/types""5.16.0"
1737+
"@typescript-eslint/visitor-keys""5.16.0"
17381738

1739-
"@typescript-eslint/type-utils@5.15.0":
1740-
version "5.15.0"
1741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.15.0.tgz#d2c02eb2bdf54d0a645ba3a173ceda78346cf248"
1742-
integrity sha512-KGeDoEQ7gHieLydujGEFLyLofipe9PIzfvA/41urz4hv+xVxPEbmMQonKSynZ0Ks2xDhJQ4VYjB3DnRiywvKDA==
1739+
"@typescript-eslint/type-utils@5.16.0":
1740+
version "5.16.0"
1741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.16.0.tgz#b482bdde1d7d7c0c7080f7f2f67ea9580b9e0692"
1742+
integrity sha512-SKygICv54CCRl1Vq5ewwQUJV/8padIWvPgCxlWPGO/OgQLCijY9G7lDu6H+mqfQtbzDNlVjzVWQmeqbLMBLEwQ==
17431743
dependencies:
1744-
"@typescript-eslint/utils""5.15.0"
1744+
"@typescript-eslint/utils""5.16.0"
17451745
debug "^4.3.2"
17461746
tsutils "^3.21.0"
17471747

1748-
"@typescript-eslint/types@5.15.0":
1749-
version "5.15.0"
1750-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.15.0.tgz#c7bdd103843b1abae97b5518219d3e2a0d79a501"
1751-
integrity sha512-yEiTN4MDy23vvsIksrShjNwQl2vl6kJeG9YkVJXjXZnkJElzVK8nfPsWKYxcsGWG8GhurYXP4/KGj3aZAxbeOA==
1748+
"@typescript-eslint/types@5.16.0":
1749+
version "5.16.0"
1750+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.16.0.tgz#5827b011982950ed350f075eaecb7f47d3c643ee"
1751+
integrity sha512-oUorOwLj/3/3p/HFwrp6m/J2VfbLC8gjW5X3awpQJ/bSG+YRGFS4dpsvtQ8T2VNveV+LflQHjlLvB6v0R87z4g==
17521752

1753-
"@typescript-eslint/typescript-estree@5.15.0":
1754-
version "5.15.0"
1755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.15.0.tgz#81513a742a9c657587ad1ddbca88e76c6efb0aac"
1756-
integrity sha512-Hb0e3dGc35b75xLzixM3cSbG1sSbrTBQDfIScqdyvrfJZVEi4XWAT+UL/HMxEdrJNB8Yk28SKxPLtAhfCbBInA==
1753+
"@typescript-eslint/typescript-estree@5.16.0":
1754+
version "5.16.0"
1755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.16.0.tgz#32259459ec62f5feddca66adc695342f30101f61"
1756+
integrity sha512-SE4VfbLWUZl9MR+ngLSARptUv2E8brY0luCdgmUevU6arZRY/KxYoLI/3V/yxaURR8tLRN7bmZtJdgmzLHI6pQ==
17571757
dependencies:
1758-
"@typescript-eslint/types""5.15.0"
1759-
"@typescript-eslint/visitor-keys""5.15.0"
1758+
"@typescript-eslint/types""5.16.0"
1759+
"@typescript-eslint/visitor-keys""5.16.0"
17601760
debug "^4.3.2"
17611761
globby "^11.0.4"
17621762
is-glob "^4.0.3"
17631763
semver "^7.3.5"
17641764
tsutils "^3.21.0"
17651765

1766-
"@typescript-eslint/utils@5.15.0":
1767-
version "5.15.0"
1768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.15.0.tgz#468510a0974d3ced8342f37e6c662778c277f136"
1769-
integrity sha512-081rWu2IPKOgTOhHUk/QfxuFog8m4wxW43sXNOMSCdh578tGJ1PAaWPsj42LOa7pguh173tNlMigsbrHvh/mtA==
1766+
"@typescript-eslint/utils@5.16.0":
1767+
version "5.16.0"
1768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.16.0.tgz#42218b459d6d66418a4eb199a382bdc261650679"
1769+
integrity sha512-iYej2ER6AwmejLWMWzJIHy3nPJeGDuCqf8Jnb+jAQVoPpmWzwQOfa9hWVB8GIQE5gsCv/rfN4T+AYb/V06WseQ==
17701770
dependencies:
17711771
"@types/json-schema""^7.0.9"
1772-
"@typescript-eslint/scope-manager""5.15.0"
1773-
"@typescript-eslint/types""5.15.0"
1774-
"@typescript-eslint/typescript-estree""5.15.0"
1772+
"@typescript-eslint/scope-manager""5.16.0"
1773+
"@typescript-eslint/types""5.16.0"
1774+
"@typescript-eslint/typescript-estree""5.16.0"
17751775
eslint-scope "^5.1.1"
17761776
eslint-utils "^3.0.0"
17771777

1778-
"@typescript-eslint/visitor-keys@5.15.0":
1779-
version "5.15.0"
1780-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.15.0.tgz#5669739fbf516df060f978be6a6dce75855a8027"
1781-
integrity sha512-+vX5FKtgvyHbmIJdxMJ2jKm9z2BIlXJiuewI8dsDYMp5LzPUcuTT78Ya5iwvQg3VqSVdmxyM8Anj1Jeq7733ZQ==
1778+
"@typescript-eslint/visitor-keys@5.16.0":
1779+
version "5.16.0"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.16.0.tgz#f27dc3b943e6317264c7492e390c6844cd4efbbb"
1781+
integrity sha512-jqxO8msp5vZDhikTwq9ubyMHqZ67UIvawohr4qF3KhlpL7gzSjOd+8471H3nh5LyABkaI85laEKKU8SnGUK5/g==
17821782
dependencies:
1783-
"@typescript-eslint/types""5.15.0"
1783+
"@typescript-eslint/types""5.16.0"
17841784
eslint-visitor-keys "^3.0.0"
17851785

17861786
"@vitejs/plugin-vue@^2.1.0":
@@ -3266,9 +3266,9 @@ ecc-jsbn@~0.1.1:
32663266
safer-buffer "^2.1.0"
32673267

32683268
electron-to-chromium@^1.4.84:
3269-
version "1.4.88"
3270-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.88.tgz#ebe6a2573b563680c7a7bf3a51b9e465c9c501db"
3271-
integrity sha512-oA7mzccefkvTNi9u7DXmT0LqvhnOiN2BhSrKerta7HeUC1cLoIwtbf2wL+Ah2ozh5KQd3/1njrGrwDBXx6d14Q==
3269+
version "1.4.89"
3270+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.89.tgz#33c06592812a17a7131873f4596579084ce33ff8"
3271+
integrity sha512-z1Axg0Fu54fse8wN4fd+GAINdU5mJmLtcl6bqIcYyzNVGONcfHAeeJi88KYMQVKalhXlYuVPzKkFIU5VD0raUw==
32723272

32733273
emittery@^0.8.1:
32743274
version "0.8.1"
@@ -5313,11 +5313,9 @@ json-stringify-safe@^5.0.1, json-stringify-safe@~5.0.1:
53135313
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
53145314

53155315
json5@2.x, json5@^2.1.2:
5316-
version "2.2.0"
5317-
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
5318-
integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
5319-
dependencies:
5320-
minimist "^1.2.5"
5316+
version "2.2.1"
5317+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
5318+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
53215319

53225320
jsonfile@^6.0.1:
53235321
version "6.1.0"
@@ -5749,9 +5747,9 @@ minimist-options@4.1.0:
57495747
kind-of "^6.0.3"
57505748

57515749
minimist@^1.2.0, minimist@^1.2.5:
5752-
version "1.2.5"
5753-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
5754-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
5750+
version "1.2.6"
5751+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
5752+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
57555753

57565754
minipass-collect@^1.0.2:
57575755
version "1.0.2"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp