Browse Source

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 years ago
parent
commit
2d6d358298

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

@@ -74,13 +74,13 @@
     "update-notifier": "5.1.0"
   },
   "devDependencies": {
-    "@babel/core": "7.16.5",
-    "@babel/preset-env": "7.16.5",
-    "@babel/preset-typescript": "7.16.5",
-    "@jest/globals": "27.4.4",
+    "@babel/core": "7.16.7",
+    "@babel/preset-env": "7.16.7",
+    "@babel/preset-typescript": "7.16.7",
+    "@jest/globals": "27.4.6",
     "@rollup/plugin-babel": "5.3.0",
     "@rollup/plugin-commonjs": "21.0.1",
-    "@rollup/plugin-node-resolve": "13.1.1",
+    "@rollup/plugin-node-resolve": "13.1.2",
     "@rollup/plugin-replace": "3.0.1",
     "@rollup/plugin-typescript": "8.3.0",
     "@types/cross-spawn": "6.0.2",
@@ -93,25 +93,25 @@
     "@types/ms": "0.7.31",
     "@types/semver": "7.3.9",
     "@types/sharp": "0.29.5",
-    "@typescript-eslint/eslint-plugin": "5.8.1",
-    "@typescript-eslint/parser": "5.8.1",
-    "babel-jest": "27.4.5",
-    "eslint": "8.5.0",
+    "@typescript-eslint/eslint-plugin": "5.9.0",
+    "@typescript-eslint/parser": "5.9.0",
+    "babel-jest": "27.4.6",
+    "eslint": "8.6.0",
     "eslint-config-prettier": "8.3.0",
     "eslint-config-standard-with-typescript": "21.0.1",
-    "eslint-plugin-import": "2.25.3",
+    "eslint-plugin-import": "2.25.4",
     "eslint-plugin-lodash-template": "0.19.0",
     "eslint-plugin-node": "11.1.0",
     "eslint-plugin-promise": "5.2.0",
     "eslint-plugin-security": "1.4.0",
     "is-running": "2.1.0",
-    "jest": "27.4.5",
+    "jest": "27.4.6",
     "jest-transform-toml": "1.0.0",
     "lockfile-lint": "4.6.2",
     "prettier": "2.5.1",
     "promise": "8.1.0",
     "rimraf": "3.0.2",
-    "rollup": "2.62.0",
+    "rollup": "2.63.0",
     "rollup-plugin-terser": "7.0.2",
     "tslib": "2.3.1",
     "typescript": "4.5.4"

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

@@ -24,7 +24,7 @@ icon = [
 tauri-build = { path = "../../../../../../../core/tauri-build" }
 
 [dependencies]
-serde_json = "1.0.73"
+serde_json = "1.0.74"
 serde = "1.0"
 serde_derive = "1.0"
 tauri = { path = "../../../../../../../core/tauri", features = ["api-all"] }

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


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