Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 73967a8

Browse files
committed
chore(pacakge): upgrade deps
1 parent 815daba commit 73967a8

File tree

3 files changed

+2064
-1344
lines changed

3 files changed

+2064
-1344
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = (api, options) => {
2929

3030
if (process.env.TAURI_BUILD) {
3131
// Setup require for no-server mode
32-
const tauriConfig = require('tauri/dist/helpers/tauri-config')({
32+
const tauriConfig = require('tauri/dist/helpers/tauri-config').default({
3333
build: {
3434
// Have to be empty strings
3535
distDir: '',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tauri-apps/tauri-webpack": "^0.2.0",
1515
"@vue/cli-shared-utils": "^4.1.1",
1616
"execa": "^3.4.0",
17-
"tauri": "^0.3.1"
17+
"tauri": "^0.4.3"
1818
},
1919
"devDependencies": {
2020
"@vue/cli": "^4.1.1",

0 commit comments

Comments
 (0)