mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-03 00:21:34 +03:00
chore(deps) Update Tauri JS CLI (#518)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
cc7c26b245
commit
4b086426e4
@ -44,7 +44,7 @@
|
||||
"yarn": ">= 1.19.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/tauri-inliner": "1.14.0",
|
||||
"@tauri-apps/tauri-inliner": "1.14.1",
|
||||
"@tauri-apps/toml": "2.2.4",
|
||||
"chalk": "3.0.0",
|
||||
"chokidar": "3.3.1",
|
||||
@ -56,53 +56,53 @@
|
||||
"imagemin-pngquant": "8.0.0",
|
||||
"imagemin-zopfli": "6.0.0",
|
||||
"is-png": "2.0.0",
|
||||
"isbinaryfile": "4.0.4",
|
||||
"isbinaryfile": "4.0.5",
|
||||
"jsdom": "16.2.1",
|
||||
"lodash": "4.17.15",
|
||||
"minimist": "1.2.4",
|
||||
"minimist": "1.2.5",
|
||||
"ms": "2.1.2",
|
||||
"png2icons": "2.0.1",
|
||||
"read-chunk": "3.2.0",
|
||||
"sharp": "0.25.1",
|
||||
"sharp": "0.25.2",
|
||||
"webpack-merge": "4.2.2",
|
||||
"webpack-shell-plugin": "0.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.8.7",
|
||||
"@babel/preset-env": "7.8.7",
|
||||
"@babel/preset-typescript": "7.8.3",
|
||||
"@babel/core": "7.9.0",
|
||||
"@babel/preset-env": "7.9.0",
|
||||
"@babel/preset-typescript": "7.9.0",
|
||||
"@types/cross-spawn": "6.0.1",
|
||||
"@types/fs-extra": "8.1.0",
|
||||
"@types/imagemin": "7.0.0",
|
||||
"@types/imagemin-optipng": "5.2.0",
|
||||
"@types/jsdom": "16.1.0",
|
||||
"@types/jsdom": "16.2.0",
|
||||
"@types/lodash": "4.14.149",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/sharp": "0.24.0",
|
||||
"@types/webpack-merge": "4.1.5",
|
||||
"@typescript-eslint/eslint-plugin": "2.23.0",
|
||||
"@typescript-eslint/parser": "2.23.0",
|
||||
"babel-jest": "25.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "2.25.0",
|
||||
"@typescript-eslint/parser": "2.25.0",
|
||||
"babel-jest": "25.2.3",
|
||||
"dotenv": "8.2.0",
|
||||
"eslint": "6.8.0",
|
||||
"eslint-config-standard-with-typescript": "14.0.0",
|
||||
"eslint-plugin-import": "2.20.1",
|
||||
"eslint-plugin-import": "2.20.2",
|
||||
"eslint-plugin-lodash-template": "0.15.0",
|
||||
"eslint-plugin-node": "11.0.0",
|
||||
"eslint-plugin-node": "11.1.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-security": "1.4.0",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"husky": "4.2.3",
|
||||
"is-running": "2.1.0",
|
||||
"jest": "25.1.0",
|
||||
"jest": "25.2.3",
|
||||
"jest-mock-process": "1.3.2",
|
||||
"lint-staged": "10.0.8",
|
||||
"lockfile-lint": "4.1.0",
|
||||
"lint-staged": "10.0.10",
|
||||
"lockfile-lint": "4.2.2",
|
||||
"promise": "8.1.0",
|
||||
"raw-loader": "4.0.0",
|
||||
"ts-loader": "6.2.1",
|
||||
"ts-loader": "6.2.2",
|
||||
"typescript": "3.8.3",
|
||||
"webpack": "4.42.0",
|
||||
"webpack": "4.42.1",
|
||||
"webpack-cli": "3.3.11",
|
||||
"webpack-node-externals": "1.7.2"
|
||||
},
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user