Skip to content

Commit

Permalink
Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Jul 15, 2021
1 parent cfb0a5e commit d1ff67f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arvis",
"productName": "Arvis",
"version": "0.5.22",
"version": "0.5.23",
"description": "Arvis (alpha)",
"homepage": "https://github.com/jopemachine/arvis#readme",
"scripts": {
Expand Down Expand Up @@ -220,7 +220,7 @@
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"arvis-core": "^0.8.5",
"arvis-core": "^0.8.7",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arvis",
"productName": "Arvis",
"version": "0.5.22",
"version": "0.5.23",
"description": "Arvis (alpha)",
"main": "./main.prod.js",
"homepage": "https://github.com/jopemachine/arvis#readme",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2855,10 +2855,10 @@ arrify@^1.0.1:
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=

arvis-core@^0.8.5:
version "0.8.5"
resolved "https://registry.yarnpkg.com/arvis-core/-/arvis-core-0.8.5.tgz#ec1808dd3bbdaf7f1f1a5228e1f4d7f2e3916bfa"
integrity sha512-e9/I6dW6N1KvMSgKTrjzXyQtJq3Sj/Os8PXHdodFU1WAt2irNlFmwHcrC1THi+Oqz26osneAZbfkhlqud8ACbA==
arvis-core@^0.8.7:
version "0.8.7"
resolved "https://registry.yarnpkg.com/arvis-core/-/arvis-core-0.8.7.tgz#75b7f7f2e544400dfbbef9d523be713909148835"
integrity sha512-5/40SH/bIdmzbhj0tSNh8sySWOSj+pNwWIfnP1BUG6WwIoz2eQlbqgpcKFxeJaZRap81w/NEXaEQ9Kih/NKtkw==
dependencies:
alpha-sort "^4.0.0"
archiver "^5.3.0"
Expand All @@ -2881,6 +2881,7 @@ arvis-core@^0.8.5:
path-exists "^4.0.0"
readdirp "^3.6.0"
rimraf "^3.0.2"
safe-eval "^0.4.1"
semver "^7.3.5"
string-similarity "^4.0.4"
unzipper "^0.10.11"
Expand Down Expand Up @@ -11716,6 +11717,11 @@ safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2,
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

safe-eval@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/safe-eval/-/safe-eval-0.4.1.tgz#e54ba5a1bbdec795d488f6c8765e0c2a78b4cdc0"
integrity sha512-wmiu4RSYVZ690RP1+cv/LxfPK1dIlEN35aW7iv4SMYdqDrHbkll4+NJcHmKm7PbCuI1df1otOcPwgcc2iFR85g==

safe-regex@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
Expand Down

0 comments on commit d1ff67f

Please sign in to comment.