mirror of https://github.com/tauri-apps/tauri
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:
parent
56757b5e83
commit
530ed6b8ff
|
@ -77,7 +77,7 @@ target
|
|||
|
||||
# lock for libs
|
||||
/Cargo.lock
|
||||
yarn.lock
|
||||
/yarn.lock
|
||||
|
||||
/cli/tauri.js/test/jest/tmp
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue