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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot] 2020-10-17 21:10:00 -03:00 committed by GitHub
parent 2c0f09c85c
commit 94f073467d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 311 additions and 1065 deletions

View File

@ -52,7 +52,7 @@
"@tauri-apps/tauri-inliner": "1.14.1", "@tauri-apps/tauri-inliner": "1.14.1",
"@tauri-apps/toml": "2.2.4", "@tauri-apps/toml": "2.2.4",
"chalk": "4.1.0", "chalk": "4.1.0",
"chokidar": "3.4.2", "chokidar": "3.4.3",
"cross-spawn": "7.0.3", "cross-spawn": "7.0.3",
"fast-glob": "3.2.4", "fast-glob": "3.2.4",
"fs-extra": "9.0.1", "fs-extra": "9.0.1",
@ -72,14 +72,14 @@
"png2icons": "2.0.1", "png2icons": "2.0.1",
"read-chunk": "3.2.0", "read-chunk": "3.2.0",
"semver": "7.3.2", "semver": "7.3.2",
"sharp": "0.26.1", "sharp": "0.26.2",
"webpack-merge": "5.2.0", "webpack-merge": "5.2.0",
"webpack-shell-plugin": "0.5.0" "webpack-shell-plugin": "0.5.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.11.6", "@babel/core": "7.12.3",
"@babel/preset-env": "7.11.5", "@babel/preset-env": "7.12.1",
"@babel/preset-typescript": "7.10.4", "@babel/preset-typescript": "7.12.1",
"@rollup/plugin-babel": "5.2.1", "@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "15.1.0", "@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0", "@rollup/plugin-json": "4.1.0",
@ -87,23 +87,23 @@
"@rollup/plugin-sucrase": "3.1.0", "@rollup/plugin-sucrase": "3.1.0",
"@rollup/plugin-typescript": "6.0.0", "@rollup/plugin-typescript": "6.0.0",
"@types/cross-spawn": "6.0.2", "@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.1", "@types/fs-extra": "9.0.2",
"@types/http-proxy": "1.17.4", "@types/http-proxy": "1.17.4",
"@types/imagemin": "7.0.0", "@types/imagemin": "7.0.0",
"@types/imagemin-optipng": "5.2.0", "@types/imagemin-optipng": "5.2.0",
"@types/inquirer": "7.3.1", "@types/inquirer": "7.3.1",
"@types/jsdom": "16.2.4", "@types/jsdom": "16.2.4",
"@types/lodash": "4.14.161", "@types/lodash": "4.14.162",
"@types/ms": "0.7.31", "@types/ms": "0.7.31",
"@types/semver": "7.3.4", "@types/semver": "7.3.4",
"@types/sharp": "0.26.0", "@types/sharp": "0.26.0",
"@typescript-eslint/eslint-plugin": "4.4.0", "@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.0", "@typescript-eslint/parser": "4.4.1",
"babel-jest": "26.5.2", "babel-jest": "26.5.2",
"copy-webpack-plugin": "6.2.1", "copy-webpack-plugin": "6.2.1",
"dotenv": "8.2.0", "dotenv": "8.2.0",
"eslint": "7.11.0", "eslint": "7.11.0",
"eslint-config-prettier": "6.12.0", "eslint-config-prettier": "6.13.0",
"eslint-config-standard-with-typescript": "19.0.1", "eslint-config-standard-with-typescript": "19.0.1",
"eslint-plugin-import": "2.22.1", "eslint-plugin-import": "2.22.1",
"eslint-plugin-lodash-template": "0.19.0", "eslint-plugin-lodash-template": "0.19.0",
@ -113,19 +113,19 @@
"eslint-plugin-standard": "4.0.1", "eslint-plugin-standard": "4.0.1",
"husky": "4.3.0", "husky": "4.3.0",
"is-running": "2.1.0", "is-running": "2.1.0",
"jest": "26.5.2", "jest": "26.5.3",
"jest-mock-process": "1.4.0", "jest-mock-process": "1.4.0",
"lint-staged": "10.4.0", "lint-staged": "10.4.2",
"lockfile-lint": "4.3.7", "lockfile-lint": "4.3.7",
"prettier": "2.1.2", "prettier": "2.1.2",
"promise": "8.1.0", "promise": "8.1.0",
"raw-loader": "4.0.2", "raw-loader": "4.0.2",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"rollup": "2.29.0", "rollup": "2.32.0",
"rollup-plugin-terser": "7.0.2", "rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.27.3", "rollup-plugin-typescript2": "0.28.0",
"toml-loader": "1.0.0", "toml-loader": "1.0.0",
"ts-loader": "8.0.4", "ts-loader": "8.0.5",
"tslib": "2.0.3", "tslib": "2.0.3",
"typescript": "4.0.3", "typescript": "4.0.3",
"typescript-json-validator": "2.4.2", "typescript-json-validator": "2.4.2",

File diff suppressed because it is too large Load Diff