Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 8, 2023
1 parent 10fd931 commit e2db0ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wcpos/app-electron",
"productName": "WooCommerce POS",
"description": "Electron app for WooCommerce POS",
"version": "1.0.0-alpha.78",
"version": "1.0.0-alpha.79",
"private": true,
"author": "kilbot <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -93,10 +93,10 @@
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"fs-extra": "^11.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native-reanimated": "2.13.0",
"react-native-web": "~0.18.10"
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native-reanimated": "2.14.4",
"react-native-web": "~0.18.12"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -106,7 +106,7 @@
"@testing-library/react": "^13.4.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/node": "18.11.18",
"@types/node": "18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-test-renderer": "^18.0.0",
Expand All @@ -117,15 +117,15 @@
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
"babel-loader": "9.1.2",
"babel-preset-expo": "9.2.2",
"babel-preset-expo": "9.3.0",
"browserslist-config-erb": "^0.0.3",
"chalk": "^4.1.2",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"detect-port": "^1.5.1",
"electron": "^22.2.0",
"electron": "^23.0.0",
"electron-builder": "23.6.0",
"electron-devtools-installer": "^3.2.0",
"electron-notarize": "^1.2.2",
Expand All @@ -135,10 +135,10 @@
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.4.1",
"lint-staged": "^13.1.0",
"jest": "^29.4.2",
"lint-staged": "^13.1.1",
"mini-css-extract-plugin": "^2.7.2",
"prettier": "^2.8.3",
"prettier": "^2.8.4",
"react-refresh": "^0.14.0",
"react-refresh-typescript": "^2.0.7",
"react-test-renderer": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-pos",
"productName": "WooCommerce POS",
"version": "1.0.0-alpha.78",
"version": "1.0.0-alpha.79",
"description": "A simple front-end for taking WooCommerce orders at the Point of Sale.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit e2db0ef

Please sign in to comment.