Skip to content

Commit 06dd75b

Browse files
authored
chore: bump all js/rust deps (#983)
* bump tauri.js deps * bump tauri core deps * bump tauri-api deps * bump tauri-bundler deps * change file
1 parent 59e0de7 commit 06dd75b

File tree

6 files changed

+691
-587
lines changed

6 files changed

+691
-587
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"tauri.js": patch
3+
"tauri": patch
4+
"tauri-api": patch
5+
"tauri-bundler": patch
6+
---
7+
8+
Bump all deps as noted in #975, #976, #977, #978, and #979.

cli/tauri-bundler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap = "^2"
2323
dirs = "2.0.2"
2424
glob = "0.3.0"
2525
icns = "0.3"
26-
image = "0.23.7"
26+
image = "0.23.8"
2727
libflate = "1.0"
2828
md5 = "0.7.0"
2929
msi = "0.2"
@@ -39,7 +39,7 @@ toml = "0.5.6"
3939
uuid = { version = "0.8", features = [ "v5" ] }
4040
walkdir = "2"
4141
lazy_static = { version = "1.4" }
42-
handlebars = { version = "3.3" }
42+
handlebars = { version = "3.4" }
4343

4444
[target."cfg(target_os = \"windows\")".dependencies]
4545
attohttpc = { version = "0.15.0" }

cli/tauri.js/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@tauri-apps/tauri-inliner": "1.14.1",
5353
"@tauri-apps/toml": "2.2.4",
5454
"chalk": "4.1.0",
55-
"chokidar": "3.4.1",
55+
"chokidar": "3.4.2",
5656
"cross-spawn": "7.0.3",
5757
"fast-glob": "3.2.4",
5858
"fs-extra": "9.0.1",
@@ -61,46 +61,46 @@
6161
"imagemin-optipng": "8.0.0",
6262
"imagemin-pngquant": "9.0.0",
6363
"imagemin-zopfli": "7.0.0",
64-
"inquirer": "7.3.2",
64+
"inquirer": "7.3.3",
6565
"is-png": "2.0.0",
6666
"is-reachable": "4.0.0",
6767
"isbinaryfile": "4.0.6",
68-
"jsdom": "16.3.0",
69-
"lodash": "4.17.19",
68+
"jsdom": "16.4.0",
69+
"lodash": "4.17.20",
7070
"minimist": "1.2.5",
7171
"ms": "2.1.2",
7272
"png2icons": "2.0.1",
7373
"read-chunk": "3.2.0",
7474
"semver": "7.3.2",
7575
"sharp": "0.25.4",
76-
"webpack-merge": "5.0.9",
76+
"webpack-merge": "5.1.2",
7777
"webpack-shell-plugin": "0.5.0"
7878
},
7979
"devDependencies": {
80-
"@babel/core": "7.10.5",
81-
"@babel/preset-env": "7.10.4",
80+
"@babel/core": "7.11.1",
81+
"@babel/preset-env": "7.11.0",
8282
"@babel/preset-typescript": "7.10.4",
83-
"@rollup/plugin-babel": "5.1.0",
84-
"@rollup/plugin-commonjs": "14.0.0",
83+
"@rollup/plugin-babel": "5.2.0",
84+
"@rollup/plugin-commonjs": "15.0.0",
8585
"@rollup/plugin-json": "4.1.0",
86-
"@rollup/plugin-node-resolve": "8.4.0",
86+
"@rollup/plugin-node-resolve": "9.0.0",
8787
"@rollup/plugin-sucrase": "3.1.0",
8888
"@rollup/plugin-typescript": "5.0.2",
8989
"@types/cross-spawn": "6.0.2",
9090
"@types/fs-extra": "9.0.1",
9191
"@types/http-proxy": "1.17.4",
9292
"@types/imagemin": "7.0.0",
9393
"@types/imagemin-optipng": "5.2.0",
94-
"@types/inquirer": "7.3.0",
94+
"@types/inquirer": "7.3.1",
9595
"@types/jsdom": "16.2.3",
96-
"@types/lodash": "4.14.158",
96+
"@types/lodash": "4.14.159",
9797
"@types/ms": "0.7.31",
98-
"@types/semver": "7.3.1",
98+
"@types/semver": "7.3.3",
9999
"@types/sharp": "0.25.1",
100100
"@types/webpack-merge": "4.1.5",
101101
"@typescript-eslint/eslint-plugin": "3.9.1",
102102
"@typescript-eslint/parser": "3.9.1",
103-
"babel-jest": "26.1.0",
103+
"babel-jest": "26.3.0",
104104
"copy-webpack-plugin": "6.0.3",
105105
"dotenv": "8.2.0",
106106
"eslint": "7.7.0",
@@ -114,25 +114,25 @@
114114
"eslint-plugin-standard": "4.0.1",
115115
"husky": "4.2.5",
116116
"is-running": "2.1.0",
117-
"jest": "26.1.0",
117+
"jest": "26.4.1",
118118
"jest-mock-process": "1.4.0",
119119
"lint-staged": "10.2.11",
120120
"lockfile-lint": "4.3.7",
121121
"prettier": "2.0.5",
122122
"promise": "8.1.0",
123123
"raw-loader": "4.0.1",
124124
"rimraf": "3.0.2",
125-
"rollup": "2.22.2",
126-
"rollup-plugin-terser": "6.1.0",
127-
"rollup-plugin-typescript2": "0.27.1",
125+
"rollup": "2.26.4",
126+
"rollup-plugin-terser": "7.0.0",
127+
"rollup-plugin-typescript2": "0.27.2",
128128
"toml-loader": "1.0.0",
129-
"ts-loader": "8.0.1",
130-
"tslib": "2.0.0",
129+
"ts-loader": "8.0.2",
130+
"tslib": "2.0.1",
131131
"typescript": "3.9.7",
132132
"typescript-json-validator": "2.4.2",
133-
"webpack": "4.43.0",
133+
"webpack": "4.44.1",
134134
"webpack-cli": "3.3.12",
135-
"webpack-node-externals": "2.5.0"
135+
"webpack-node-externals": "2.5.1"
136136
},
137137
"resolutions": {
138138
"**/lodash": ">=4.17.19"

0 commit comments

Comments
 (0)