chore(deps) Update Tauri JS CLI (#1158)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot] 2021-01-31 00:26:12 -03:00 committed by GitHub
parent 56757b5e83
commit 530ed6b8ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11769 additions and 5 deletions

2
.gitignore vendored
View File

@ -77,7 +77,7 @@ target
# lock for libs
/Cargo.lock
yarn.lock
/yarn.lock
/cli/tauri.js/test/jest/tmp

3422
api/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
"png2icons": "2.0.1",
"read-chunk": "3.2.0",
"semver": "7.3.4",
"sharp": "0.27.0",
"sharp": "0.27.1",
"webpack-merge": "5.7.3",
"webpack-shell-plugin": "0.5.0"
},
@ -88,8 +88,8 @@
"@types/ms": "0.7.31",
"@types/semver": "7.3.4",
"@types/sharp": "0.27.1",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"babel-jest": "26.6.3",
"copy-webpack-plugin": "7.0.0",
"dotenv": "8.2.0",
@ -117,7 +117,7 @@
"tslib": "2.1.0",
"typescript": "4.1.3",
"typescript-json-validator": "2.4.2",
"webpack": "5.17.0",
"webpack": "5.19.0",
"webpack-cli": "4.4.0",
"webpack-node-externals": "2.5.2"
},

8342
cli/tauri.js/yarn.lock Normal file

File diff suppressed because it is too large Load Diff