Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 27, 2022
1 parent a949a37 commit cb64b39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Electron app for WooCommerce POS",
"private": true,
"author": "kilbot <[email protected]>",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"scripts": {
"start": "expo-electron start",
"build": "yarn electron-webpack",
Expand Down Expand Up @@ -72,16 +72,16 @@
},
"dependencies": {
"@wcpos/core": "*",
"electron-log": "^4.4.7",
"expo": "45.0.5",
"electron-log": "^4.4.8",
"expo": "45.0.6",
"update-electron-app": "^2.0.1"
},
"devDependencies": {
"@expo/electron-adapter": "0.0.55",
"@expo/webpack-config": "0.16.24",
"@expo/webpack-config": "0.16.25",
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"electron": "19.0.5",
"electron": "19.0.6",
"electron-builder": "^23.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-webpack": "^2.8.2",
Expand Down

0 comments on commit cb64b39

Please sign in to comment.