From ac957b27cb9d45dc68ac42321d19f2851f08a0a3 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 3 Jun 2021 21:00:13 +1000 Subject: [PATCH] [v1] Upgrade vanilla template to use runtime v1.3.19 --- .../templates/templates/vanilla/frontend/package-lock.json | 6 +++--- .../templates/templates/vanilla/frontend/package.tmpl.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json index 3a1351e05..28c75f222 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package-lock.json @@ -215,9 +215,9 @@ } }, "@wails/runtime": { - "version": "1.3.14", - "resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.3.14.tgz", - "integrity": "sha512-TuQUgw9TNSxevl4vTSaFMiYxjRgqNKXlUpQDm7ikAH5+Uv2zBFJ04d47XWQ9xeIzHinlHDUkttL6SZqeO0PxwA==" + "version": "1.3.19", + "resolved": "https://registry.npmjs.org/@wails/runtime/-/runtime-1.3.19.tgz", + "integrity": "sha512-s7783505aOr/GxfYkLuUQPgChCoOE19rv64tUQSsM27AaAKT8Egq2lIax7u2nQSyrYLtQEHvquuPOVzLGXqktA==" }, "alphanum-sort": { "version": "1.0.2", diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json index 7ef9e993d..5f06e4087 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/vanilla/frontend/package.tmpl.json @@ -16,7 +16,7 @@ "@rollup/plugin-image": "^2.0.6", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-url": "^6.0.0", - "@wails/runtime": "^1.3.14", + "@wails/runtime": "^1.3.19", "rollup": "^2.50.4", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-livereload": "^2.0.0",