Browse Source

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
renovate[bot] 3 years ago
parent
commit
36367ddf55

+ 13 - 13
tooling/cli.js/package.json

@@ -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",
@@ -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",
@@ -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"

+ 1 - 1
tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml

@@ -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"] }

File diff suppressed because it is too large
+ 365 - 252
tooling/cli.js/yarn.lock


Some files were not shown because too many files changed in this diff