Skip to content

Commit 6196331

Browse files
Merge pull request #7124
2 parents 2a677c2 + 11c7987 commit 6196331

File tree

4 files changed

+362
-191
lines changed

4 files changed

+362
-191
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"61f039aad587c2000745c687373e0fa9": "{\"iv\":\"O74H8BBv86GBpoTzjVyzWw==\",\"v\":1,\"iter\":10000,\"ks\":256,\"ts\":64,\"mode\":\"ccm\",\"adata\":\"\",\"cipher\":\"aes\",\"salt\":\"7n8pAjXCfug=\",\"ct\":\"14MjiKBksaaayrwuc/w8vJ5C3yflQ15//dhLiOgYVqjhJJ7iKrcrjtgfLoI3+MKLaKCycNKi6vTs2xs8xJeSm/XhsOE9EfapkfGHdYuf4C6O1whNOyugZ0ZSOA/buDC3rvBbvCNtLDOxN5XWJN/RADOnZdHuVGk=\"}"
2+
"61f039aad587c2000745c687373e0fa9": "{\"iv\":\"W14so0ZwIVOO/5y4cl3H3g==\",\"v\":1,\"iter\":10000,\"ks\":256,\"ts\":64,\"mode\":\"ccm\",\"adata\":\"\",\"cipher\":\"aes\",\"salt\":\"Jeck6aR6egU=\",\"ct\":\"GfqFuIoLp5jOTSTTB1byjWlW4D/8WBTr35P2UDjud0b0nA0WnJVAytbNkTlSIsRemhXQrcwhA74/BwZ14zvU4Frtmt3D3tvqKtb4i1ZVPREpcsIbp9V/RC+E5acNX6+bUCMXVZMEuYEGtkDxNRSIGsRZkAeTFlg=\"}"
33
}

modules/web-demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@
6565
"@bitgo/statics": "^58.1.0",
6666
"bitgo": "^50.2.0",
6767
"lodash": "^4.17.15",
68-
"react": "^17.0.2",
69-
"react-dom": "^17.0.2",
68+
"react": "^18.0.0",
69+
"react-dom": "^18.0.0",
7070
"react-json-view": "^1.21.3",
7171
"react-router-dom": "6.3.0",
7272
"sjcl": "1.0.8",
7373
"styled-components": "^5.3.5"
7474
},
7575
"devDependencies": {
7676
"@cypress/react": "^8.0.0",
77-
"@cypress/webpack-dev-server": "^3.7.4",
77+
"@cypress/webpack-dev-server": "^4.0.0",
7878
"@testing-library/cypress": "^10.0.1",
7979
"@types/react": "17.0.24",
8080
"@types/react-dom": "17.0.16",
8181
"@types/styled-components": "5.1.25",
8282
"chai": "^4.3.6",
83-
"clean-webpack-plugin": "^3.0.0",
83+
"clean-webpack-plugin": "^4.0.0",
8484
"copy-webpack-plugin": "9.0.1",
8585
"css-loader": "^5.2.4",
86-
"cypress": "13.7.1",
86+
"cypress": "14.0.0",
8787
"eslint-plugin-cypress": "^2.15.1",
8888
"file-loader": "^6.2.0",
8989
"mini-css-extract-plugin": "^1.6.0",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"typescript-cached-transpile": "^0.0.6",
5555
"url": "^0.11.0",
5656
"webpack": "5.98.0",
57-
"webpack-cli": "^4.9.1",
57+
"webpack-cli": "^5.0.0",
5858
"yargs": "^17.7.2",
5959
"yeoman-generator": "^5.6.1"
6060
},
@@ -100,7 +100,8 @@
100100
"serialize-javascript": "^6.0.2",
101101
"@grpc/grpc-js": "^1.12.6",
102102
"request": "npm:@cypress/[email protected]",
103-
"**/avalanche/store2": "2.14.4"
103+
"**/avalanche/store2": "2.14.4",
104+
"webpack-dev-server": "5.2.1"
104105
},
105106
"workspaces": [
106107
"modules/*"

0 commit comments

Comments
 (0)