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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-15 14:57:28 -03:00 committed by GitHub
parent e345e677ef
commit b3ff814aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 667 additions and 644 deletions

View File

@ -54,7 +54,7 @@
"chalk": "4.1.2",
"cross-env": "7.0.3",
"cross-spawn": "7.0.3",
"find-up": "^6.2.0",
"find-up": "6.2.0",
"fs-extra": "10.0.0",
"glob": "7.2.0",
"global-agent": "3.0.0",
@ -74,13 +74,13 @@
"update-notifier": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/preset-typescript": "7.16.0",
"@jest/globals": "27.4.2",
"@babel/core": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@jest/globals": "27.4.4",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "21.0.1",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-node-resolve": "13.1.1",
"@rollup/plugin-replace": "3.0.0",
"@rollup/plugin-typescript": "8.3.0",
"@types/cross-spawn": "6.0.2",
@ -93,10 +93,10 @@
"@types/ms": "0.7.31",
"@types/semver": "7.3.9",
"@types/sharp": "0.29.4",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"babel-jest": "27.4.2",
"eslint": "8.3.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"babel-jest": "27.4.5",
"eslint": "8.4.1",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "21.0.1",
"eslint-plugin-import": "2.25.3",
@ -105,16 +105,16 @@
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-security": "1.4.0",
"is-running": "2.1.0",
"jest": "27.4.2",
"jest": "27.4.5",
"jest-transform-toml": "1.0.0",
"lockfile-lint": "4.6.2",
"prettier": "2.5.0",
"prettier": "2.5.1",
"promise": "8.1.0",
"rimraf": "3.0.2",
"rollup": "2.60.2",
"rollup": "2.61.1",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.3.1",
"typescript": "4.5.2"
"typescript": "4.5.4"
},
"resolutions": {
"**/trim-newlines": "4.0.2"

View File

@ -24,7 +24,7 @@ icon = [
tauri-build = { path = "../../../../../../../core/tauri-build" }
[dependencies]
serde_json = "1.0.72"
serde_json = "1.0.73"
serde = "1.0"
serde_derive = "1.0"
tauri = { path = "../../../../../../../core/tauri", features = ["api-all"] }

File diff suppressed because it is too large Load Diff