Skip to content

Commit

Permalink
chore(deps) Update Tauri JS CLI (#2582)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
  • Loading branch information
3 people committed Sep 21, 2021
1 parent d692e96 commit 36367dd
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 578 deletions.
26 changes: 13 additions & 13 deletions tooling/cli.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"imagemin": "8.0.1",
"imagemin-optipng": "8.0.0",
"imagemin-zopfli": "7.0.0",
"inquirer": "8.1.2",
"is-png": "3.0.0",
"inquirer": "8.1.5",
"is-png": "3.0.1",
"minimist": "1.2.5",
"ms": "2.1.3",
"png2icons": "2.0.1",
"read-chunk": "4.0.2",
"semver": "7.3.5",
"sharp": "0.29.0",
"sharp": "0.29.1",
"update-notifier": "5.1.0"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/core": "7.15.5",
"@babel/preset-env": "7.15.6",
"@babel/preset-typescript": "7.15.0",
"@jest/globals": "27.0.6",
"@jest/globals": "27.2.1",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.4",
Expand All @@ -87,10 +87,10 @@
"@types/inquirer": "8.1.1",
"@types/ms": "0.7.31",
"@types/semver": "7.3.8",
"@types/sharp": "0.28.5",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"babel-jest": "27.0.6",
"@types/sharp": "0.29.2",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"babel-jest": "27.2.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "21.0.1",
Expand All @@ -100,16 +100,16 @@
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-security": "1.4.0",
"is-running": "2.1.0",
"jest": "27.0.6",
"jest": "27.2.1",
"jest-transform-toml": "1.0.0",
"lockfile-lint": "4.6.2",
"prettier": "2.3.2",
"prettier": "2.4.1",
"promise": "8.1.0",
"rimraf": "3.0.2",
"rollup": "2.56.3",
"rollup-plugin-terser": "7.0.2",
"tslib": "2.3.1",
"typescript": "4.3.5"
"typescript": "4.4.3"
},
"resolutions": {
"**/trim-newlines": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon = [
tauri-build = { path = "../../../../../../../core/tauri-build" }

[dependencies]
serde_json = "1.0.66"
serde_json = "1.0.67"
serde = "1.0"
serde_derive = "1.0"
tauri = { path = "../../../../../../../core/tauri", features = ["api-all"] }
Expand Down

0 comments on commit 36367dd

Please sign in to comment.