瀏覽代碼

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 3 年之前
父節點
當前提交
b3ff814aa7
共有 3 個文件被更改,包括 413 次插入372 次删除
  1. 14 14
      tooling/cli.js/package.json
  2. 1 1
      tooling/cli.js/test/jest/fixtures/app/src-tauri/Cargo.toml
  3. 398 357
      tooling/cli.js/yarn.lock

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

@@ -54,7 +54,7 @@
     "chalk": "4.1.2",
     "cross-env": "7.0.3",
     "cross-spawn": "7.0.3",
-    "find-up": "^6.2.0",
+    "find-up": "6.2.0",
     "fs-extra": "10.0.0",
     "glob": "7.2.0",
     "global-agent": "3.0.0",
@@ -74,13 +74,13 @@
     "update-notifier": "5.1.0"
   },
   "devDependencies": {
-    "@babel/core": "7.16.0",
-    "@babel/preset-env": "7.16.4",
-    "@babel/preset-typescript": "7.16.0",
-    "@jest/globals": "27.4.2",
+    "@babel/core": "7.16.5",
+    "@babel/preset-env": "7.16.5",
+    "@babel/preset-typescript": "7.16.5",
+    "@jest/globals": "27.4.4",
     "@rollup/plugin-babel": "5.3.0",
     "@rollup/plugin-commonjs": "21.0.1",
-    "@rollup/plugin-node-resolve": "13.0.6",
+    "@rollup/plugin-node-resolve": "13.1.1",
     "@rollup/plugin-replace": "3.0.0",
     "@rollup/plugin-typescript": "8.3.0",
     "@types/cross-spawn": "6.0.2",
@@ -93,10 +93,10 @@
     "@types/ms": "0.7.31",
     "@types/semver": "7.3.9",
     "@types/sharp": "0.29.4",
-    "@typescript-eslint/eslint-plugin": "5.5.0",
-    "@typescript-eslint/parser": "5.5.0",
-    "babel-jest": "27.4.2",
-    "eslint": "8.3.0",
+    "@typescript-eslint/eslint-plugin": "5.7.0",
+    "@typescript-eslint/parser": "5.7.0",
+    "babel-jest": "27.4.5",
+    "eslint": "8.4.1",
     "eslint-config-prettier": "8.3.0",
     "eslint-config-standard-with-typescript": "21.0.1",
     "eslint-plugin-import": "2.25.3",
@@ -105,16 +105,16 @@
     "eslint-plugin-promise": "5.2.0",
     "eslint-plugin-security": "1.4.0",
     "is-running": "2.1.0",
-    "jest": "27.4.2",
+    "jest": "27.4.5",
     "jest-transform-toml": "1.0.0",
     "lockfile-lint": "4.6.2",
-    "prettier": "2.5.0",
+    "prettier": "2.5.1",
     "promise": "8.1.0",
     "rimraf": "3.0.2",
-    "rollup": "2.60.2",
+    "rollup": "2.61.1",
     "rollup-plugin-terser": "7.0.2",
     "tslib": "2.3.1",
-    "typescript": "4.5.2"
+    "typescript": "4.5.4"
   },
   "resolutions": {
     "**/trim-newlines": "4.0.2"

+ 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.72"
+serde_json = "1.0.73"
 serde = "1.0"
 serde_derive = "1.0"
 tauri = { path = "../../../../../../../core/tauri", features = ["api-all"] }

文件差異過大導致無法顯示
+ 398 - 357
tooling/cli.js/yarn.lock


部分文件因文件數量過多而無法顯示