Skip to content

Commit

Permalink
chore: bump all js/rust deps (#983)
Browse files Browse the repository at this point in the history
* bump tauri.js deps

* bump tauri core deps

* bump tauri-api deps

* bump tauri-bundler deps

* change file
  • Loading branch information
jbolda committed Aug 20, 2020
1 parent 59e0de7 commit 06dd75b
Show file tree
Hide file tree
Showing 6 changed files with 691 additions and 587 deletions.
8 changes: 8 additions & 0 deletions .changes/975-to-979-bump-all-deps.md
@@ -0,0 +1,8 @@
---
"tauri.js": patch
"tauri": patch
"tauri-api": patch
"tauri-bundler": patch
---

Bump all deps as noted in #975, #976, #977, #978, and #979.
4 changes: 2 additions & 2 deletions cli/tauri-bundler/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ clap = "^2"
dirs = "2.0.2"
glob = "0.3.0"
icns = "0.3"
image = "0.23.7"
image = "0.23.8"
libflate = "1.0"
md5 = "0.7.0"
msi = "0.2"
Expand All @@ -39,7 +39,7 @@ toml = "0.5.6"
uuid = { version = "0.8", features = [ "v5" ] }
walkdir = "2"
lazy_static = { version = "1.4" }
handlebars = { version = "3.3" }
handlebars = { version = "3.4" }

[target."cfg(target_os = \"windows\")".dependencies]
attohttpc = { version = "0.15.0" }
Expand Down
44 changes: 22 additions & 22 deletions cli/tauri.js/package.json
Expand Up @@ -52,7 +52,7 @@
"@tauri-apps/tauri-inliner": "1.14.1",
"@tauri-apps/toml": "2.2.4",
"chalk": "4.1.0",
"chokidar": "3.4.1",
"chokidar": "3.4.2",
"cross-spawn": "7.0.3",
"fast-glob": "3.2.4",
"fs-extra": "9.0.1",
Expand All @@ -61,46 +61,46 @@
"imagemin-optipng": "8.0.0",
"imagemin-pngquant": "9.0.0",
"imagemin-zopfli": "7.0.0",
"inquirer": "7.3.2",
"inquirer": "7.3.3",
"is-png": "2.0.0",
"is-reachable": "4.0.0",
"isbinaryfile": "4.0.6",
"jsdom": "16.3.0",
"lodash": "4.17.19",
"jsdom": "16.4.0",
"lodash": "4.17.20",
"minimist": "1.2.5",
"ms": "2.1.2",
"png2icons": "2.0.1",
"read-chunk": "3.2.0",
"semver": "7.3.2",
"sharp": "0.25.4",
"webpack-merge": "5.0.9",
"webpack-merge": "5.1.2",
"webpack-shell-plugin": "0.5.0"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/core": "7.11.1",
"@babel/preset-env": "7.11.0",
"@babel/preset-typescript": "7.10.4",
"@rollup/plugin-babel": "5.1.0",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-babel": "5.2.0",
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "8.4.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-sucrase": "3.1.0",
"@rollup/plugin-typescript": "5.0.2",
"@types/cross-spawn": "6.0.2",
"@types/fs-extra": "9.0.1",
"@types/http-proxy": "1.17.4",
"@types/imagemin": "7.0.0",
"@types/imagemin-optipng": "5.2.0",
"@types/inquirer": "7.3.0",
"@types/inquirer": "7.3.1",
"@types/jsdom": "16.2.3",
"@types/lodash": "4.14.158",
"@types/lodash": "4.14.159",
"@types/ms": "0.7.31",
"@types/semver": "7.3.1",
"@types/semver": "7.3.3",
"@types/sharp": "0.25.1",
"@types/webpack-merge": "4.1.5",
"@typescript-eslint/eslint-plugin": "3.9.1",
"@typescript-eslint/parser": "3.9.1",
"babel-jest": "26.1.0",
"babel-jest": "26.3.0",
"copy-webpack-plugin": "6.0.3",
"dotenv": "8.2.0",
"eslint": "7.7.0",
Expand All @@ -114,25 +114,25 @@
"eslint-plugin-standard": "4.0.1",
"husky": "4.2.5",
"is-running": "2.1.0",
"jest": "26.1.0",
"jest": "26.4.1",
"jest-mock-process": "1.4.0",
"lint-staged": "10.2.11",
"lockfile-lint": "4.3.7",
"prettier": "2.0.5",
"promise": "8.1.0",
"raw-loader": "4.0.1",
"rimraf": "3.0.2",
"rollup": "2.22.2",
"rollup-plugin-terser": "6.1.0",
"rollup-plugin-typescript2": "0.27.1",
"rollup": "2.26.4",
"rollup-plugin-terser": "7.0.0",
"rollup-plugin-typescript2": "0.27.2",
"toml-loader": "1.0.0",
"ts-loader": "8.0.1",
"tslib": "2.0.0",
"ts-loader": "8.0.2",
"tslib": "2.0.1",
"typescript": "3.9.7",
"typescript-json-validator": "2.4.2",
"webpack": "4.43.0",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-node-externals": "2.5.0"
"webpack-node-externals": "2.5.1"
},
"resolutions": {
"**/lodash": ">=4.17.19"
Expand Down

0 comments on commit 06dd75b

Please sign in to comment.