Browse Source

chore(deps) Update create-tauri-app (#1712)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 years ago
parent
commit
762dd15e9b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tooling/create-tauri-app/package.json

+ 5 - 5
tooling/create-tauri-app/package.json

@@ -37,10 +37,10 @@
     "execa": "^5.0.0",
     "inquirer": "^8.0.0",
     "minimist": "^1.2.5",
-    "scaffe": "1.0.1"
+    "scaffe": "1.1.0"
   },
   "devDependencies": {
-    "@rollup/plugin-commonjs": "18.0.0",
+    "@rollup/plugin-commonjs": "18.1.0",
     "@rollup/plugin-node-resolve": "13.0.0",
     "@rollup/plugin-typescript": "8.2.1",
     "@types/cross-spawn": "6.0.2",
@@ -48,8 +48,8 @@
     "@types/jest": "26.0.23",
     "@types/minimist": "1.2.1",
     "@types/semver": "7.3.5",
-    "@typescript-eslint/eslint-plugin": "4.22.0",
-    "@typescript-eslint/parser": "4.22.0",
+    "@typescript-eslint/eslint-plugin": "4.22.1",
+    "@typescript-eslint/parser": "4.22.1",
     "eslint": "7.25.0",
     "eslint-config-prettier": "8.3.0",
     "eslint-config-standard-with-typescript": "20.0.0",
@@ -61,7 +61,7 @@
     "fixturez": "1.1.0",
     "jest": "26.6.3",
     "prettier": "2.2.1",
-    "rollup": "2.45.2",
+    "rollup": "2.47.0",
     "ts-jest": "26.5.5",
     "tslib": "2.2.0",
     "typescript": "4.2.4"