Skip to content

Commit

Permalink
Merge branch 'feature/PB-33728_Add-support-of-48-BEXT-on-the-windows-…
Browse files Browse the repository at this point in the history
…app' into 'develop'

PB-33728 - Add support of 4.8 BEXT on the windows app

See merge request passbolt/desktop/passbolt-windows!140
  • Loading branch information
scadra committed Jun 20, 2024
2 parents 1d5de04 + 5ab573e commit d6c18b8
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 35 deletions.
67 changes: 39 additions & 28 deletions passbolt/Webviews/Background/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions passbolt/Webviews/Background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@babel/preset-react": "^7.22.15",
"buffer": "^6.0.3",
"openpgp": "^5.11.1",
"passbolt-browser-extension": "4.7.8",
"passbolt-styleguide": "4.7.0",
"passbolt-browser-extension": "4.8.2",
"passbolt-styleguide": "4.8.0",
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"validator": "^13.7.0"
Expand Down
8 changes: 4 additions & 4 deletions passbolt/Webviews/Rendered/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion passbolt/Webviews/Rendered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
"passbolt-styleguide": "4.7.0",
"passbolt-styleguide": "4.8.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit d6c18b8

Please sign in to comment.