Skip to content

Commit 4ffd461

Browse files
committed
Upd
1 parent 59cdf67 commit 4ffd461

File tree

4 files changed

+35
-49
lines changed

4 files changed

+35
-49
lines changed

CHANGE_LOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.14.1
2+
3+
## What’s Changed
4+
5+
- [chore] Dependency update
6+
17
# 0.14.0
28

39
## What’s Changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arvis",
33
"productName": "Arvis",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"description": "Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply",
66
"homepage": "https://jopemachine.github.io/arvis.com/",
77
"scripts": {
@@ -305,7 +305,7 @@
305305
"@fortawesome/fontawesome-free": "^5.15.4",
306306
"about-window": "^1.14.0",
307307
"alpha-sort": "^5.0.0",
308-
"arvis-store": "^0.2.11",
308+
"arvis-store": "^0.3.1",
309309
"bootstrap": "^5.1.1",
310310
"chokidar": "^3.5.2",
311311
"connected-react-router": "^6.9.1",
@@ -343,7 +343,7 @@
343343
"react-hot-loader": "^4.13.0",
344344
"react-icons": "^4.2.0",
345345
"react-markdown": "^6.0.3",
346-
"react-pro-sidebar": "^0.6.0",
346+
"react-pro-sidebar": "^0.7.1",
347347
"react-redux": "^7.2.5",
348348
"react-router-dom": "^5.2.1",
349349
"react-spring": "^9.2.4",

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arvis",
33
"productName": "Arvis",
4-
"version": "0.14.0",
4+
"version": "0.14.1",
55
"description": "Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply",
66
"main": "./main.prod.js",
77
"homepage": "https://jopemachine.github.io/arvis.com/",

yarn.lock

+25-45
Original file line numberDiff line numberDiff line change
@@ -2622,14 +2622,7 @@ ajv-errors@^1.0.0:
26222622
resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d"
26232623
integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==
26242624

2625-
ajv-formats@^2.0.2:
2626-
version "2.1.0"
2627-
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.0.tgz#96eaf83e38d32108b66d82a9cb0cfa24886cdfeb"
2628-
integrity sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==
2629-
dependencies:
2630-
ajv "^8.0.0"
2631-
2632-
ajv-formats@^2.1.1:
2625+
ajv-formats@^2.0.2, ajv-formats@^2.1.1:
26332626
version "2.1.1"
26342627
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
26352628
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
@@ -2651,17 +2644,7 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv
26512644
json-schema-traverse "^0.4.1"
26522645
uri-js "^4.2.2"
26532646

2654-
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.1.0:
2655-
version "8.5.0"
2656-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b"
2657-
integrity sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==
2658-
dependencies:
2659-
fast-deep-equal "^3.1.1"
2660-
json-schema-traverse "^1.0.0"
2661-
require-from-string "^2.0.2"
2662-
uri-js "^4.2.2"
2663-
2664-
ajv@^8.6.3:
2647+
ajv@^8.0.0, ajv@^8.0.1, ajv@^8.1.0, ajv@^8.6.3:
26652648
version "8.6.3"
26662649
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764"
26672650
integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==
@@ -3026,6 +3009,18 @@ arvis-core@^0.19.0:
30263009
uuid "^8.3.2"
30273010
xml-js "^1.6.11"
30283011

3012+
arvis-extension-validator@>=0.3.0:
3013+
version "0.3.0"
3014+
resolved "https://registry.yarnpkg.com/arvis-extension-validator/-/arvis-extension-validator-0.3.0.tgz#31f2b61f3450d4e3eb8596c4513549c7af062cf2"
3015+
integrity sha512-Jh8y3SO6oqxpGT4FnoMboShJHuYT0c0QTrHhVGN+OugEGrgPFjHH6mI0nRcWV268Uqre99+hcD0k3RBAfPUc4w==
3016+
dependencies:
3017+
chalk "^4.1.1"
3018+
fs-extra "^10.0.0"
3019+
is-url "^1.2.4"
3020+
json5 "^2.2.0"
3021+
jsonschema "^1.4.0"
3022+
meow "^5.0.0"
3023+
30293024
arvis-extension-validator@^0.2.3:
30303025
version "0.2.3"
30313026
resolved "https://registry.yarnpkg.com/arvis-extension-validator/-/arvis-extension-validator-0.2.3.tgz#1a1274eed2beff5bbd2df0025812a87479128cc4"
@@ -3037,21 +3032,22 @@ arvis-extension-validator@^0.2.3:
30373032
jsonschema "^1.4.0"
30383033
meow "^5.0.0"
30393034

3040-
arvis-store@^0.2.11:
3041-
version "0.2.11"
3042-
resolved "https://registry.yarnpkg.com/arvis-store/-/arvis-store-0.2.11.tgz#eebbdb82dae814d77a77969a9c02b85f92d8973f"
3043-
integrity sha512-XU0O52VMIBYx/Wld16ZL5H2eI6e72a1BjdXHGN5t8NBrlmhEezvLPjJ22S0Fgibi7xEm6Aa+dXP52yFJ73FIMw==
3035+
arvis-store@^0.3.1:
3036+
version "0.3.1"
3037+
resolved "https://registry.yarnpkg.com/arvis-store/-/arvis-store-0.3.1.tgz#923776e1385389e963d7eba1407651c76419d099"
3038+
integrity sha512-m9RW85IBo7QTsH8MhGNKp64DQm8smsRaHW5aEwYmfG2gdFeIfP+U74MhqTQPjbRo6Gq3M3sfPJ0IXHk9gyysQw==
30443039
dependencies:
30453040
"@octokit/core" "^3.5.1"
30463041
"@octokit/rest" "^18.6.6"
30473042
alpha-sort "^4.0.0"
3048-
arvis-extension-validator "^0.2.3"
3043+
arvis-extension-validator ">=0.3.0"
30493044
chalk "^4.1.1"
30503045
clean-stack "^2.2.0"
30513046
conf "^10.0.1"
30523047
find-up "^5.0.0"
30533048
fs-extra "^10.0.0"
30543049
got "^11.8.2"
3050+
json5 "^2.2.0"
30553051
lodash "^4.17.21"
30563052
markdown-table "^2.0.0"
30573053
meow "^9.0.0"
@@ -4323,23 +4319,7 @@ concurrently@^5.3.0:
43234319
tree-kill "^1.2.2"
43244320
yargs "^13.3.0"
43254321

4326-
conf@^10.0.1:
4327-
version "10.0.1"
4328-
resolved "https://registry.yarnpkg.com/conf/-/conf-10.0.1.tgz#038093e5cbddc0e59bc14f63382c4ce732a4781d"
4329-
integrity sha512-QClEoNcruwBL84QgMEPHibL3ERxWIrRKhbjJKG1VsFBadm5QpS0jsu4QjY/maxUvhyAKXeyrs+ws+lC6PajnEg==
4330-
dependencies:
4331-
ajv "^8.1.0"
4332-
ajv-formats "^2.0.2"
4333-
atomically "^1.7.0"
4334-
debounce-fn "^4.0.0"
4335-
dot-prop "^6.0.1"
4336-
env-paths "^2.2.1"
4337-
json-schema-typed "^7.0.3"
4338-
onetime "^5.1.2"
4339-
pkg-up "^3.1.0"
4340-
semver "^7.3.5"
4341-
4342-
conf@^10.0.3:
4322+
conf@^10.0.1, conf@^10.0.3:
43434323
version "10.0.3"
43444324
resolved "https://registry.yarnpkg.com/conf/-/conf-10.0.3.tgz#af266186cc754daefd2749398861ec538c50da17"
43454325
integrity sha512-4gtQ/Q36qVxBzMe6B7gWOAfni1VdhuHkIzxydHkclnwGmgN+eW4bb6jj73vigCfr7d3WlmqawvhZrpCUCTPYxQ==
@@ -11349,10 +11329,10 @@ react-popper@^1.3.6:
1134911329
typed-styles "^0.0.7"
1135011330
warning "^4.0.2"
1135111331

11352-
react-pro-sidebar@^0.6.0:
11353-
version "0.6.0"
11354-
resolved "https://registry.yarnpkg.com/react-pro-sidebar/-/react-pro-sidebar-0.6.0.tgz#a2d2eca5ba6ed64808b95a28277d5969bbe59cbf"
11355-
integrity sha512-koiHc5JIA8hm6FXNORy63cR4vVLZkucsXJ4cpudy8oHttgv/bDiL/pmTtbwMl9OK/uciVePKTlcJj/dwiCYOHw==
11332+
react-pro-sidebar@^0.7.1:
11333+
version "0.7.1"
11334+
resolved "https://registry.yarnpkg.com/react-pro-sidebar/-/react-pro-sidebar-0.7.1.tgz#0b5edca0809ff6a23bda188c5db370f880690ee7"
11335+
integrity sha512-Iy1X8ce4t5Vqz4CsyzjwokGUE3/IObgmYzS0ins7/2eWKle0SMUPaWdgMKFIVjtVrMr5vmjPbRicq8FxnVaf8A==
1135611336
dependencies:
1135711337
"@popperjs/core" "^2.4.0"
1135811338
classnames "^2.2.6"

0 commit comments

Comments
 (0)